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

Fix native run script to grab any and all potential input files #265

Closed jlb6740 closed 1 year ago

jlb6740 commented 1 year ago

We don't have a stipulation that says input file names need to be the same as the benchmark directory name and some benchmarks have multiple input files .. will remove the logic that checks only for input files that have the same name as the directory.

abrown commented 1 year ago

Which benchmarks have *.input files that don't start with the benchmark name? I can change those just for consistency...