Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-22 | [test] make txbench ignore kwargs for readability | Victor Shyba | |
They arent used so far and using empty dicts to make them work is ugly. Removing it leaves the return function on setup code clean and readable. | |||
2016-08-22 | [test] sync without changes | Victor Shyba | |
Syncing without any changes was reported as slow. This benchmark will help measure it. | |||
2016-08-22 | [test] use a nested func to simplify scenarios | Victor Shyba | |
If we have many scenarios (like 20/500k, 100/100k, 1000,10k) then making a nested function to generate tests based on scenario parameters simplifies the code a lot. | |||
2016-08-22 | [test] Adds pytest-benchmark adapted to Twisted | Victor Shyba | |
Adapted pytest-benchmark to Twisted as it's synchronous and added fixtures for benchmarking. | |||
2016-08-01 | [test] allow passing number of docs on command line on perf tests | drebs | |
2016-08-01 | [test] allow custom couch url for perf tests | drebs | |
2016-08-01 | [test] add some payload to perf sync tests | drebs | |
2016-08-01 | [test] add pytest initial setup for performance tests | drebs | |