Index: benchmark/Makefile.am
===================================================================
--- benchmark/Makefile.am	(revision 4eb07bc89b488e72e994bb07895f35c0be0aaa93)
+++ benchmark/Makefile.am	(revision c93fd72fa19e80b4a77eff661e6a997312c3ebf5)
@@ -11,6 +11,6 @@
 ## Created On       : Sun May 31 09:08:15 2015
 ## Last Modified By : Peter A. Buhr
-## Last Modified On : Thu Jan  9 13:03:04 2020
-## Update Count     : 203
+## Last Modified On : Thu Jan  9 16:40:29 2020
+## Update Count     : 217
 ###############################################################################
 
@@ -85,5 +85,7 @@
 basic_DURATION = 250000000
 
-ctxswitch_pthread_DURATION = 50000000
+ctxswitch_pthread_DURATION = 25000000
+ctxswitch_goroutine_DURATION = $(ctxswitch_pthread_DURATION)
+ctxswitch_rust_DURATION = $(ctxswitch_pthread_DURATION)
 ctxswitch_cfa_generator_DURATION = 5000000000
 ctxswitch_DURATION = 100000000
@@ -94,6 +96,5 @@
 signal_DURATION = 50000000
 
-waitfor_upp_DURATION = 5000000
-waitfor_DURATION = 500000
+waitfor_DURATION = 10000000
 
 creation_cfa_coroutine_DURATION = 10000000
@@ -103,6 +104,6 @@
 creation_upp_thread_DURATION = ${creation_upp_coroutine_DURATION}
 creation_pthread_DURATION = 250000
+creation_rust_DURATION = ${creation_pthread_DURATION}
 creation_DURATION = 50000000
-
 
 %.run : %$(EXEEXT) ${REPEAT}
@@ -110,5 +111,8 @@
 	echo "------------------------------------------------------"
 	echo $<
-	${REPEAT} ${repeats} -- /usr/bin/time -f "%Uu %Ss %Er %Mkb" ./a.out $(if ${$(subst -,_,$(basename $@))_DURATION},${$(subst -,_,$(basename $@))_DURATION},${$(firstword $(subst -, ,$(basename $@)))_DURATION}) | tee -a .result.log
+	${REPEAT} ${repeats} -- /usr/bin/time -f "%Uu %Ss %Er %Mkb" ./a.out\
+		$(if ${$(subst -,_,$(basename $@))_DURATION},\
+			${$(subst -,_,$(basename $@))_DURATION},\
+			${$(firstword $(subst -, ,$(basename $@)))_DURATION}) | tee -a .result.log
 	${STATS} .result.log
 	echo "------------------------------------------------------"
Index: benchmark/Makefile.in
===================================================================
--- benchmark/Makefile.in	(revision 4eb07bc89b488e72e994bb07895f35c0be0aaa93)
+++ benchmark/Makefile.in	(revision c93fd72fa19e80b4a77eff661e6a997312c3ebf5)
@@ -422,5 +422,7 @@
 basic_function_DURATION = 10000000000
 basic_DURATION = 250000000
-ctxswitch_pthread_DURATION = 50000000
+ctxswitch_pthread_DURATION = 25000000
+ctxswitch_goroutine_DURATION = $(ctxswitch_pthread_DURATION)
+ctxswitch_rust_DURATION = $(ctxswitch_pthread_DURATION)
 ctxswitch_cfa_generator_DURATION = 5000000000
 ctxswitch_DURATION = 100000000
@@ -428,6 +430,5 @@
 signal_pthread_DURATION = 5000000
 signal_DURATION = 50000000
-waitfor_upp_DURATION = 5000000
-waitfor_DURATION = 500000
+waitfor_DURATION = 10000000
 creation_cfa_coroutine_DURATION = 10000000
 creation_cfa_coroutine_eager_DURATION = ${creation_cfa_coroutine_DURATION}
@@ -436,4 +437,5 @@
 creation_upp_thread_DURATION = ${creation_upp_coroutine_DURATION}
 creation_pthread_DURATION = 250000
+creation_rust_DURATION = ${creation_pthread_DURATION}
 creation_DURATION = 50000000
 FIX_NEW_LINES = cat $@ | tr "\n" "\t" | sed -r 's/\t,/,/' | tr "\t" "\n" > $@
@@ -785,5 +787,8 @@
 	echo "------------------------------------------------------"
 	echo $<
-	${REPEAT} ${repeats} -- /usr/bin/time -f "%Uu %Ss %Er %Mkb" ./a.out $(if ${$(subst -,_,$(basename $@))_DURATION},${$(subst -,_,$(basename $@))_DURATION},${$(firstword $(subst -, ,$(basename $@)))_DURATION}) | tee -a .result.log
+	${REPEAT} ${repeats} -- /usr/bin/time -f "%Uu %Ss %Er %Mkb" ./a.out\
+		$(if ${$(subst -,_,$(basename $@))_DURATION},\
+			${$(subst -,_,$(basename $@))_DURATION},\
+			${$(firstword $(subst -, ,$(basename $@)))_DURATION}) | tee -a .result.log
 	${STATS} .result.log
 	echo "------------------------------------------------------"
