From 5c14a35e6210fb8500456b3b4ca026cfeb889776 Mon Sep 17 00:00:00 2001
From: Misko Hevery
Date: Fri, 13 Aug 2010 09:50:03 -0700
Subject: initial perf testing
---
perf/buzz.html | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 86 insertions(+)
create mode 100644 perf/buzz.html
(limited to 'perf/buzz.html')
diff --git a/perf/buzz.html b/perf/buzz.html
new file mode 100644
index 00000000..1d0e155c
--- /dev/null
+++ b/perf/buzz.html
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
+
+
+ reload
+
+
+ <angular/> Buzz
+
+ filter:
+
+
+
+ user:
+
+
+
+
+
+ -
+
+
+ {{item.object.content | html}}
+
+
+
+
+
+
+
+
+
+
+
--
cgit v1.2.3
From 550e5f8ce948f52a37286c91502bd49f44b73474 Mon Sep 17 00:00:00 2001
From: Misko Hevery
Date: Sat, 14 Aug 2010 10:09:52 -0700
Subject: change from using console to printing the timing data onto the screen
---
perf/buzz.html | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
(limited to 'perf/buzz.html')
diff --git a/perf/buzz.html b/perf/buzz.html
index 1d0e155c..f2e95c85 100644
--- a/perf/buzz.html
+++ b/perf/buzz.html
@@ -3,6 +3,7 @@
@@ -39,8 +41,9 @@
window.browser.lap('parse model');
-
- reload
+
+ reload
+ {{line}}
<angular/> Buzz
--
cgit v1.2.3