Fix :bug-309448 test for faster CPUs.
authorStas Boukarev <stassats@gmail.com>
Fri, 15 Nov 2013 20:28:09 +0000 (00:28 +0400)
committerStas Boukarev <stassats@gmail.com>
Fri, 15 Nov 2013 20:28:09 +0000 (00:28 +0400)
commit9303b3dc86bdfe5193b403de7419dc5bc8cc79e4
tree3ad5f17b3caa93eeb0f92e5a51654fa422a1cab5
parentd7875c296a4988e9f27e2776237884deb1984c62
Fix :bug-309448 test for faster CPUs.

Despite claiming to be resilient to timing differences of different
machines, it still fails to do so by hard-coding the number of
iterations, which fails on faster machines.
Determine the number of iterations for which the time difference is
not zero.
tests/compiler.pure.lisp