https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16140
--- Comment #5 from Jonathan Druart <[email protected]> --- Quick benchmarks: % more /dev/null > /tmp/time; % export KOHA_INTRANET_URL=http://pro.koha-qa.vm % for i in {1..10}; do {time perl test.t > /dev/null} 2>> /tmp/time;done; echo $((`perl -pe 's/.*cpu ([^s]*) total/$1/' /tmp/time| tr '\n' '+'|sed 's/+$//'`)) # Before 16044 git reset --hard ffb17a2914c43e536155856a86fed374b7f26e9c # just before 16044 71.23 (7.389+6.932+6.966+6.937+6.941+6.663+7.827+7.237+7.075+7.259) # After 16044 git reset --hard origin/master # + last patch on 16044 72.09 6.881+7.236+8.261+7.005+7.975+6.909+6.816+6.860+7.043+7.100+% # With 16140 git bz apply 16140 63.60 (6.952+7.158+6.481+6.424+6.428+6.338+6.003+6.034+6.004+5.782) # With 16088 git reset --hard origin/master # + last patch on 16044 git bz apply 16088 73.43 (9.092+7.246+7.020+7.053+6.859+7.081+7.045+6.932+7.068+8.037) # With 16140 and 16088 git bz apply 16140 61.21 (7.403+6.036+6.127+5.881+5.674+5.971+5.779+5.901+5.643+6.794) The standard deviation is very high and it seems that my laptop is not stable enough to get correct values. Could someone confirm/contradict them? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
