Skip to content

Commit

Permalink
Add benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
pemistahl committed Apr 23, 2023
1 parent c18cca3 commit 53ea6b0
Show file tree
Hide file tree
Showing 4 changed files with 376 additions and 1 deletion.
232 changes: 231 additions & 1 deletion Cargo.lock

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

7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ crate-type = ["cdylib", "rlib"]
name = "accuracy_reports"
required-features = ["accuracy-reports"]

[[bench]]
name = "benchmark"
harness = false

[dependencies]
fraction = "0.13.1"
include_dir = "0.7.3"
Expand Down Expand Up @@ -150,6 +154,9 @@ indoc = "2.0.1"
rstest = "0.17.0"
tempfile = "3.5.0"

[target.'cfg(not(target_family = "wasm"))'.dev-dependencies]
criterion = "0.4.0"

[target.'cfg(target_family = "wasm")'.dev-dependencies]
wasm-bindgen-test = "0.3.34"

Expand Down
Loading

0 comments on commit 53ea6b0

Please sign in to comment.