Status: New Owner: ---- New issue 710 by n.nethercote: v8-crypto.js is non-deterministic http://code.google.com/p/v8/issues/detail?id=710
v8-crypto is non-deterministic. This is an undesirable feature in a benchmark, as it muddies comparisons of different runs. The source of the determinism is a call to Math.random(). It is called 256 times to initialize a buffer. A good fix would be to extract the 256 numbers from a single run and then hardwire that buffer in the benchmark. -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
