Skip to content
Snippets Groups Projects
Commit 435e0a70 authored by DaGeRe's avatar DaGeRe
Browse files

Use productive MooBench parameters

parent ff700f70
No related branches found
No related tags found
No related merge requests found
......@@ -28,12 +28,9 @@ jobs:
- name: Execute MooBench Benchmark
run: |
./setup.sh
cd frameworks/Kieker-java/
export SLEEP_TIME=0
export NUM_OF_LOOPS=1
export TOTAL_NUM_OF_CALLS=10
export RECURSION_DEPTH=10
export MOOBENCH_CONFIGURATIONS="0 1 2 4 5"
cd frameworks/Kieker-java/
export NUM_OF_LOOPS=10
export MOOBENCH_CONFIGURATIONS="0 1 2 4"
./benchmark.sh
cd results-Kieker-java
unzip results.zip
......
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