Check CPU usage before running SPEC

This commit is contained in:
Rodrigo Arias 2024-10-10 15:46:12 +02:00
parent 99c8d5e3de
commit f19f5b19ae

View File

@ -408,6 +408,8 @@
export TMPDIR=/tmp export TMPDIR=/tmp
# We need /bin/sh # We need /bin/sh
ln -s $(which sh) /bin/sh ln -s $(which sh) /bin/sh
# Check CPU usage
vmstat 5 5
bash -x speclaunch bash -x speclaunch
cat /tmp/spec/time.csv cat /tmp/spec/time.csv
# Give me a shell at the end # Give me a shell at the end