make bench tests with command arguments work
This commit is contained in:
parent
bb29623d6e
commit
6958d47329
@ -149,7 +149,7 @@ doiteration opts test exe iteration = do
|
||||
time :: String -> IO Float
|
||||
time cmd = do
|
||||
t1 <- getCurrentTime
|
||||
ret <- system $ cmd ++ ">/dev/null 2>&1"
|
||||
ret <- system $ cmd ++ " >/dev/null 2>&1"
|
||||
case ret of
|
||||
ExitSuccess -> return ()
|
||||
ExitFailure f -> putStr $ printf " (error %d)" f
|
||||
|
||||
Loading…
Reference in New Issue
Block a user