spammify.c: Require a certain count instead of elapsed time
authorW. Trevor King <wking@tremily.us>
Wed, 17 Apr 2013 16:07:19 +0000 (12:07 -0400)
committerW. Trevor King <wking@tremily.us>
Wed, 17 Apr 2013 16:07:19 +0000 (12:07 -0400)
commit438984c44ae396ed60ba66172b941c0b997bf2f0
tree69ddc36a331efea98e9e41aeccd9d8f4e561407d
parent946abfdead1b03000ff3d494570ec4ca3bdda8c2
spammify.c: Require a certain count instead of elapsed time

Increasing the number of threads time sharing on the same core does
not increase total execution time if the threads are only checking for
elapsed time.  We need them to actually *do* something.
spammify.c