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
Purge PassRefPtr in Modules/webdatabase
[WebKit-https.git]
/
PerformanceTests
/
CSS
/
CSSPropertyUpdateValue.html
diff --git
a/PerformanceTests/CSS/CSSPropertyUpdateValue.html
b/PerformanceTests/CSS/CSSPropertyUpdateValue.html
index
51795b3
..
6ac8ea4
100644
(file)
--- a/
PerformanceTests/CSS/CSSPropertyUpdateValue.html
+++ b/
PerformanceTests/CSS/CSSPropertyUpdateValue.html
@@
-72,9
+72,9
@@
var properties = {
'wordSpacing' : '40px',
};
// The first run will just add the properties but it's fine as the first run of the benchmark is always ignored.
'wordSpacing' : '40px',
};
// The first run will just add the properties but it's fine as the first run of the benchmark is always ignored.
-PerfTestRunner.
run(
function() {
+PerfTestRunner.
measureRunsPerSecond({run:
function() {
for (key in properties)
div.style[key] = properties[key];
for (key in properties)
div.style[key] = properties[key];
-}
, 10000
);
+}
}
);
</script>
</html>
</script>
</html>