Add band-aid fix for Windows benchmark issue (#322)

This commit is contained in:
Justin Traglia 2023-06-28 13:37:58 -05:00 committed by GitHub
parent fb3701bda5
commit 16e83cec65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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