]> 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 2c2952c0c4a112e79a96e3a904e3fb8fcdaa0818..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>
@@ -354,11 +354,8 @@ $.getJSON('%(dataname)s', function(data) {
        'dataname': graph.dataname,
        'options': graph.options_json()})
     print(graph.getData(), file=open(graph.dataname, 'w'))
+print("Generated on "+str(datetime.now()))
 print("""
     </body>
 </html>
 """)
-
-# Local Variables:
-# compile-command: "make perf"
-# End: