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