[commit: ghc] wip/perf-testsuite: Cleaning up my trash code for the perf_notes comparison tool (2fe312a)
git at git.haskell.org
git at git.haskell.org
Thu Aug 10 08:43:51 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/perf-testsuite
Link : http://ghc.haskell.org/trac/ghc/changeset/2fe312a4329358b2b17c7d1e4b9b19061891f1a9/ghc
>---------------------------------------------------------------
commit 2fe312a4329358b2b17c7d1e4b9b19061891f1a9
Author: Jared Weakly <jweakly at pdx.edu>
Date: Sat Jul 22 20:48:48 2017 -0700
Cleaning up my trash code for the perf_notes comparison tool
>---------------------------------------------------------------
2fe312a4329358b2b17c7d1e4b9b19061891f1a9
testsuite/driver/perf_notes.py | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/testsuite/driver/perf_notes.py b/testsuite/driver/perf_notes.py
index ffa7656..a3d856f 100644
--- a/testsuite/driver/perf_notes.py
+++ b/testsuite/driver/perf_notes.py
@@ -7,6 +7,11 @@
# metrics across arbitrary commits. The file will produce a table comparing
# metrics between measurements taken for given commits in the environment given
# by --test-env.
+<<<<<<< HEAD
+=======
+
+from __future__ import print_function
+>>>>>>> Cleaning up my trash code for the perf_notes comparison tool
# TODO: Actually figure out what imports I need.
import argparse
More information about the ghc-commits
mailing list