Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor bolt CLI. | Ben Johnson | 2015-04-14 | 1 | -425/+0 |
* | Add --path to bolt bench. | Ben Johnson | 2015-04-12 | 1 | -2/+6 |
* | Fix go vet. | Ben Johnson | 2014-07-26 | 1 | -3/+3 |
* | Change fill percent to be per-bucket. | Ben Johnson | 2014-07-24 | 1 | -1/+3 |
* | Add DB.NoSync option for bulk loading. | Ben Johnson | 2014-07-15 | 1 | -0/+2 |
* | Add Open() options, flock timeout. | Ben Johnson | 2014-06-21 | 1 | -1/+1 |
* | Remove allocations from read-only buckets. | Ben Johnson | 2014-05-23 | 1 | -1/+82 |
* | Add option to adjust fill percentage. | Ben Johnson | 2014-05-15 | 1 | -0/+2 |
* | Add -work flag to 'bolt bench'. | Ben Johnson | 2014-05-12 | 1 | -1/+7 |
* | Add streaming stats to bolt bench. | Ben Johnson | 2014-04-30 | 1 | -13/+43 |
* | Merge branch 'bench-batch' into moar_bench | Ben Johnson | 2014-04-30 | 1 | -1/+8 |
|\ | |||||
| * | Add --batch-size to 'bolt bench'. | Ben Johnson | 2014-04-29 | 1 | -11/+31 |
* | | Remove bolt bench -stat. | Ben Johnson | 2014-04-30 | 1 | -24/+1 |
* | | add -stats and -batch-size support to bench cmd | Martin Kobetic | 2014-04-24 | 1 | -12/+55 |
|/ | |||||
* | Add 'bolt bench'. | Ben Johnson | 2014-04-18 | 1 | -15/+255 |
* | add bench sub-package | Steven Normore | 2014-04-18 | 1 | -28/+8 |
* | add benchmarks using Benchmark framework | Steven Normore | 2014-04-18 | 1 | -1/+9 |
* | moar bench package | Steven Normore | 2014-04-18 | 1 | -31/+31 |
* | initial bench and generate command structure | Steven Normore | 2014-04-18 | 1 | -0/+43 |