SommitRealWeird

Timings of the various backends for onak

Doing a very quick test of the speed, purely on the addition of keys in onak, we get the following results:

with keyd and fs backend on 100 keys:

$ time onak -b add < ~brettp/gpg-keys/splitfile-0.pgp

real    0m0.351s
user    0m0.004s
sys     0m0.007s

same data with the db4 backend

$ time onak -b add < ~brettp/gpg-keys/splitfile-0.pgp

real    0m0.106s
user    0m0.008s
sys     0m0.008s

and finally with the file backend

$ time onak -b add < ~brettp/gpg-keys/splitfile-0.pgp

real    0m0.031s
user    0m0.004s
sys     0m0.003s

Posted: 2005-04-12 21:54 in Tech | permalink