Skip to content

Commit f505c5c

Browse files
committed
Remove MPL from CI tests for now
1 parent 677135a commit f505c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gibbon-compiler/tests/BenchRunner.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ bench_main :: TestConfig -> Tests -> IO ()
7676
bench_main tc (Tests tests) = do
7777
putStrLn "Executing BenchRunner...\n"
7878
let benchmarks = filter (not . skip) $ filter isBenchmark tests
79-
modesToBench = [Gibbon1, Gibbon2, Pointer, MPL]
79+
modesToBench = [Gibbon1, Gibbon2, Pointer] -- Omit MPL for now
8080
results <- mapM (go modesToBench) benchmarks
8181
mc <- getHostname
8282
let csvs = map (\arg -> intercalate "," (mc:arg)) (concat results)

0 commit comments

Comments
 (0)