We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677135a commit f505c5cCopy full SHA for f505c5c
gibbon-compiler/tests/BenchRunner.hs
@@ -76,7 +76,7 @@ bench_main :: TestConfig -> Tests -> IO ()
76
bench_main tc (Tests tests) = do
77
putStrLn "Executing BenchRunner...\n"
78
let benchmarks = filter (not . skip) $ filter isBenchmark tests
79
- modesToBench = [Gibbon1, Gibbon2, Pointer, MPL]
+ modesToBench = [Gibbon1, Gibbon2, Pointer] -- Omit MPL for now
80
results <- mapM (go modesToBench) benchmarks
81
mc <- getHostname
82
let csvs = map (\arg -> intercalate "," (mc:arg)) (concat results)
0 commit comments