Column CPU Bound Test
Source ce
Description
This program executes for exactly 10 seconds. It has a counter that continuously increases. However high the counter when the 10 second alarm occurs, that is the value printed out as operations. Since this is a CPU bound program, we are using this canary to see how much degradation the program sees under various load conditions.

Caveats
We divide the final number by one million. The number of iterations (in millions) is what is graphed and shown for this canary.

srtdate_ce: 20041027091842	JST "ce"
ce operations: 505674352, nanoseconds: 10005577700, ns_per_loop: 19, clock: hr
enddate_ce: 20041027091852	JST