You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use absolute paths for file arguments in WASI benchmarks
- Pass absolute paths ($PWD_PATH/file) instead of relative paths (file)
- WASI requires absolute paths for file operations even with --dir mapping
- Fixes 'open baseline_test.txt: errno 2' in regression detection
- Applied to both baseline and PR benchmark commands
0 commit comments