Added an average metric for dygraphs many points benchmark.
[dygraphs.git] / dygraph-dev.js
index 709d0f7..1e7bada 100644 (file)
     var path = m[1];  // captured group, not the full match.
 
     // This list needs to be kept in sync w/ the one in generate-combined.sh
+    // and the one in jsTestDriver.conf.
     var source_files = [
       "strftime/strftime-min.js",
       "rgbcolor/rgbcolor.js",
       "dygraph-layout.js",
       "dygraph-canvas.js",
       "dygraph.js",
+      "dygraph-utils.js",
       "dygraph-gviz.js",
-      "dygraph-debug.js"  // Shouldn't be included in generate-combined.sh
+      "dygraph-interaction-model.js",
+      "dygraph-options-reference.js"  // Shouldn't be included in generate-combined.sh
     ];
 
     for (var i = 0; i < source_files.length; i++) {