aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-Benchmark/pkg-descr
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-07-14 16:02:40 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-07-14 16:02:40 +0000
commit00c0ec74641bb67d86f8020ec2731547955ffff2 (patch)
treec8fe53a037d4851bc328905943805398677af8a6 /devel/p5-Test-Benchmark/pkg-descr
parentd1d7c731e169126b3d9ac8ff9c932c15dd3351d4 (diff)
downloadports-00c0ec74641bb67d86f8020ec2731547955ffff2.tar.gz
ports-00c0ec74641bb67d86f8020ec2731547955ffff2.zip
Sometimes you want to make sure that your "faster" algorithm really is
faster than the old way. This lets you check. It might also be useful to check that your super whizzo XS or Inline::C version is actually faster. This module is based on the standard Benchmark module. If you have lots of timings to compare and you don't want to keep running the same benchmarks all the time, you can pass in a result object from Benchmark::timethis() instead of sub routine reference. Author: Fergal Daly <fergal@esatclear.ie> WWW: http://search.cpan.org/dist/Test-Benchmark/ PR: ports/100218 Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes
Notes: svn path=/head/; revision=167812
Diffstat (limited to 'devel/p5-Test-Benchmark/pkg-descr')
-rw-r--r--devel/p5-Test-Benchmark/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/p5-Test-Benchmark/pkg-descr b/devel/p5-Test-Benchmark/pkg-descr
new file mode 100644
index 000000000000..4110c8a9d87a
--- /dev/null
+++ b/devel/p5-Test-Benchmark/pkg-descr
@@ -0,0 +1,12 @@
+Sometimes you want to make sure that your "faster" algorithm really is
+faster than the old way. This lets you check. It might also be useful
+to check that your super whizzo XS or Inline::C version is actually
+faster.
+
+This module is based on the standard Benchmark module. If you have
+lots of timings to compare and you don't want to keep running the same
+benchmarks all the time, you can pass in a result object from
+Benchmark::timethis() instead of sub routine reference.
+
+Author: Fergal Daly <fergal@esatclear.ie>
+WWW: http://search.cpan.org/dist/Test-Benchmark/