performabot-0.1.0

Safe HaskellNone
LanguageHaskell2010

ParserGo

Description

The golang ginkgo benchmark parser

Since: 0.1.0

Synopsis

Documentation

parse :: State -> String -> State #

Parses golang (`ginkgo --succinct`) benchmarks based on the given input state, for example: 123 samples: bench1 - Fastest Time: 0.944s, Average Time: 0.953s ± 0.008s, Slowest Time: 0.971s bench2 - Fastest Time: 0.944s, Average Time: 0.953s ± 0.008s, Slowest Time: 0.971s