Simple performance benchmarks: label, macro and token lookups
commit9ab60dabcca3d7c9fe9a0bb6e7e01f9295d95532
authorH. Peter Anvin <hpa@zytor.com>
Fri, 14 Sep 2007 01:13:20 +0000 (13 18:13 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 14 Sep 2007 01:13:20 +0000 (13 18:13 -0700)
tree865e67e81f3d555344409ce5a02d7d93db4b1653
parent942acbf782256bf89d48e93c195966d820d29d49
Simple performance benchmarks: label, macro and token lookups

Simple scripts to generate performance benchmarks for label,
macro and token lookups.  The label and macro lookups are simple
numerical sequences; it may be desirable to add some more
sophisticated algorithms for producing tokens in case we want to
compare different hash functions against each other.
test/perf/label.pl [new file with mode: 0755]
test/perf/macro.pl [new file with mode: 0755]
test/perf/token.pl [new file with mode: 0755]