Files
Seele/benchmark.py
T

4 lines
134 B
Python
Raw Normal View History

2024-07-05 12:02:46 +02:00
import subprocess
subprocess.run(['build/Benchmark.exe'], cwd='build')
subprocess.run(['build/Benchmark.exe', 'NOCULL'], cwd='build')