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
Add support for running benchmarks using runbench.py on Windows by:
- using the correct extension for binary files (instead of hardcoding
'.so')
- using sys.executable to run python instead of hardcoding 'python3'
- running mypyc as 'python scripts/mypyc' instead of 'scripts/mypyc'
because the latter requires using the shebang
`--priority` currently isn't supported on Windows.
Fixes#10.
0 commit comments