Re: [Modeling-users] Core & ZModeling release 0.9pre15
Status: Abandoned
Brought to you by:
sbigaret
|
From: Sebastien B. <sbi...@us...> - 2003-09-14 22:27:20
|
I forgot to mention the (still unfinished and unchanged since 0.9pre11)
benchmarks report that the execution times remain constant between
0.9pre11 and 0.9pre15, for the observed features.
-- S=E9bastien.
$ python2.2 ./compare_bench.py perf.0.9pre11 perf.0.9pre15
{'bench_addObj_toMany': ('196.659 usec', '189.742 usec', '1.04'),
'bench_addObj_toOne': ('449.753 usec', '428.721 usec', '1.05'),
'bench_fetch_persons': ('5.384 s', '5.158 s', '1.04'),
'bench_fetch_raw_row': ('11.005 ms', '9.996 ms', '1.10'),
'bench_fetch_raw_rows': ('526.122 ms', '524.245 ms', '1.00'),
'bench_fetch_raw_rows_all_modified': ('1.432 s', '1.404 s', '1.02')}
The detail for each of these benchs and their interpretation was given
in msg: https://sourceforge.net/mailarchive/message.php?msg_id=3D5634667
|