6 lines
73 B
Python
6 lines
73 B
Python
|
|
||
|
import os
|
||
|
|
||
|
while os.system("./crun benchmark/b12.bench") == 0:
|
||
|
pass
|