Skip to content

Commit 31e067b

Browse files
Separate benchmarks
1 parent 216aaf0 commit 31e067b

File tree

6 files changed

+161
-171
lines changed

6 files changed

+161
-171
lines changed

Cargo.lock

+75-115
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+11-3
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,21 @@ stl_io = "0.6.0"
3434
glutin = { git = "https://github.com/rust-windowing/glutin.git", rev = "07c461e" }
3535

3636
[build-dependencies]
37-
cbindgen = "0.18.*"
37+
cbindgen = "0.23.*"
3838

3939
[dev-dependencies]
40-
criterion = "0.2"
40+
criterion = "0.3"
4141

4242
[[bench]]
43-
name = "benchmarks"
43+
name = "cube"
44+
harness = false
45+
46+
[[bench]]
47+
name = "benchy"
48+
harness = false
49+
50+
[[bench]]
51+
name = "shipwreck"
4452
harness = false
4553

4654
[package.metadata.deb]

0 commit comments

Comments
 (0)