Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-18 | [benchmarks] add docstrings for benchmarks | drebs | |
2017-07-18 | [benchmarks] store test function docstring | drebs | |
2017-07-12 | [benchmarks] allow passing args and kwargs to txbenchmark_with_setup | drebs | |
2017-07-09 | [benchmarks] separate memory sampling from cpu measurement | drebs | |
2017-07-08 | [benchmarks] run benchmarks twice, for time and resources | drebs | |
We noticed that instrumentation added for watching resources has an impact in time statistics (i.e. it increases average and stddev). This commit makes the benchmark tests run twice: once for measuring time and a second time for measuring resources. | |||
2017-07-08 | [benchmarks] add --watch-resources option | drebs | |
This commit adds the --watch-resources command line option for benchmarks tests, and allows to running the benchmark test suite with and without resource monitoring instrumentation code. This is needed because resource consumption monitoring impacts the mean time and standard deviation of time taken to run benchmarked tests. | |||
2017-07-07 | [test] change memory sampling interval to 0.1 on benchmarks | drebs | |
2017-04-27 | [test] monitor cpu/mem for all benchmarks | drebs | |
2017-04-27 | [test] add memory measurement | drebs | |
2017-04-27 | [test] measure cpu percentage during benchmark | drebs | |
2017-04-04 | [feat] add the host hostname to benchmark machine info | drebs | |
2017-03-02 | [test] mark benchmark tests using their group names | drebs | |
2016-12-12 | [test] rename benchmark tests directory and tag | drebs | |