Commit graph

77 commits

Author SHA1 Message Date
jaffee
145e75d8ad add docs about Benchmark Name field 2017-01-19 16:54:36 -06:00
jaffee
c955f4deaa it's -> its 2017-01-18 23:42:44 -06:00
jaffee
f4fd1083c8 tweaks to bench doc.go 2017-01-18 20:57:14 -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
Alan Bernstein
02532ae9a1 Simplify S3Uploader 2017-01-11 13:07:42 -06:00
Alan Bernstein
03e52a5565 Cleanup and update comments 2017-01-11 09:38:45 -06:00
Alan Bernstein
d0de6e75a6 Implement S3 writer 2017-01-11 09:25:09 -06:00
jaffee
04637b6f46 rename cli to client 2017-01-09 13:42:17 -06:00
jaffee
1b797819b0 gather all output from bspawn into a single json obj 2017-01-04 11:43:26 -06:00
jaffee
9c717e2eee remove unused parallelBenchmark and move Serial 2017-01-04 09:11:53 -06:00
jaffee
b41fdae55f fix issues with import benchmark output
not all metadata was jsonified and it was timing itself
2017-01-03 17:00:42 -06:00
jaffee
9a24b9b0e9 re-arrange bagent output 2017-01-03 16:54:02 -06:00
jaffee
75c786933c fix usage typo maximum->max 2017-01-03 16:39:38 -06:00
jaffee
6814bbfab3 support slices of map[string]interface{} in Prettify 2017-01-03 16:28:46 -06:00
Alan Bernstein
13af763c86 Fix benchmark names to match CLI 2016-12-20 10:08:37 -06:00
Alan Bernstein
f0e54ce128 Unexport zipf implementation details 2016-12-20 10:04:10 -06:00
Alan Bernstein
1d79d32532 Remove extraneous JSON tags 2016-12-19 18:11:06 -06:00
Alan Bernstein
4b5624a122 Unexport zipf implementation details 2016-12-19 18:10:08 -06:00
Alan Bernstein
06160a27a4 Add JSON tags to zipf benchmark 2016-12-19 18:06:05 -06:00
Alan Bernstein
66f16a7f8a Add Name field to benchmarks 2016-12-19 17:59:49 -06:00
jaffee
d763b92de3 fix rebase issues 2016-12-19 15:12:56 -06:00
jaffee
0b0ac95052 few more json fixes 2016-12-19 15:10:35 -06:00
jaffee
810ffa96e1 define json for all benchmarks 2016-12-19 15:10:35 -06:00
jaffee
a1d6187a2b have bagent add metadata to results
need this to differentiate multiple agents' output when it's all going to stdout.
2016-12-19 15:10:35 -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
ffe9a89402 Merge pull request #200 from alanbernstein/benchmarks-zipf
Benchmarks zipf
2016-12-19 14:21:05 -06:00
Alan Bernstein
83e841c223 Improve comment formatting 2016-12-19 13:56:06 -06:00
Matthew Jaffee
90580c915e Merge pull request #208 from jaffee/171-cluster-creation
#171 cluster creation
2016-12-19 11:12:38 -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
1113e07578 Add more prettify tests 2016-12-13 14:21:49 -06:00
Alan Bernstein
2becc6619d Improve comment formatting and update usage 2016-12-13 13:25:31 -06:00
jaffee
bbb88e910f create - start cluster over ssh when given hosts 2016-12-13 10:14:09 -06:00
Alan Bernstein
d5e640418b Add test for prettify 2016-12-12 22:17:56 -06:00
Alan Bernstein
b7b05da305 Generalize Prettify function 2016-12-12 22:10:07 -06:00
Alan Bernstein
7e28802ee3 Move prettify to own file 2016-12-12 16:57:21 -06:00
Alan Bernstein
6a4702fe08 Add comments 2016-12-12 15:55:52 -06:00
Alan Bernstein
b78ffb335c Move stuff to Init 2016-12-12 15:55:32 -06:00
Alan Bernstein
459136e907 Put tabs in usage string 2016-12-12 15:53:31 -06:00
Alan Bernstein
8f17099d3f Update usage message 2016-12-08 19:18:34 -06:00
Alan Bernstein
d58d1406f5 Add zipf benchmark with efficient random ID permutations 2016-12-08 19:14:24 -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
tgruben
e223759b65 Merge pull request #191 from jaffee/166-single-slice
166 single slice
2016-12-08 10:31:22 -06:00
Alan Bernstein
dad85b6eb3 Merge stats updates 2016-12-07 17:30:08 -06:00
Alan Bernstein
ff87661268 Move sqrt out of Add() 2016-12-07 12:45:14 -06:00
Alan Bernstein
fbae2f7fe9 Add standard deviation to stats 2016-12-07 12:44:52 -06:00
jaffee
f9362c767d make results nicer 2016-12-07 12:09:18 -06:00
jaffee
64b86f29cd add slice height benchmark 2016-12-06 17:20:38 -06:00