NoSlow: Microbenchmarks for various array libraries
NoSlow is a benchmark suite for several Haskell array libraries: standard lists, primitive sequential arrays from the DPH project, uvector, vector (primitive, storable and boxed arrays) and storablevector. At the moment, it implements a bunch of fairly random loop micro-kernels but will include many more benchmarks in the future.
In its present state, NoSlow cannot be used to reliably compare the performance of the benchmarked libraries. It can be quite helpful for identifying cases where a closer inspection of the generated code might be warranted, however.
The package builds two binaries.
noslow -u log
- runs the benchmarks and writes the results to
log
noslow-table log > table.html
- outputs the results as a HTML table. It also supports the following options.
noslow-table log --type=Double
- only outputs the results of
Double
benchmarks. noslow-table --diff log1 log2
- produces a table comparing the
results from
log1
andlog2
(2 means the first run was 2x slower than the second; 0.5 means 2x faster).
NoSlow is described in more detail here: http://unlines.wordpress.com/2009/11/27/noslow/.
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
dph-prim-seq | Enabled | |
vector | Enabled | |
uvector | Enabled | |
storablevector | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- NoSlow-0.1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.1.1, 0.2 |
---|---|
Dependencies | base (>=3 && <5), containers, criterion (>=0.2 && <0.3), dph-base, dph-prim-seq, storablevector (>=0.2), template-haskell, uvector (>=0.1), vector (>=0.4) [details] |
License | BSD-3-Clause |
Copyright | Roman Leshchinskiy 2009 |
Author | Roman Leshchinskiy <rl@cse.unsw.edu.au> |
Maintainer | Roman Leshchinskiy <rl@cse.unsw.edu.au> |
Category | Development, Profiling |
Home page | http://www.cse.unsw.edu.au/~rl/code/darcs/NoSlow |
Uploaded | by RomanLeshchinskiy at 2009-11-29T14:40:24Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | noslow-table, noslow |
Downloads | 2954 total (8 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2016-12-30 [all 8 reports] |