Skip to content

Instantly share code, notes, and snippets.

@kyleterry
Created January 15, 2014 03:15
Show Gist options
  • Save kyleterry/8430151 to your computer and use it in GitHub Desktop.
Save kyleterry/8430151 to your computer and use it in GitHub Desktop.
[ OK kyle@nebula:~/src/personal/Project-Oleg ]
[ [git:master] ]
$ ./olegdb test
Running tests.
-----
test_open_close
Opened DB: 0x7fdb11c03a10.
[-] Freeing 0 records.
[-] Iterations: 8192.
Closed DB.
[X] Passed.
-----
test_bucket_max
[-] Freeing 0 records.
[-] Iterations: 8192.
[X] Passed.
-----
test_jar
Opened DB: 0x7fdb11c03a10.
[-] Record count is now 8192; growing hash table.
[-] Growing DB to 131072 bytes
[-] Current hash table size is now: 131072
[-] Record count is now 16384; growing hash table.
[-] Growing DB to 262144 bytes
[-] Current hash table size is now: 262144
[-] Record count is now 32768; growing hash table.
[-] Growing DB to 524288 bytes
[-] Current hash table size is now: 524288
[-] Record count is now 65536; growing hash table.
[-] Growing DB to 1048576 bytes
[-] Current hash table size is now: 1048576
Abort trap: 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment