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

Reduced execution time.

parent 93da8b1a
Branches
No related tags found
No related merge requests found
...@@ -15,10 +15,10 @@ BENCHMARK="${BASE_DIR}/benchmark/bin/benchmark" ...@@ -15,10 +15,10 @@ BENCHMARK="${BASE_DIR}/benchmark/bin/benchmark"
AOP="kieker.aop.xml" AOP="kieker.aop.xml"
# execution parameter # execution parameter
SLEEP_TIME=30 ## 30 SLEEP_TIME=10 ## 30
NUM_OF_LOOPS=10 ## 10 NUM_OF_LOOPS=10 ## 10
RECURSION_DEPTH=10 ## 10 RECURSION_DEPTH=10 ## 10
TOTAL_NUM_OF_CALLS=20000 ## 2 000 000 TOTAL_NUM_OF_CALLS=20000 ## 2 000 000
METHOD_TIME=500 ## 500000 METHOD_TIME=5 #00 ## 500000
# end # end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment