[commit: ghc] wip/perf-testsuite: Can now load up git note data into python (737325c)

git at git.haskell.org git at git.haskell.org
Thu Aug 10 08:44:52 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/perf-testsuite
Link       : http://ghc.haskell.org/trac/ghc/changeset/737325cb0b62bdd3d4bdedee854b8a03c66389e4/ghc

>---------------------------------------------------------------

commit 737325cb0b62bdd3d4bdedee854b8a03c66389e4
Author: Jared Weakly <jweakly at pdx.edu>
Date:   Tue Jul 18 12:17:57 2017 -0700

    Can now load up git note data into python


>---------------------------------------------------------------

737325cb0b62bdd3d4bdedee854b8a03c66389e4
 testsuite/driver/runtests.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/testsuite/driver/runtests.py b/testsuite/driver/runtests.py
index 70e2069..9d8d1c5 100644
--- a/testsuite/driver/runtests.py
+++ b/testsuite/driver/runtests.py
@@ -6,6 +6,7 @@
 
 from __future__ import print_function
 
+import argparse
 import signal
 import sys
 import os
@@ -308,8 +309,6 @@ else:
     sys.stdout.flush()
 
     summary(t, sys.stdout, config.no_print_summary)
-    print("Only perf tests: " + str(config.only_perf_tests) + "\n")
-    print("Skip perf tests: " + str(config.skip_perf_tests) + "\n")
 
     # Write our accumulated metrics into the git notes for this commit.
     if config.use_git_notes:



More information about the ghc-commits mailing list