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 benchmark name to `std{out|err}.expected` #256

Closed abrown closed 1 year ago

abrown commented 1 year ago

PR #251 introduces the ability to build multiple benchmarks within a single directory. Currently, Sightglass will look for the files stdout.expected and stderr.expected in the .wasm directory in order to check the benchmark output. These names would conflict in the multi-benchmark case, so this commit renames these files to <benchmark name>.std{out|err}.expected.