]> granicus.if.org Git - python/commit
Add importlib benchmarks which try to be "realistic" by importing the decimal
authorBrett Cannon <bcannon@gmail.com>
Thu, 22 Jul 2010 07:40:56 +0000 (07:40 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 22 Jul 2010 07:40:56 +0000 (07:40 +0000)
commit5db0c94072abad10c9d2df99eefd1f51eb84f2bc
tree61e592ddf4e113bdd3f3c4c2393d88970b1ac58b
parent3f8ecab589f9fab22a1d067a79aa6666568704b1
Add importlib benchmarks which try to be "realistic" by importing the decimal
module which is the largest module in the stdlib.
Lib/importlib/test/benchmark.py