Commit 5ac0d09e authored by Xavier Thompson's avatar Xavier Thompson

examples/: WIP Add checks in check.sh

parent 7db2356f
set -e
for i in {0..100}
do
time taskset -c 0 ./mutex_perf
done
for i in {0..100}
do
time taskset -c 0-7 ./mutex_perf
done
for i in {0..100}
do
time ./mutex_perf
done
for i in {0..10}
do
valgrind taskset -c 0 ./mutex_perf
done
for i in {0..10}
do
valgrind taskset -c 0-7 ./mutex_perf
done
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment