bytecodealliance / sightglass

A benchmark suite and tool to compare different implementations of the same primitives.
Apache License 2.0
69 stars 33 forks source link

Disable `benchmark_effect_size` test on Windows #229

Closed abrown closed 1 year ago

abrown commented 1 year ago

As reported in #178, the benchmark_effect_size test on Windows occasionally fails with a strange error code and no output. This conditional #[ignore] temporarily avoids the issue until we can figure out what is going on.