Staging
v0.5.1
https://github.com/python/cpython
Revision bb1c079657fa8f8f9d7ec537f83b1fed1d9b413c authored by Ned Deily on 29 July 2015, 06:22:23 UTC, committed by Ned Deily on 29 July 2015, 06:22:23 UTC
1 parent 1ee9283
Raw File
Tip revision: bb1c079657fa8f8f9d7ec537f83b1fed1d9b413c authored by Ned Deily on 29 July 2015, 06:22:23 UTC
Issue #19450: Update OS X installer builds to use SQLite 3.8.11.
Tip revision: bb1c079
README
Importbench is a set of micro-benchmarks for various import scenarios.

It should not be used as an overall benchmark of import performance, but rather
an easy way to measure impact of possible code changes. For a real-world
benchmark of import, use the normal_startup benchmark from
hg.python.org/benchmarks.
back to top