| Index: LayoutTests/http/tests/perf/large-inlined-script.html
|
| diff --git a/LayoutTests/http/tests/perf/large-inlined-script.html b/LayoutTests/http/tests/perf/large-inlined-script.html
|
| index 45a28f5ee0bf02377b7a7209625dd890a132229b..90ce5971cb5be3e4ebb3cecc4faca3a88f79d52b 100644
|
| --- a/LayoutTests/http/tests/perf/large-inlined-script.html
|
| +++ b/LayoutTests/http/tests/perf/large-inlined-script.html
|
| @@ -18,12 +18,12 @@ function test(magnitude, callback)
|
| }
|
|
|
| Magnitude.description("This tests time complexity of parsing HTML with large inlined script.");
|
| -Magnitude.initialExponent = 15;
|
| -Magnitude.numPoints = 4;
|
| +Magnitude.initialExponent = 17;
|
| +Magnitude.numPoints = 2;
|
| Magnitude.trim = 0;
|
| Magnitude.tolerance = 0.33;
|
| -Magnitude.numTrials = 5;
|
| -Magnitude.successThreshold = 0.2; // 1 out of 5
|
| +Magnitude.numTrials = 4;
|
| +Magnitude.successThreshold = 0.25; // 1 out of 4
|
| Magnitude.runAsync(setupFunction, test, Magnitude.LINEAR);
|
| </script>
|
| </head>
|
|
|