From: Robert Konigsberg Date: Thu, 19 Jan 2012 04:31:58 +0000 (-0500) Subject: Remove memory leaks from dygraph-many-points-benchmark. X-Git-Tag: v1.0.0~339^2 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=5ecfa608e40388b085a022508282f8b1c0333f0d;p=dygraphs.git Remove memory leaks from dygraph-many-points-benchmark. --- 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 @@