From 0aa81c5c6854bbd17d3957492078102818d8de5d Mon Sep 17 00:00:00 2001 From: Michael Bebenita Date: Wed, 3 Apr 2013 11:24:53 -0700 Subject: [PATCH] Imcrease workload for benchmarks. --- .../sunspider-typed/bitops-bits-in-byte.as | 2 +- .../sunspider-typed/bitops-bitwise-and.as | 6 +++++- .../sunspider-typed/bitops-nsieve-bits.as | 4 ++++ .../sunspider-typed/controlflow-recursive.as | 9 +++++++-- .../sunspider-typed/math-cordic.as | 4 ++++ .../sunspider-typed/math-partial-sums.as | 20 +++++++++++-------- .../sunspider-typed/math-spectral-norm.as | 7 +++++-- .../performance/sunspider-typed/s3d-cube.as | 2 ++ .../performance/sunspider-typed/s3d-morph.as | 4 +++- .../sunspider-typed/s3d-raytrace.as | 5 +++-- 10 files changed, 46 insertions(+), 17 deletions(-) diff --git a/src/avm2/tests/performance/sunspider-typed/bitops-bits-in-byte.as b/src/avm2/tests/performance/sunspider-typed/bitops-bits-in-byte.as index 57fee0f503..7cf2451ba5 100644 --- a/src/avm2/tests/performance/sunspider-typed/bitops-bits-in-byte.as +++ b/src/avm2/tests/performance/sunspider-typed/bitops-bits-in-byte.as @@ -40,7 +40,7 @@ package { function TimeFunc(func:Function):int { var res:int, x:int, y:int, t:int; - var xMax: int = 500 * 4; + var xMax: int = 5000 * 4; var yMax: int = 256 * 4; for(x=0; x