Created
June 14, 2015 13:59
-
-
Save qpfiffer/eaf88602ee4b98f86590 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(master) | |
λ:~/src/simple_sparsehash ./run_tests.sh | |
Passed: test_cannot_set_bigger_elements | |
Passed: test_cannot_set_outside_bounds | |
Passed: test_cannot_get_outside_bounds | |
Passed: test_empty_array_does_not_blow_up | |
Passed: test_array_set | |
Passed: test_array_set_backwards | |
Passed: test_array_set_overwrites_old_values | |
Passed: test_array_set_high_num | |
Passed: test_array_get | |
Passed: test_dict_set | |
Passed: test_dict_get | |
Passed: test_dict_lots_of_set | |
----- | |
Tests passed: (12/12) | |
Arena 0: | |
system bytes = 236273664 | |
in use bytes = 111896656 | |
Total (incl. mmap): | |
system bytes = 236273664 | |
in use bytes = 111896656 | |
max mmap regions = 2 | |
max mmap bytes = 2101248 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment