Skip to content
Snippets Groups Projects
Commit 13d2aae4 authored by Reiner Jung's avatar Reiner Jung
Browse files

Updated setup.

parent eae751ff
No related branches found
No related tags found
No related merge requests found
MOOBENCH_ARCHIVE="${BASE_DIR}/tools/benchmark/build/distributions/benchmark.tar"
COMPILE_RESULTS_ARCHIVE="${BASE_DIR}/tools/compile-results/build/distributions/compile-results.tar"
export SLEEP_TIME=30
export NUM_OF_LOOPS=10
......
......@@ -40,4 +40,8 @@ checkFile moobench "${MOOBENCH_ARCHIVE}"
tar -xpf "${MOOBENCH_ARCHIVE}"
MOOBENCH_BIN="${BASE_DIR}/benchmark/bin/benchmark"
checkFile compile-result "${COMPILE_RESULT_ARCHIVE}"
tar -xpf "${COMPILE_RESULT_ARCHIVE}"
COMPILE_RESULT_BIN="${BASE_DIR}/compile-results/bin/compile-results"
# end
MOOBENCH_ARCHIVE="${BASE_DIR}/tools/benchmark/build/distributions/benchmark.tar"
COMPILE_RESULTS_ARCHIVE="${BASE_DIR}/tools/compile-results/build/distributions/compile-results.tar"
export SLEEP_TIME=10
export NUM_OF_LOOPS=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment