Skip to content

Commit f5d127c

Browse files
committed
MotionMark's multiply suite may generate incorrect score when requestAnimationFrame runs at 120hz
https://bugs.webkit.org/show_bug.cgi?id=240605 Reviewed by Simon Fraser. This effectively increases the maximum complexity. Doing this for two reasons: both Chrome and Safari are getting close to the maximum complexity. Increasing the complexity ensures Chrome is scored correctly when requestAnimationFrame runs at 120Hz. Merge from https://commits.webkit.org/251810@main * PerformanceTests/MotionMark/tests/master/resources/multiply.js: Increases complexity.
1 parent 06acb93 commit f5d127c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MotionMark/tests/master/resources/multiply.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var MultiplyStage = Utilities.createSubclass(Stage,
3737
["opacity", 0, 1],
3838
["display", "none", "block"]
3939
],
40-
totalRows: 45,
40+
totalRows: 55,
4141

4242
initialize: function(benchmark, options)
4343
{

0 commit comments

Comments
 (0)