CurryInfo: benchmark-papers-3.0.0 / Test.Benchmark.benchCommandOutput

definition: Info
 
benchCommandOutput :: String -> Benchmark (Int,String,String)
benchCommandOutput cmd = benchmark $ evalCmd cmd [] ""
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
This operation constructs a benchmark that simply returns
the output of a shell command. To be more precise,
the constructed benchmark contains as a result the exit status and
the standard and error output string produced by the execution
of the given shell command (provided as the argument).
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 benchCommandOutput
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 String -> Benchmark (Prelude.Int, String, String)
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms