]> rtime.felk.cvut.cz Git - nul-nightly.git/commitdiff
Use make to process the data
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 31 Jan 2014 16:39:03 +0000 (17:39 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 31 Jan 2014 16:43:15 +0000 (17:43 +0100)
wvperf2html.py
wvperfpreprocess.py
wvtest2html.py

index 27eecd94084da79ceb5dfc5d086bff05cfed3109..3f10861df14c81cc521d47eda47978bc09cc3d8c 100755 (executable)
@@ -359,5 +359,5 @@ print("""
 """)
 
 # Local Variables:
-# compile-command: "cat nul-nightly/nul_*.log|./wvperfpreprocess.py|./wvperf2html.py > graphs.html"
+# compile-command: "make perf"
 # End:
index 6fb9a324e5f402a6178c1766d950a0d67b20d235..8e970d0114de94e2c64df55538ec837afd6bd065 100755 (executable)
@@ -155,5 +155,5 @@ for line in sys.stdin:
     print line
 
 # Local Variables:
-# compile-command: "cat nul-nightly/nul_*.log|./wvperfpreprocess.py|./wvperf2html.py > graphs.html"
+# compile-command: "make perf"
 # End:
index 093855cbec51360d23dc7e3078bc604c4e835501..846477a7d2347688764c3a44f1a255b8dcdb4534 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 #
 # WvTest:
-#   Copyright (C) 2012 Michal Sojka <sojka@os.inf.tu-dresden.de>
+#   Copyright (C) 2012, 2014 Michal Sojka <sojka@os.inf.tu-dresden.de>
 #       Licensed under the GNU Library General Public License, version 2.
 #       See the included file named LICENSE for license information.
 #
@@ -190,5 +190,5 @@ for test in tests_nonempty:
 
 
 # Local Variables:
-# compile-command: "cat $(ls nul-nightly/nul_*.log|tail -n 1)|./wvtest2html.py html"
+# compile-command: "make report"
 # End: