Module
Benchotron.UI.Console
- Package
- purescript-benchotron
- Repository
- hdgarrood/purescript-benchotron
#runBenchM' Source
runBenchM' :: forall a. BenchM a -> Effect a
#benchmarkToFile Source
benchmarkToFile :: Benchmark -> String -> Effect Unit
Run a benchmark and print the results to a file. This will only work on node.js.
#benchmarkToStdout Source
benchmarkToStdout :: Benchmark -> Effect Unit
Run a benchmark and print the results to standard output. This will only work on node.js.