Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
i4
manycore
emper-io-eval
Commits
eebaa99f
Commit
eebaa99f
authored
May 07, 2022
by
Florian Fischer
Browse files
reenable perf energy measurements
parent
204b1751
Changes
1
Hide whitespace changes
Inline
Side-by-side
eval-muhq-ma.sh
View file @
eebaa99f
...
...
@@ -26,8 +26,7 @@ mkdir -p "${OUT}"/{latency,throughput}
NUMA_ARGS
=
--measure-cmd
=
"numactl --cpunodebind=netdev:10gbe-card-p1 /usr/bin/time -o {BENCHDIR}/server_stats.{RUN}.txt -v"
COMMON_ARGS
=(
--ssh-port
"
${
SSH_PORT
}
"
--host
"
${
HOST
}
"
)
#COMMON_ARGS=(--ssh-port "${SSH_PORT}" --host "${HOST}" --perf-energy)
COMMON_ARGS
=(
--ssh-port
"
${
SSH_PORT
}
"
--host
"
${
HOST
}
"
--perf-energy
)
#--host "${HOST}" --perf-energy "${NUMA_ARGS}")
COMMON_ARGS_THROUGHPUT
=(
${
COMMON_ARGS
[@]
}
--data-dir
${
OUT
}
/throughput
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment