Blender Git Loki
Git Commits -> Revision 2941b4a
Revision 2941b4a by Bastien Montagne (master) March 19, 2015, 18:50 (GMT) |
BLI GHash: add some basic gtests. We could likely add much more, but those already covers basic behavior and should be able to catch most errors when editing this code. Also added some performances tests as well (timing ghash insert/lookup under heavy loads, for different kinds of keys). |
Commit Details:
Full Hash: 2941b4ad9bd7ee876575b6b4bbe628a9dfaedaa5
Parent Commit: cfdd273
Lines Changed: +1178, -0
3 Added Paths:
/tests/gtests/blenlib/BLI_ghash_performance_test.cc (+415, -0) (View)
/tests/gtests/blenlib/BLI_ghash_test.cc (+158, -0) (View)
/tests/gtests/blenlib/BLI_ressource_strings.h (+602, -0) (View)
/tests/gtests/blenlib/BLI_ghash_test.cc (+158, -0) (View)
/tests/gtests/blenlib/BLI_ressource_strings.h (+602, -0) (View)
1 Modified Path:
/tests/gtests/blenlib/CMakeLists.txt (+3, -0) (Diff)