Skip to content

MblKiTA/nose-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Benchmark decorator can be used for tests to run them in any number of invocations and threads:

 @benchmark(invocations=10, threads=2)

Setup benchmark plugin:

 python setup.py install

then run example:

 nosetests -v -s --with-benchmark example.py

For nosetests.conf use:

[nosetests]
with-benchmark=1

About

nose-benchmark-plugin

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages