@hackage streaming-benchmarks0.2.0
Benchmarks to compare streaming packages
Categories
License
MIT
Maintainer
Harendra Kumar
Links
Versions
Installation
Tested Compilers
Dependencies (0)
- Chart >=1.6 && <2
- Chart-diagrams >=1.6 && <2
- base >=4 && <5
- bench-graph >=0.1 && <0.2
- bytestring >=0.9 && <0.11
- conduit >=1.3 && <1.4 Show all…
Dependents (1)
@hackage/acme-everything
Benchmarks along with with pretty comparative graph generation for streaming
operations and their comparisons across notable Haskell streaming libraries
including streamly, vector, streaming, machines, pipes, and
conduit.
streamly is a streaming library
with native - high level, declarative and composable concurrency, it
is the primary motivation for these benchmarks.
If you are using stack then you can just use ./run.sh to run the
benchmarks; use --quick option to get the result quickly; charts will be
generated in the charts directory. Use ./run.sh --help for all script
options.
With any build tool, run the benchmarks with --csv=results.csv as arguments
(you can pass any gauge arguments including --quick) and then use
makecharts results.csv "streamly,vector,..." False to create the charts.
The second argument to makecharts is the list of package names, the third
argument is whether to plot full or diff from the first package.
See the README file shipped with the package or in the github repo for more details. The github repo also shows the latest comparative graphs.