Use runPerSecond in PerformanceTests/Bindings/typed-array* and event-target-wrapper
https://bugs.webkit.org/show_bug.cgi?id=97625
Reviewed by Eric Seidel.
Use PerfTestRunner.runPerSecond instead of PerfTestRunner.run. Also reduce the fixed number of
elements and iterations in these tests by a factor of 10 since runPerSecond can dynamically
adjust the number of function calls.
* Bindings/event-target-wrapper.html:
* Bindings/typed-array-construct-from-array.html:
* Bindings/typed-array-construct-from-same-type.html:
* Bindings/typed-array-construct-from-typed.html:
* Bindings/typed-array-set-from-typed.html:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129669 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/PerformanceTests/ChangeLog b/PerformanceTests/ChangeLog
index 10f6196..488621e 100644
--- a/PerformanceTests/ChangeLog
+++ b/PerformanceTests/ChangeLog
@@ -1,3 +1,20 @@
+2012-09-26 Ryosuke Niwa <rniwa@webkit.org>
+
+ Use runPerSecond in PerformanceTests/Bindings/typed-array* and event-target-wrapper
+ https://bugs.webkit.org/show_bug.cgi?id=97625
+
+ Reviewed by Eric Seidel.
+
+ Use PerfTestRunner.runPerSecond instead of PerfTestRunner.run. Also reduce the fixed number of
+ elements and iterations in these tests by a factor of 10 since runPerSecond can dynamically
+ adjust the number of function calls.
+
+ * Bindings/event-target-wrapper.html:
+ * Bindings/typed-array-construct-from-array.html:
+ * Bindings/typed-array-construct-from-same-type.html:
+ * Bindings/typed-array-construct-from-typed.html:
+ * Bindings/typed-array-set-from-typed.html:
+
2012-09-25 Antti Koivisto <antti@apple.com>
Optimize stylesheet insertions