From 2c8b4648526acf5c2645de8408a6d9ace2144b5f Mon Sep 17 00:00:00 2001 From: Leonardo Zizzamia Date: Sat, 13 Sep 2014 15:39:16 -0700 Subject: [PATCH] perf(benchmark): add ngBindOnce benchmarks to largetable-bp --- benchmarks/largetable-bp/main.html | 31 ++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/benchmarks/largetable-bp/main.html b/benchmarks/largetable-bp/main.html index 95ebe21e..084068da 100644 --- a/benchmarks/largetable-bp/main.html +++ b/benchmarks/largetable-bp/main.html @@ -8,15 +8,16 @@ Large table rendered with AngularJS

-
none:
-
baseline binding:
-
baseline interpolation:
-
ngBind:
-
interpolation:
-
ngBind + fnInvocation:
-
interpolation + fnInvocation:
-
ngBind + filter:
-
interpolation + filter:
+
none:
+
baseline binding:
+
baseline interpolation:
+
ngBind:
+
ngBindOnce:
+
interpolation:
+
ngBind + fnInvocation:
+
interpolation + fnInvocation:
+
ngBind + filter:
+
interpolation + filter:
@@ -26,7 +27,17 @@

baseline binding

- :| + + :| + +
+
+
+

baseline binding once

+
+ + :| +