Skip to content
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.

cmd/bolt-bench #95

Closed
benbjohnson opened this issue Mar 25, 2014 · 0 comments
Closed

cmd/bolt-bench #95

benbjohnson opened this issue Mar 25, 2014 · 0 comments
Assignees
Milestone

Comments

@benbjohnson
Copy link
Member

Add a command line benchmarking program that can be used to test multiple Bolt use cases (small inserts, large inserts, bulk insert, random reads, sequential reads, etc).

@benbjohnson benbjohnson added this to the v0.1.0 milestone Mar 25, 2014
@benbjohnson benbjohnson self-assigned this Mar 25, 2014
@benbjohnson benbjohnson mentioned this issue Mar 25, 2014
benbjohnson added a commit to benbjohnson/bolt that referenced this issue Apr 19, 2014
This commit adds a flexible benchmarking tool to the 'bolt' CLI. It allows
the user to separately specify the write mode and read mode (e.g. sequential
random, etc). It also allows the user to isolate profiling to either the
read or the writes.

Currently the bench tool only supports "seq" read and write modes. It also
does not support streaming of Bolt counters yet.

Fixes boltdb#95.

/cc @snormore
benbjohnson added a commit to benbjohnson/bolt that referenced this issue Apr 19, 2014
This commit adds a flexible benchmarking tool to the 'bolt' CLI. It allows
the user to separately specify the write mode and read mode (e.g. sequential
random, etc). It also allows the user to isolate profiling to either the
read or the writes.

Currently the bench tool only supports "seq" read and write modes. It also
does not support streaming of Bolt counters yet.

Fixes boltdb#95.

/cc @snormore
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant