mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-01-15 12:44:09 +00:00
Add band-aid fix for Windows benchmark issue (#322)
This commit is contained in:
parent
fb3701bda5
commit
16e83cec65
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user