commit | 4c02fecf9c1f8a890b04ed3501aa68a636050e38 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Thu May 10 20:18:30 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Thu May 10 20:18:30 2001 +0000 |
tree | d9c2c358524f6343585370ab0842704458e1a22f | |
parent | fd69208b78de964f978b6a070c0fa0729e8d5285 [diff] |
Make test_mutants stronger by also adding random keys during comparisons. A Mystery: test_mutants ran amazingly slowly even before dictobject.c "got fixed". I don't have a clue as to why. dict comparison was and remains linear-time in the size of the dicts, and test_mutants only tries 100 dict pairs, of size averaging just 50. So "it should" run in less than an eyeblink; but it takes at least a second on this 800MHz box.