From 0e88e35e5c76420c48a487718558d33e452ea1eb Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Sun, 30 May 2010 15:45:33 -0700 Subject: remove the uneeded call to createScope when evaluating expressions --- scenario/perf.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 scenario/perf.html (limited to 'scenario/perf.html') diff --git a/scenario/perf.html b/scenario/perf.html new file mode 100644 index 00000000..c2f26317 --- /dev/null +++ b/scenario/perf.html @@ -0,0 +1,32 @@ + + + + + + + + + +
+ + + -- cgit v1.2.3 From c7d64f6d124f10c66309042c2d77896215ed43b8 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Sun, 30 May 2010 16:34:59 -0700 Subject: improve error handling with elements --- scenario/perf.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scenario/perf.html') diff --git a/scenario/perf.html b/scenario/perf.html index c2f26317..1b0e40b4 100644 --- a/scenario/perf.html +++ b/scenario/perf.html @@ -8,7 +8,7 @@ PerfCntl.prototype = { createItems: function(){ var items = []; - for ( var i = 0; i < 100; i++) { + for ( var i = 0; i < 1000; i++) { var item = { name: "" + Math.random(), parts: [Math.random(), Math.random()] -- cgit v1.2.3 From 2e33e89a77d115ff17f5841ec328b1c1e4228161 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Sun, 30 May 2010 19:42:21 -0700 Subject: added compiled getterFN for better performance --- scenario/perf.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scenario/perf.html') diff --git a/scenario/perf.html b/scenario/perf.html index 1b0e40b4..e4edc00f 100644 --- a/scenario/perf.html +++ b/scenario/perf.html @@ -25,7 +25,7 @@
-- cgit v1.2.3 From 6143b04384680d17f38c2d5894a9b9961ea33288 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Mon, 31 May 2010 00:58:29 -0700 Subject: removed few key foreach and replaced thime with for loop for performance. --- scenario/perf.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scenario/perf.html') diff --git a/scenario/perf.html b/scenario/perf.html index e4edc00f..cd676918 100644 --- a/scenario/perf.html +++ b/scenario/perf.html @@ -24,7 +24,8 @@
-- cgit v1.2.3 From a29c5e4c7fd5e708c28e70e974bf873621d5277c Mon Sep 17 00:00:00 2001 From: Shyam Seshadri Date: Wed, 2 Jun 2010 15:04:26 -0700 Subject: Revert "removed few key foreach and replaced thime with for loop for performance." This reverts commit 6143b04384680d17f38c2d5894a9b9961ea33288. --- scenario/perf.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scenario/perf.html') diff --git a/scenario/perf.html b/scenario/perf.html index cd676918..e4edc00f 100644 --- a/scenario/perf.html +++ b/scenario/perf.html @@ -24,8 +24,7 @@
-- cgit v1.2.3 From 39312d1fe3a27b248f98f6f26577fcd7e2c64f85 Mon Sep 17 00:00:00 2001 From: Shyam Seshadri Date: Wed, 2 Jun 2010 15:05:34 -0700 Subject: Revert "Revert "removed few key foreach and replaced thime with for loop for performance."" This reverts commit a29c5e4c7fd5e708c28e70e974bf873621d5277c. --- scenario/perf.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scenario/perf.html') diff --git a/scenario/perf.html b/scenario/perf.html index e4edc00f..cd676918 100644 --- a/scenario/perf.html +++ b/scenario/perf.html @@ -24,7 +24,8 @@
-- cgit v1.2.3