summaryrefslogtreecommitdiff
path: root/benchmarks/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-07-28 13:15:41 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-07-28 13:15:41 +0000
commit46d89e653ca21bab36fa7657639e95370c3bb255 (patch)
treed414fee5aafabd6705413bff79158e8c703244bc /benchmarks/Makefile
parentAdd p5-Statistics-CaseResampling 0.15 (diff)
Add p5-Dumbbench 0.111
This module attempts to implement reasonably robust benchmarking with little extra effort and expertise required from the user. That is to say, benchmarking using this module is likely an improvement over time some-command --to --benchmark or use Benchmark qw/timethis/; timethis(1000, 'system("some-command", ...)'); The module currently works similar to the former command line, except (in layman terms) it will run the command many times, estimate the uncertainty of the result and keep iterating until a certain user-defined precision has been reached. Then, it calculates the resulting uncertainty and goes through some pain to discard bad runs and subtract overhead from the timings. The reported timing includes an uncertainty, so that multiple benchmarks can more easily be compared. Please note that Dumbbench works entirely with wallclock time as reported by Time::HiRes' time() function. WWW: https://metacpan.org/release/Dumbbench
Notes
Notes: svn path=/head/; revision=475557
Diffstat (limited to '')
-rw-r--r--benchmarks/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile
index 54f7ab902879..cf8755814f16 100644
--- a/benchmarks/Makefile
+++ b/benchmarks/Makefile
@@ -51,6 +51,7 @@
SUBDIR += octave-forge-benchmark
SUBDIR += p5-Benchmark-Forking
SUBDIR += p5-Benchmark-Stopwatch
+ SUBDIR += p5-Dumbbench
SUBDIR += pathchirp
SUBDIR += pathload
SUBDIR += pathrate