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

Patch to remove nightly channel requirement for cargo #241

Open jlb6740 opened 1 year ago

jlb6740 commented 1 year ago

Can't remember now what problem prompted the creation of this issue #239 but this patch is to remove the nightly requirement for cargo building and running of benchmarks.

abrown commented 1 year ago

I don't think we can actually merge this. Once I removed nightly from CI we get failures related to the precision crate missing something on Windows.