Compares the performance of different ways of creating request readers on invalid input.
Provides request readers and example requests.
Compares the performance of different ways of creating request readers on valid input.
Compares the performance of different ways of creating request readers on valid input.
The following command will run the request reader benchmarks with reasonable settings:
> sbt "benchmarks/run -i 10 -wi 10 -f 2 -t 1 io.finch.benchmarks.request.*"
Compares the performance of different ways of creating request readers on invalid input.
Note that the monadic reader shouldn't be compared directly to the other readers for invalid inputs, since it fails on the first error.