Skip to content

Console Output

22:58:33 + make --no-print-directory -C benchmark jenkins arch=x64
22:58:33 rm -f compile.csv basic.csv ctxswitch.csv mutex.csv schedint.csv
22:58:33 If making benchmarks fails, look for error detail hiding in benchmark/foo.csv, where the last logged message is, "building foo.csv."
22:58:33 building compile.csv
22:58:51 building ctxswitch.csv
22:59:03 building mutex.csv
22:59:13 building schedint.csv
22:59:59 cat compile.csv
22:59:59 array,attributes,empty,expression,io,monitor,operators,typeof
22:59:59 0.61,0.58,0.47,0.50,5.87,6.34,0.47,0.47
22:59:59 cat compile.diff.csv
22:59:59 array,attributes,empty,expression,io,monitor,operators,typeof
22:59:59 0.171,0.127,0.137,0.140,0.020,0.025,0.132,0.139
22:59:59 cat ctxswitch.csv
22:59:59 generator,coroutine,thread
22:59:59 3.28204,36.6662,194.256
22:59:59 cat ctxswitch.diff.csv
22:59:59 generator,coroutine,thread
22:59:59 1.629,1.181,2.528
22:59:59 cat mutex.csv
22:59:59 1-monitor,2-monitor
22:59:59 40.3442,67.0475
22:59:59 cat mutex.diff.csv
22:59:59 1-monitor,2-monitor
22:59:59 1.003,0.946
22:59:59 cat schedint.csv
22:59:59 schedint-1,schedint-2,schedext-1,schedext-2
22:59:59 568.17,635.785,559.034,621.95
22:59:59 cat schedint.diff.csv
22:59:59 schedint-1,schedint-2,schedext-1,schedext-2
22:59:59 1.743,1.554,1.747,1.580