[commit: ghc] wip/perf-testsuite: Greatly improved printing. Fixed the delta function. Made things simpler (e85de08)
git at git.haskell.org
git at git.haskell.org
Sat Sep 2 21:46:24 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/perf-testsuite
Link : http://ghc.haskell.org/trac/ghc/changeset/e85de088f4427dd5f5c4f8cba602b2555a2f8032/ghc
>---------------------------------------------------------------
commit e85de088f4427dd5f5c4f8cba602b2555a2f8032
Author: Jared Weakly <jweakly at pdx.edu>
Date: Wed Jul 26 18:30:37 2017 -0700
Greatly improved printing. Fixed the delta function. Made things simpler
Signed-off-by: Jared Weakly <jweakly at pdx.edu>
>---------------------------------------------------------------
e85de088f4427dd5f5c4f8cba602b2555a2f8032
testsuite/driver/perf_notes.py | 5 -----
1 file changed, 5 deletions(-)
diff --git a/testsuite/driver/perf_notes.py b/testsuite/driver/perf_notes.py
index 4445596..060cc7b 100644
--- a/testsuite/driver/perf_notes.py
+++ b/testsuite/driver/perf_notes.py
@@ -7,11 +7,6 @@
# 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
import argparse
import re
More information about the ghc-commits
mailing list