retroforth/benchmarks/nga-python.sh
crc fd082fbffa begin implementing small benchmarks (#26)
FossilOrigin-Name: 64bf804f97086c309db9bd87b5daa2cd086566098e5d9b93845c96920420c585
2020-12-18 19:38:04 +00:00

16 lines
293 B
Bash
Executable file

#!/bin/sh
cd ..
retro tools/amalgamate-python.retro >benchmarks/retro.py
cd benchmarks
cp ../ngaImage .
echo Python3
time python3 retro.py times.retro
time python3 retro.py push-drop.retro
echo PyPy
time pypy retro.py times.retro
time pypy retro.py push-drop.retro
rm -f retro.py ngaImage