From f7adb3d7b6a7a95cc4fad2aae1d58397c03902db Mon Sep 17 00:00:00 2001 From: Robert Konigsberg Date: Thu, 7 Apr 2011 11:29:50 -0400 Subject: [PATCH] Add ability to run test many times for a better sense of performance metrics. When run multiple times, this results in showing a nice dygraph of the different runtimes. SELF-HOSTING! WE MUST GO DEEPER. --- tests/dygraph-many-points-benchmark.html | 36 +++++++++++++++++++++++++++----- 1 file changed, 31 insertions(+), 5 deletions(-) diff --git a/tests/dygraph-many-points-benchmark.html b/tests/dygraph-many-points-benchmark.html index 29d80cf..c2f83f1 100644 --- a/tests/dygraph-many-points-benchmark.html +++ b/tests/dygraph-many-points-benchmark.html @@ -23,10 +23,14 @@

Roll period (in points):

+

Repetitions: +



+
-- 2.7.4