4 lines
108 B
Python
4 lines
108 B
Python
import subprocess
|
|
|
|
subprocess.run(['build/Benchmark.exe'])
|
|
subprocess.run(['build/Benchmark.exe', 'NOCULL']) |