]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - continuous/www/wvperf2html.py
Move highstock one level up
[can-benchmark.git] / continuous / www / wvperf2html.py
index ddd83e972550b48e23d05bb3151febd01436f15a..38bd2ead2255de96af2aa796d2f8ecd279b9f232 100755 (executable)
@@ -324,7 +324,7 @@ print("var commit2msg = %s;" % json.dumps(commit2msg, indent=True))
 #     print('\t%d: { msg: "%s", hash: "%s" },' % (1000*time.mktime(d), v[0].replace('"', '\\"'), str(v[1]).replace('"', '\\"')))
 print("""
        </script>
-       <script type="text/javascript" src="js/highstock.js"></script>
+       <script type="text/javascript" src="highstock.js"></script>
     </head>
 
     <body>
@@ -359,7 +359,3 @@ print("""
     </body>
 </html>
 """)
-
-# Local Variables:
-# compile-command: "make perf"
-# End: