cpu product

This commit is contained in:
2024-01-14 19:42:57 -06:00
parent 3272374be1
commit 87dfb3e9df
2 changed files with 3 additions and 1 deletions

View File

@@ -53,6 +53,8 @@ PRESET=(13)
LOG="$BENCHMARK_DIR/results.txt"
rm -rf "$OUTPUT_DIR" && mkdir -p "$OUTPUT_DIR"
ffmpeg -version | grep "version" > "$LOG"
CPU_PROD=$(sudo lshw | grep "product" | head -1 | cut -d ':' -f2)
echo "CPU product:$CPU_PROD with $(nproc) threads" >> $LOG
uname -srmpio >> "$LOG"
# Find versions of files