diff options
author | Max Maischein <corion@corion.net> | 2009-06-01 14:18:42 +0200 |
---|---|---|
committer | Vincent Pit <perl@profvince.com> | 2009-06-01 21:29:04 +0200 |
commit | 58da6fbcb8d595318b667d7d7cc8739f5feb15f3 (patch) | |
tree | 191ebd07c7a216315614dec71eb7d8b473e8c908 /MANIFEST | |
parent | 900ac0519e4b408fd93443b14b734cc330c59698 (diff) | |
download | perl-58da6fbcb8d595318b667d7d7cc8739f5feb15f3.tar.gz |
Add benchmark test for keys() on empty hashes (RT26188)
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3858,6 +3858,7 @@ t/base/num.t See if numbers work t/base/pat.t See if pattern matching works t/base/rs.t See if record-read works t/base/term.t See if various terms work +t/benchmark/rt26188-speed-up-keys-on-empty-hash.t Benchmark if keys on empty hashes is fast enough t/cmd/elsif.t See if else-if works t/cmd/for.t See if for loops work t/cmd/mod.t See if statement modifiers work |