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