debian-cpu-benchmark: add gitignore
This commit is contained in:
1
debian-cpu-benchmark/.gitignore
vendored
Normal file
1
debian-cpu-benchmark/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
bench.csv
|
||||||
2
debian-cpu-benchmark/bench.py
Normal file → Executable file
2
debian-cpu-benchmark/bench.py
Normal file → Executable file
@@ -1,3 +1,5 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import subprocess, multiprocessing as mp, pandas as pd
|
import subprocess, multiprocessing as mp, pandas as pd
|
||||||
|
|
||||||
subprocess.run("sudo apt-get update && sudo apt-get install -y sysbench",
|
subprocess.run("sudo apt-get update && sudo apt-get install -y sysbench",
|
||||||
|
|||||||
Reference in New Issue
Block a user