[Assorted-commits] SF.net SVN: assorted:[1161] container-bench/trunk
Brought to you by:
yangzhang
From: <yan...@us...> - 2009-02-03 22:25:08
|
Revision: 1161 http://assorted.svn.sourceforge.net/assorted/?rev=1161&view=rev Author: yangzhang Date: 2009-02-03 22:24:59 +0000 (Tue, 03 Feb 2009) Log Message: ----------- added some data Modified Paths: -------------- container-bench/trunk/README Added Paths: ----------- container-bench/trunk/data/ container-bench/trunk/data/log Modified: container-bench/trunk/README =================================================================== --- container-bench/trunk/README 2009-02-03 22:22:54 UTC (rev 1160) +++ container-bench/trunk/README 2009-02-03 22:24:59 UTC (rev 1161) @@ -31,3 +31,5 @@ tools/runner.bash # Builds, runs, and creates `log` file. tools/analysis.py < log # Create `results.png`. + +The log in `data/` is from my Dell XPS 410 with a 1.8G Core 2 Duo and 2 GB memory. Added: container-bench/trunk/data/log =================================================================== --- container-bench/trunk/data/log (rev 0) +++ container-bench/trunk/data/log 2009-02-03 22:24:59 UTC (rev 1161) @@ -0,0 +1,114 @@ +HERE +map init: 485 ms +map reload: 284 ms +map iter: 34 ms +map index: 287 ms +map init: 427 ms +map reload: 295 ms +map iter: 29 ms +map index: 293 ms +2000009 mallocs +HERE +map init: 508 ms +map reload: 289 ms +map iter: 34 ms +map index: 285 ms +map init: 433 ms +map reload: 292 ms +map iter: 29 ms +map index: 286 ms +2000009 mallocs +HERE +map init: 490 ms +map reload: 292 ms +map iter: 31 ms +map index: 309 ms +map init: 413 ms +map reload: 288 ms +map iter: 30 ms +map index: 285 ms +2000009 mallocs +HERE +btree init: 254 ms +btree reload: 229 ms +btree iter: 26 ms +btree index: 269 ms +btree init: 256 ms +btree reload: 230 ms +btree iter: 25 ms +btree index: 259 ms +137503 mallocs +HERE +btree init: 240 ms +btree reload: 201 ms +btree iter: 22 ms +btree index: 222 ms +btree init: 222 ms +btree reload: 201 ms +btree iter: 23 ms +btree index: 233 ms +137503 mallocs +HERE +btree init: 234 ms +btree reload: 206 ms +btree iter: 24 ms +btree index: 256 ms +btree init: 224 ms +btree reload: 202 ms +btree iter: 24 ms +btree index: 250 ms +137503 mallocs +HERE +hash init: 200 ms +hash reload: 29 ms +hash iter: 12 ms +hash index: 32 ms +hash init: 165 ms +hash reload: 25 ms +hash iter: 12 ms +hash index: 23 ms +2000043 mallocs +HERE +hash init: 207 ms +hash reload: 30 ms +hash iter: 20 ms +hash index: 27 ms +hash init: 181 ms +hash reload: 28 ms +hash iter: 11 ms +hash index: 26 ms +2000043 mallocs +HERE +hash init: 178 ms +hash reload: 25 ms +hash iter: 12 ms +hash index: 24 ms +hash init: 160 ms +hash reload: 25 ms +hash iter: 12 ms +hash index: 23 ms +2000043 mallocs +HERE +arr init: 6 ms +arr reload: 2 ms +arr index: 3 ms +arr init: 8 ms +arr reload: 4 ms +arr index: 3 ms +9 mallocs +HERE +arr init: 5 ms +arr reload: 3 ms +arr index: 3 ms +arr init: 5 ms +arr reload: 4 ms +arr index: 3 ms +9 mallocs +HERE +arr init: 5 ms +arr reload: 3 ms +arr index: 5 ms +arr init: 5 ms +arr reload: 3 ms +arr index: 3 ms +9 mallocs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |