Skip to content

Commit 2b2e9d4

Browse files
committed
On faster machines, the Multiply test can max out and stop producing useful results.
f5d127c increased the number of rows to 55, but testing shows that 68 is a better value to leave some headroom for future faster hardware and software.
1 parent 465dd49 commit 2b2e9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: MotionMark/tests/core/resources/multiply.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var MultiplyStage = Utilities.createSubclass(Stage,
3535
visibleCSS: [
3636
["display", "none", "block"]
3737
],
38-
totalRows: 55,
38+
totalRows: 68,
3939

4040
initialize: function(benchmark, options)
4141
{

0 commit comments

Comments
 (0)