Skip to content

Commit

Permalink
Added criterion based benchmarks to argmin_testfunctions
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-k committed Feb 13, 2024
1 parent 849e28f commit 869f116
Show file tree
Hide file tree
Showing 2 changed files with 654 additions and 128 deletions.
5 changes: 5 additions & 0 deletions crates/argmin-testfunctions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,14 @@ num = "0.4"

[dev-dependencies]
approx = "0.5"
criterion = "0.5.1"
finitediff = "0.1.4"
paste = "1.0"
proptest = "1.4.0"

[badges]
maintenance = { status = "actively-developed" }

[[bench]]
name = "testfunctions"
harness = false
Loading

0 comments on commit 869f116

Please sign in to comment.