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

Align ackermann output to its input #236

Closed jlb6740 closed 1 year ago

jlb6740 commented 1 year ago

In working on the patch #228 I found an issue with ackermann where I discovered there was a mismatch between the input and the output.

jlb6740 commented 1 year ago

Will merge this. It appears ackermann is not running properly. It looks like the working-dir flag is either not adequate or just not working properly. When both the wasm binary and the input are moved to the same directory from which the sightglass-cli is run then things work as expected, else the input files aren't read properly