Commit graph

27 commits

Author SHA1 Message Date
jaffee
145e75d8ad add docs about Benchmark Name field 2017-01-19 16:54:36 -06:00
jaffee
10a3fe99e0 docs updates for benchmarking 2017-01-18 20:57:14 -06:00
jaffee
0c4cae30fc remove agentNum from Benchmark.Run
Benchmarks should modify their parameters in Init based on the agentNum
2017-01-18 20:57:14 -06:00
jaffee
9c717e2eee remove unused parallelBenchmark and move Serial 2017-01-04 09:11:53 -06:00
jaffee
9a24b9b0e9 re-arrange bagent output 2017-01-03 16:54:02 -06:00
jaffee
d763b92de3 fix rebase issues 2016-12-19 15:12:56 -06:00
Matthew Jaffee
361a7b6d03 Merge pull request #199 from alanbernstein/benchmarks-readable
Use Duration's string representation in JSON output
2016-12-19 14:50:53 -06:00
Matthew Jaffee
41bc5ba8b0 Merge pull request #174 from jaffee/fix-errgroup-dep
copy errgroup code to bench and remove giant blob of dependencies
2016-12-16 13:55:09 -06:00
Alan Bernstein
7e28802ee3 Move prettify to own file 2016-12-12 16:57:21 -06:00
Alan Bernstein
d11a8e0af6 Add comments 2016-12-08 15:29:05 -06:00
Alan Bernstein
76786e7ba0 Use Duration's string representation in JSON output 2016-12-08 15:06:02 -06:00
jaffee
33cbdba642 thread context through Benchmarks
Also fix a few ignored errors, an issue with pilosactl usage string, a broken
test, and a mistaken import.
2016-12-08 11:02:14 -06:00
jaffee
8bfa719484 copy errgroup code to bench and remove giant blob of dependencies 2016-12-01 16:58:56 -07:00
jaffee
c41fc7e520 use errgroup to simplify parallel benchmark Init 2016-11-28 15:45:18 -07:00
jaffee
da024fb0d8 add agentNum to benchmark Init as well as run 2016-11-28 15:45:17 -07:00
jaffee
5cebe8e043 split benchmarks into separate files 2016-11-28 15:45:17 -07:00
jaffee
488ed1259c fix broken context stuff after rebase 2016-11-28 15:45:17 -07:00
jaffee
85b4e83c2d add MultiDBSetBits benchmark 2016-11-28 15:45:17 -07:00
jaffee
62a571e442 don't repeat benchmark docs in 3 places
make Usage() the single place where arguments are described.
2016-11-28 15:45:17 -07:00
jaffee
9cc3c76297 add RandomSetBits benchmark demonstrating seeds 2016-11-28 15:45:17 -07:00
jaffee
6fb4963404 add timing info to benchmark results 2016-11-28 15:45:17 -07:00
jaffee
8c7e02b5ee simplify and rename SetBits Benchmark 2016-11-28 15:45:17 -07:00
jaffee
7db4b55b49 renaming stuff to be more idiomatic 2016-11-28 15:45:17 -07:00
jaffee
92fcec82b3 setup and support BenchmarkCmd interface 2016-11-28 15:45:17 -07:00
jaffee
5ac7cab57e move pilosa-benchmark-agent under pilosactl 2016-11-28 15:45:17 -07:00
jaffee
c392de2140 add Paralell and Serial benchmarker combiners
these can be used to merge several benchmarks into one.
2016-11-28 15:45:17 -07:00
jaffee
6f3232dc6e define Benchmarker interface and a benchmark 2016-11-28 15:45:17 -07:00