debian-cpu-benchmark: add gitignore

This commit is contained in:
Jaewook Lee
2024-08-12 03:55:07 -04:00
parent 04d58ba146
commit b1dd7f43a9
2 changed files with 4 additions and 1 deletions

1
debian-cpu-benchmark/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
bench.csv

2
debian-cpu-benchmark/bench.py Normal file → Executable file
View File

@@ -1,3 +1,5 @@
#!/usr/bin/env python3
import subprocess, multiprocessing as mp, pandas as pd
subprocess.run("sudo apt-get update && sudo apt-get install -y sysbench",