mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-12 06:52:25 +00:00
Bug 965490 - Update fling jank and about:start jank tests to share an axis for data points. r=me
This commit is contained in:
parent
bb2e7d4783
commit
f795e16bb2
@ -166,8 +166,8 @@ gTests.push({
|
||||
"Displays the low, high, and average FTR frame intervals when flinging a page of text.");
|
||||
PerfTest.declareNumericalResults([
|
||||
{ value: low, desc: "low" },
|
||||
{ value: high, desc: "high" },
|
||||
{ value: ave, desc: "average" }
|
||||
{ value: high, desc: "high", shareAxis: 0 },
|
||||
{ value: ave, desc: "average", shareAxis: 0 }
|
||||
]);
|
||||
}
|
||||
});
|
||||
@ -213,8 +213,8 @@ gTests.push({
|
||||
"Displays the low, high, and average FTR frame intervals for about:start.");
|
||||
PerfTest.declareNumericalResults([
|
||||
{ value: results.low, desc: "low" },
|
||||
{ value: results.high, desc: "high" },
|
||||
{ value: results.ave, desc: "average" }
|
||||
{ value: results.high, desc: "high", shareAxis: 0 },
|
||||
{ value: results.ave, desc: "average", shareAxis: 0 }
|
||||
]);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user