From 5ecfa608e40388b085a022508282f8b1c0333f0d Mon Sep 17 00:00:00 2001 From: Robert Konigsberg Date: Wed, 18 Jan 2012 23:31:58 -0500 Subject: [PATCH] Remove memory leaks from dygraph-many-points-benchmark. --- tests/dygraph-many-points-benchmark.html | 57 ++++++++++++++++++-------------- 1 file changed, 33 insertions(+), 24 deletions(-) diff --git a/tests/dygraph-many-points-benchmark.html b/tests/dygraph-many-points-benchmark.html index 7dc69f7..7aadb19 100644 --- a/tests/dygraph-many-points-benchmark.html +++ b/tests/dygraph-many-points-benchmark.html @@ -16,21 +16,22 @@

Plot which can be easily generated with different numbers of points for benchmarking/profiling and improving performance of dygraphs.

-

Data to plot: - sinusoid function - random points

-

Number of points: -

-

Number of series: -

-

Roll period (in points): -

-

Repetitions: -

- - +
+

Data to plot: + sinusoid function + random points

+

Number of points: +

+

Number of series: +

+

Roll period (in points): +

+

Repetitions: +

+ +


@@ -39,7 +40,8 @@