Files
Seele/benchmark.py
T
2024-07-05 12:02:46 +02:00

4 lines
134 B
Python

import subprocess
subprocess.run(['build/Benchmark.exe'], cwd='build')
subprocess.run(['build/Benchmark.exe', 'NOCULL'], cwd='build')