summaryrefslogtreecommitdiff
path: root/tests/benchmarks/test_blobs_fs_backend.py
AgeCommit message (Collapse)Author
2017-12-28[test] decrease the number of blobs in fs backend benchmarksdrebs
2017-12-27[test] fix blobs fs backend benchmarks to account for multiple roundsdrebs
2017-12-27[test] use pull producer in blobs fs backend benchmarksdrebs
2017-12-19[benchmarks] multiply by 10 the number of blobs in fs backend benchmarksdrebs
2017-12-13[refactor] use producer/consumer on write/read_blob respectivellydrebs
2017-12-12[test] fix bug in blobs fs backend benchmark testdrebs
The new benchmark test for blobs fs backend was rebased from a merge request in which it was written using the new interface for blobs backend. After rebase, the test was not reverted to old interface, and was just failing bad. This commit fixes it.
2017-12-11[benchmark] add read/write benchmark for blobs fs backenddrebs