Re: [Speed] Performance 0.3 released with 10 new benchmarks

Oct. 11, 2016
12:26 a.m.
I didn't copy/paste code from PyPy benchmaks directly. I updated 3rd party dependencies, I updated the code to use the perf API, and sometimes I even fixed bugs in the benchmarks.
2016-10-11 2:22 GMT+02:00 Victor Stinner <victor.stinner@gmail.com>:
- Add
sqlalchemy_declarative
andsqlalchemy_imperative
benchmarks: SQLAlchemy Declarative and Imperative benchmarks using SQLite. AddSQLAlchemy
dependency.
For these two new benchmarks, it's unclear to me if the purpose of the benchmark is to test INSERT, SELECT or INSERT+SELECT.
Currently, the benchmark test INSERT+SELECT.
Compared to the PyPy benchmark, the benchmark now drops all rows of the tables before each run to get more reproductible timings.
Victor
3198
Age (days ago)
3198
Last active (days ago)
0 comments
1 participants
participants (1)
-
Victor Stinner