Skip to content

Commit

Permalink
Compute percentile errors from histograms
Browse files Browse the repository at this point in the history
  • Loading branch information
pkolaczk committed Aug 9, 2024
1 parent 819b654 commit 274ac4b
Show file tree
Hide file tree
Showing 12 changed files with 801 additions and 405 deletions.
130 changes: 130 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ itertools = "0.13"
jemallocator = "0.5"
lazy_static = "1.4.0"
metrohash = "1.0"
more-asserts = "0.3"
num_cpus = "1.13.0"
openssl = "0.10.38"
parse_duration = "2.1.1"
pin-project = "1.1"
plotters = { version = "0.3", default-features = false, features = ["line_series", "svg_backend", "full_palette"]}
rand = { version = "0.8", default-features = false, features = ["small_rng", "std"] }
rand_distr = "0.4"
regex = "1.5"
rune = "0.13"
rust-embed = "8"
Expand All @@ -57,6 +59,8 @@ uuid = { version = "1.1", features = ["v4"] }
walkdir = "2"

[dev-dependencies]
assert_approx_eq = "1"
rstest = "0.22"
tokio = { version = "1", features = ["rt", "test-util", "macros"] }

[profile.release]
Expand Down
Loading

0 comments on commit 274ac4b

Please sign in to comment.