Skip to content

Console Output

23:00:37 + make --no-print-directory -C benchmark jenkins arch=x64
23:00:37 rm -f compile.csv basic.csv ctxswitch.csv mutex.csv schedint.csv
23:00:37 If making benchmarks fails, look for error detail hiding in benchmark/foo.csv, where the last logged message is, "building foo.csv."
23:00:37 building compile.csv
23:00:55 building ctxswitch.csv
23:01:13 building mutex.csv
23:01:23 building schedint.csv
23:02:10 cat compile.csv
23:02:10 array,attributes,empty,expression,io,monitor,operators,typeof
23:02:10 0.54,0.66,0.52,0.55,6.82,7.44,0.53,0.51
23:02:10 cat compile.diff.csv
23:02:10 array,attributes,empty,expression,io,monitor,operators,typeof
23:02:10 0.151,0.144,0.152,0.154,0.023,0.029,0.149,0.151
23:02:10 cat ctxswitch.csv
23:02:10 generator,coroutine,thread
23:02:10 3.27542,36.4833,194.024
23:02:10 cat ctxswitch.diff.csv
23:02:10 generator,coroutine,thread
23:02:10 1.625,1.175,2.525
23:02:10 cat mutex.csv
23:02:10 1-monitor,2-monitor
23:02:10 41.3382,67.0523
23:02:10 cat mutex.diff.csv
23:02:10 1-monitor,2-monitor
23:02:10 1.028,0.946
23:02:10 cat schedint.csv
23:02:10 schedint-1,schedint-2,schedext-1,schedext-2
23:02:10 580.66,643.951,566.623,629.343
23:02:10 cat schedint.diff.csv
23:02:10 schedint-1,schedint-2,schedext-1,schedext-2
23:02:10 1.781,1.574,1.771,1.599