From ab68ea2d23833bcd8345880c8e862afc28dd7adb Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Tue, 1 Dec 2009 11:13:34 -0500 Subject: [PATCH] more perf numbers --- tests/perf.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/perf.html b/tests/perf.html index 51db787..a5567be 100644 --- a/tests/perf.html +++ b/tests/perf.html @@ -32,12 +32,15 @@ document.getElementById("status").innerHTML = "Elapsed time: " + (end - start)/num_tests + " ms/instantiation"; -

Some numbers
+

Some numbers on a MacBook Pro 2.53 GHz Core 2 Duo
commit bb5899c56e33716db724cb60a5120b91f5fccdeb
Firefox 3.0.15: 28 ms/instantiation
Safari 4.0.3: 15.02 ms/instantiation

+ commit 2847c1cf1a2874e9fe56b5749e6e105e37bb086a
+ Firefox 3.0.15: 49.27 ms/instantiation
+ Safari 4.0.3: 24.48 ms/instantiation

-- 2.7.4