X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=PerformanceTests%2FCSS%2FCSSPropertyUpdateValue.html;h=6ac8ea4a4ab7159aa5f2789e96abd3a07c90f9f2;hp=51795b30ddd65df7b88773971932655dcc1fd3cd;hb=4a86dcab6d2faedfcce75c152465714b732847d3;hpb=f4f80acd4fd1a08200257c66a0922127b6eb7259 diff --git a/PerformanceTests/CSS/CSSPropertyUpdateValue.html b/PerformanceTests/CSS/CSSPropertyUpdateValue.html index 51795b3..6ac8ea4 100644 --- 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. -PerfTestRunner.run(function() { +PerfTestRunner.measureRunsPerSecond({run:function() { for (key in properties) div.style[key] = properties[key]; -}, 10000); +}});