Skip to content

Commit a5c19b7

Browse files
committed
Disable a very long benchmark case for now
1 parent b555180 commit a5c19b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bench/LongMnistBench.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import BenchMnistTools
99
main :: IO ()
1010
main = defaultMain
1111
[ mnistBGroup1VTA 400
12-
, mnistBGroup1VTO 400
12+
-- TODO: re-enable when it doesn't take longer than all the others taken together: , mnistBGroup1VTO 400
1313
, mnistBGroup2VTA 400
1414
, mnistBGroup2VTC 400
1515
, mnistBGroup2VTO 400

bench/RealisticMnistBench.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import BenchMnistTools
1212
main :: IO ()
1313
main = defaultMain
1414
[ mnistBGroup1VTA 4000
15-
, mnistBGroup1VTO 4000
15+
-- TODO: re-enable when it doesn't take longer than all the others taken together: , mnistBGroup1VTO 4000
1616
, mnistBGroup2VTA 4000
1717
, mnistBGroup2VTC 4000
1818
, mnistBGroup2VTO 4000

0 commit comments

Comments
 (0)