Skip to content

Commit

Permalink
*: minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdroychan committed Jul 29, 2024
1 parent d0b3958 commit 4cc277b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ flurry = { version = "0.5.1", optional = true }
hashbrown = "0.14.5"
hdrhistogram = "7.5.4"
inventory = "0.3.15"
jemallocator = "0.5.4"
log = "0.4.22"
mio = { version = "1.0.1", features = ["net", "os-poll"] }
papaya = { version = "0.1.2", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion src/bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
//! An example of the CDF data will look like:
//!
//! ```txt
//! cdf_ns percentile 0 0.0 1 0.0 2 0.0 3 10.0 4 20.0 5 20.0 ...
//! cdf_ns percentile 0 0.00 1 0.00 2 0.00 3 10.00 4 20.00 5 20.00 ...
//! ```
//!
//! It means there are not data points at 0/1/2 nanoseconds. At 3 nanoseconds, there are 10% data
Expand Down
2 changes: 1 addition & 1 deletion src/stores/mod.rs → src/stores.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! The implementation of built-in key-value stores, and some helper functions.
//! Adapters for built-in and external key-value stores.
//!
//! ## Configuration Format
//!
Expand Down

0 comments on commit 4cc277b

Please sign in to comment.