From 1d44f945a2fd163b35dc30f599fdcc5e016011bc Mon Sep 17 00:00:00 2001 From: Joshua Bakita Date: Tue, 9 Mar 2021 20:49:40 -0500 Subject: Benchmarks: Move thrashing task to a submodule and update paths --- dis/run_pair_convexity.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'dis/run_pair_convexity.sh') diff --git a/dis/run_pair_convexity.sh b/dis/run_pair_convexity.sh index a4e204f..bdd25c8 100644 --- a/dis/run_pair_convexity.sh +++ b/dis/run_pair_convexity.sh @@ -100,7 +100,7 @@ cat /sys/fs/resctrl/schemata echo "=== Core $firstCore and $secondCore Config ===" cat /sys/fs/resctrl/benchmarks/schemata if [[ $8 == "--contend" ]]; then - if [[ ! -f "/playpen/mc2/imx6q-thrasher/thrasher" ]]; then + if [[ ! -f "../thrasher/thrasher" ]]; then echo "ERROR: thrasher binary not fonud. Exiting..." exit fi @@ -124,12 +124,12 @@ read if [[ $8 == "--contend" ]]; then echo "Done. Starting 6 contending tasks..." # Run two contending tasks on each other CCX - taskset -c 1 /playpen/mc2/imx6q-thrasher/thrasher & - taskset -c 2 /playpen/mc2/imx6q-thrasher/thrasher & - taskset -c 5 /playpen/mc2/imx6q-thrasher/thrasher & - taskset -c 6 /playpen/mc2/imx6q-thrasher/thrasher & - taskset -c 9 /playpen/mc2/imx6q-thrasher/thrasher & - taskset -c 10 /playpen/mc2/imx6q-thrasher/thrasher & + taskset -c 1 ../thrasher/thrasher & + taskset -c 2 ../thrasher/thrasher & + taskset -c 5 ../thrasher/thrasher & + taskset -c 6 ../thrasher/thrasher & + taskset -c 9 ../thrasher/thrasher & + taskset -c 10 ../thrasher/thrasher & fi sleep 1 # Wait for contending tasks to start echo "Done. Beginning benchmarks..." -- cgit v1.2.2