Skip to content

Commit

Permalink
Add band-aid fix for Windows benchmark issue (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia authored Jun 28, 2023
1 parent fb3701b commit 16e83ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bindings/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,8 @@ glob = "0.3"
[[bench]]
name = "kzg_benches"
harness = false

# The benchmarks crash on Windows with Rust 1.70. This is a band-aid fix for
# that. Refer to #318 for more details. This should be removed if fixed.
[profile.bench]
opt-level = 0

0 comments on commit 16e83ce

Please sign in to comment.