]> granicus.if.org Git - python/commit
Speed up test_dict by about 10x by only checking selected dict literal sizes,
authorJeffrey Yasskin <jyasskin@gmail.com>
Tue, 18 Mar 2008 05:12:41 +0000 (05:12 +0000)
committerJeffrey Yasskin <jyasskin@gmail.com>
Tue, 18 Mar 2008 05:12:41 +0000 (05:12 +0000)
commited414654c480b440679062c873953ab05a31c897
tree6527335772ee2e5249b4b7458fac1e1895e430e0
parenta14585308af777aa64ec7100472d3c3e2961a6e7
Speed up test_dict by about 10x by only checking selected dict literal sizes,
instead of every integer from 0 to 400. Exhaustive testing wastes time without
providing enough more assurance that the code is correct.
Lib/test/test_dict.py