Skip to content

Console Output

07:59:56 + make --no-print-directory -C benchmark jenkins arch=x64
07:59:56 rm -f compile.csv basic.csv ctxswitch.csv mutex.csv schedint.csv
07:59:56 If making benchmarks fails, look for error detail hiding in benchmark/foo.csv, where the last logged message is, "building foo.csv."
07:59:56 building compile.csv
08:00:14 building ctxswitch.csv
08:00:26 building mutex.csv
08:00:34 building schedint.csv
08:01:21 cat compile.csv
08:01:21 array,attributes,empty,expression,io,monitor,operators,typeof
08:01:21 0.47,0.58,0.47,0.49,5.82,6.33,0.47,0.46
08:01:21 cat compile.diff.csv
08:01:21 array,attributes,empty,expression,io,monitor,operators,typeof
08:01:21 0.132,0.127,0.137,0.137,0.020,0.025,0.132,0.136
08:01:21 cat ctxswitch.csv
08:01:21 generator,coroutine,thread
08:01:21 3.24926,37.1501,195.578
08:01:21 cat ctxswitch.diff.csv
08:01:21 generator,coroutine,thread
08:01:21 1.612,1.197,2.545
08:01:21 cat mutex.csv
08:01:21 1-monitor,2-monitor
08:01:21 40.704,67.3705
08:01:21 cat mutex.diff.csv
08:01:21 1-monitor,2-monitor
08:01:21 1.012,0.951
08:01:21 cat schedint.csv
08:01:21 schedint-1,schedint-2,schedext-1,schedext-2
08:01:21 562.309,630.208,553.05,621.757
08:01:21 cat schedint.diff.csv
08:01:21 schedint-1,schedint-2,schedext-1,schedext-2
08:01:21 1.725,1.541,1.729,1.579