You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libOpt = strOption (long "lib"<> short 'l'<> metavar "LIBNAME"<> help "Benchmark only the library with LIBNAME. Can be used multiple times")
70
66
71
67
graphOpt::Parser (Graph,Int)
72
-
graphOpt = option auto (long "graph"<> short 'g'<> metavar "GRAPH"<> help "graph to be tested")
68
+
graphOpt = option auto (long "graph"<> short 'g'<> metavar "GRAPH"<> help "graph to be tested (IGNORED FOR SPACE BENCHMARKS)")
73
69
74
70
graphsOpt::Parser [(Graph,Int)]
75
71
graphsOpt = many graphOpt
@@ -94,27 +90,27 @@ figFlag = pure Nothing
94
90
#endif
95
91
96
92
benchWithCreation::ParserBool
97
-
benchWithCreation = flag FalseTrue$ long "bench-with-creation"<> short 'b'<> help "When set, will benchmark also the graph-creation function. See README"
93
+
benchWithCreation = flag FalseTrue$ long "bench-with-creation"<> short 'b'<> help "When set, will benchmark also the graph-creation function. See README (IGNORED FOR SPACE BENCHMARKS)"
98
94
99
95
benchLittleOne::ParserBool
100
-
benchLittleOne = flag FalseTrue$ long "dont-bench-little-ones"<> short 'i'<> help "When set, will only benchmark the largest graphs"
96
+
benchLittleOne = flag FalseTrue$ long "dont-bench-little-ones"<> short 'i'<> help "When set, will only benchmark the largest graphs (IGNORED FOR SPACE BENCHMARKS)"
101
97
102
98
staFlag::ParserStaOut
103
99
staFlag = option auto $ long "standardOutput"<> short 'd'<> value Ascii<> help ("The standard output, can be: "++ intercalate ", " staOutCons) <> completeWith staOutCons
0 commit comments