Skip to content
Snippets Groups Projects
Commit fb460613 authored by David Georg Reichelt's avatar David Georg Reichelt
Browse files

Fix 4 and 8 execution

parent aa1746a0
Branches KIEKER-1990
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ jobs:
run: |
./setup.sh
cd frameworks/Kieker-java/
export THREADS=2
export THREADS=4
export NUM_OF_LOOPS=10
export MOOBENCH_CONFIGURATIONS="0 1 2 4"
./benchmark.sh
......
......@@ -29,7 +29,7 @@ jobs:
run: |
./setup.sh
cd frameworks/Kieker-java/
export THREADS=2
export THREADS=8
export NUM_OF_LOOPS=10
export MOOBENCH_CONFIGURATIONS="0 1 2 4"
./benchmark.sh
......
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