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

Add search for a default expected file and include for libsodium #278

Closed jlb6740 closed 2 weeks ago

jlb6740 commented 1 month ago

In some directories (at least libsodium) we have the same output expected for all benchmarks in the folder. Instead of creating 10s or even 100s of benchmark.std***. expected files we can have a default expected file that is used as a fall back if it exist. This patch implements this and also adds a expected files for libsodium to address #275.

jlb6740 commented 1 month ago

Note also, this is done in WasmScore and there has been no issue.