-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
367804e
commit 7c7cd12
Showing
8 changed files
with
276 additions
and
207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "kvbench" | ||
version = "0.1.2" | ||
version = "0.2.0-alpha" | ||
authors = ["Chen Chen <[email protected]>"] | ||
description = "A key-value store benchmark framework with customizable workloads" | ||
edition = "2021" | ||
|
@@ -19,7 +19,7 @@ rustdoc-args = ["--cfg", "docsrs"] | |
ahash = "0.8.11" | ||
bincode = "1.3.3" | ||
chashmap = { version = "2.2.2", optional = true } | ||
clap = { version = "=4.5.13", features = ["derive"] } | ||
clap = { version = "=4.5.14", features = ["derive"] } | ||
contrie = { version = "0.1.4", optional = true } | ||
core_affinity = "0.8.1" | ||
ctrlc = "3.4.4" | ||
|
@@ -37,13 +37,13 @@ parking_lot = "0.12.3" | |
quanta = "0.12.3" | ||
rand = "0.8.5" | ||
rocksdb = { version = "0.22.0", optional = true } | ||
scc = { version = "2.1.6", optional = true } | ||
serde = { version = "1.0.204", features = ["derive"] } | ||
scc = { version = "2.1.9", optional = true } | ||
serde = { version = "1.0.205", features = ["derive"] } | ||
toml = "0.8.19" | ||
zipf = "7.0.1" | ||
|
||
[dev-dependencies] | ||
tempfile = "3.10.1" | ||
tempfile = "3.12.0" | ||
|
||
[features] | ||
chashmap = ["dep:chashmap"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.