Module

Benchotron.UI.Console

Package
purescript-benchotron
Repository
hdgarrood/purescript-benchotron

#Answer Source

data Answer

Constructors

#runSuite Source

runSuite :: Array Benchmark -> Effect Unit

TODO: Only fetch one seed from global random generator, have this return BenchM instead?

#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.