Skip to content

Commit

Permalink
*: 0.1.2-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdroychan committed Jul 29, 2024
1 parent c25720d commit 879f1c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kvbench"
version = "0.1.1"
version = "0.1.2-alpha"
authors = ["Chen Chen <[email protected]>"]
description = "A key-value store benchmark framework with customizable workloads"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion presets/benchmarks/example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
threads = 8
repeat = 5
qd = 100
batch = 500
batch = 10
klen = 8
vlen = 16
kmin = 0
Expand Down

0 comments on commit 879f1c2

Please sign in to comment.