Created
February 19, 2016 14:19
-
-
Save daverigby/2b7eea06890193717809 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
| [==========] Running 23 tests from 1 test case. | |
| [----------] Global test environment set-up. | |
| [----------] 23 tests from SubdocPerfTest | |
| [ RUN ] SubdocPerfTest.Array5k_PushFirst | |
| [ OK ] SubdocPerfTest.Array5k_PushFirst (218 ms) | |
| [ RUN ] SubdocPerfTest.Array5k_PushLast | |
| [ OK ] SubdocPerfTest.Array5k_PushLast (371 ms) | |
| [ RUN ] SubdocPerfTest.Array5k_AddUnique | |
| [ OK ] SubdocPerfTest.Array5k_AddUnique (525 ms) | |
| [ RUN ] SubdocPerfTest.Array5k_RemoveBaseline | |
| [ OK ] SubdocPerfTest.Array5k_RemoveBaseline (2 ms) | |
| [ RUN ] SubdocPerfTest.Array5k_RemoveFirst | |
| [ OK ] SubdocPerfTest.Array5k_RemoveFirst (184 ms) | |
| [ RUN ] SubdocPerfTest.Array5k_RemoveLast | |
| [ OK ] SubdocPerfTest.Array5k_RemoveLast (366 ms) | |
| [ RUN ] SubdocPerfTest.Array5k_ReplaceFirst | |
| [ OK ] SubdocPerfTest.Array5k_ReplaceFirst (351 ms) | |
| [ RUN ] SubdocPerfTest.Array5k_ReplaceMiddle | |
| [ OK ] SubdocPerfTest.Array5k_ReplaceMiddle (491 ms) | |
| [ RUN ] SubdocPerfTest.Array5k_ReplaceLast | |
| [ OK ] SubdocPerfTest.Array5k_ReplaceLast (542 ms) | |
| [ RUN ] SubdocPerfTest.Dict5k_Add | |
| [ OK ] SubdocPerfTest.Dict5k_Add (960 ms) | |
| [ RUN ] SubdocPerfTest.Dict5k_RemoveBaseline | |
| [ OK ] SubdocPerfTest.Dict5k_RemoveBaseline (3 ms) | |
| [ RUN ] SubdocPerfTest.Dict5k_Remove | |
| [ OK ] SubdocPerfTest.Dict5k_Remove (224 ms) | |
| [ RUN ] SubdocPerfTest.Dict5k_Get | |
| [ OK ] SubdocPerfTest.Dict5k_Get (933 ms) | |
| [ RUN ] SubdocPerfTest.Dict5k_Exists | |
| [ OK ] SubdocPerfTest.Dict5k_Exists (931 ms) | |
| [ RUN ] SubdocPerfTest.Array5k_PushFirst_Multipath | |
| [ OK ] SubdocPerfTest.Array5k_PushFirst_Multipath (22 ms) | |
| [ RUN ] SubdocPerfTest.Array5k_RemoveFirst_Multipath | |
| [ OK ] SubdocPerfTest.Array5k_RemoveFirst_Multipath (27 ms) | |
| [ RUN ] SubdocPerfTest.Array5k_ReplaceFirst_Multipath | |
| [ OK ] SubdocPerfTest.Array5k_ReplaceFirst_Multipath (29 ms) | |
| [ RUN ] SubdocPerfTest.Array5k_ReplaceMiddle_Multipath | |
| [ OK ] SubdocPerfTest.Array5k_ReplaceMiddle_Multipath (329 ms) | |
| [ RUN ] SubdocPerfTest.Dict5k_Add_Multipath | |
| [ OK ] SubdocPerfTest.Dict5k_Add_Multipath (748 ms) | |
| [ RUN ] SubdocPerfTest.Array5k_PushFirst_Fulldoc | |
| [ OK ] SubdocPerfTest.Array5k_PushFirst_Fulldoc (1058 ms) | |
| [ RUN ] SubdocPerfTest.Array5k_PushLast_Fulldoc | |
| [ OK ] SubdocPerfTest.Array5k_PushLast_Fulldoc (975 ms) | |
| [ RUN ] SubdocPerfTest.Dict5k_Add_Fulldoc | |
| [ OK ] SubdocPerfTest.Dict5k_Add_Fulldoc (3734 ms) | |
| [ RUN ] SubdocPerfTest.Array5k_Replace_Fulldoc | |
| [ OK ] SubdocPerfTest.Array5k_Replace_Fulldoc (1932 ms) | |
| [----------] 23 tests from SubdocPerfTest (14956 ms total) | |
| [----------] Global test environment tear-down | |
| [==========] 23 tests from 1 test case ran. (15104 ms total) | |
| [ PASSED ] 23 tests. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment