Skip to content

Commit

Permalink
Separate benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
unlimitedbacon committed May 30, 2022
1 parent 216aaf0 commit 31e067b
Show file tree
Hide file tree
Showing 6 changed files with 161 additions and 171 deletions.
190 changes: 75 additions & 115 deletions Cargo.lock

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

14 changes: 11 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,21 @@ stl_io = "0.6.0"
glutin = { git = "https://github.com/rust-windowing/glutin.git", rev = "07c461e" }

[build-dependencies]
cbindgen = "0.18.*"
cbindgen = "0.23.*"

[dev-dependencies]
criterion = "0.2"
criterion = "0.3"

[[bench]]
name = "benchmarks"
name = "cube"
harness = false

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

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

[package.metadata.deb]
Expand Down
Loading

0 comments on commit 31e067b

Please sign in to comment.