git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Unreviewed, rolling out r108851.
[WebKit-https.git]
/
PerformanceTests
/
Mutation
/
remove-child-deep.html
diff --git
a/PerformanceTests/Mutation/remove-child-deep.html
b/PerformanceTests/Mutation/remove-child-deep.html
index 72eada4e29804979a26f76e1e154c087f7e905d3..ffba0756bb9826b8e5e841c01ffa383e59fa26dd 100644
(file)
--- a/
PerformanceTests/Mutation/remove-child-deep.html
+++ b/
PerformanceTests/Mutation/remove-child-deep.html
@@
-36,7
+36,7
@@
function listener(mutations) {
if (start) {
var time = Date.now() - start;
times.push(time);
if (start) {
var time = Date.now() - start;
times.push(time);
- log(time);
+
PerfTestRunner.
log(time);
}
if (numRuns-- >= 0) {
runAgain();
}
if (numRuns-- >= 0) {
runAgain();
@@
-48,19
+48,19
@@
function listener(mutations) {
while (node.firstChild)
node.removeChild(node.firstChild);
} else {
while (node.firstChild)
node.removeChild(node.firstChild);
} else {
- logStatistics(times);
+
PerfTestRunner.
logStatistics(times);
if (!observing) {
observing = true;
resetState();
if (!observing) {
observing = true;
resetState();
- log('\n------------\n');
- log('Running ' + numRuns + ' times with observation');
+
PerfTestRunner.
log('\n------------\n');
+
PerfTestRunner.
log('Running ' + numRuns + ' times with observation');
setTimeout(runAgain, 0);
}
}
}
resetState();
setTimeout(runAgain, 0);
}
}
}
resetState();
-log('Running ' + numRuns + ' times without observation');
+
PerfTestRunner.
log('Running ' + numRuns + ' times without observation');
window.addEventListener('load', runAgain);
</script>
</body>
window.addEventListener('load', runAgain);
</script>
</body>