Created
November 25, 2022 20:06
-
-
Save amyreese/a887142c6c53bce732206716454fc0ce to your computer and use it in GitHub Desktop.
This file contains 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
exec ${PAGER:-/usr/bin/less} "$0" || exit 1 | |
Executing tests from //test:RollingWindowCounterTest | |
----------------------------------------------------------------------------- | |
Running main() from gmock_main.cc | |
[==========] Running 3 tests from 1 test suite. | |
[----------] Global test environment set-up. | |
[----------] 3 tests from RollingWindowCounterTest/0, where TypeParam = SimpleRollingWindowCounter | |
[ RUN ] RollingWindowCounterTest/0.CountsAllEvents | |
[ OK ] RollingWindowCounterTest/0.CountsAllEvents (516 ms) | |
[ RUN ] RollingWindowCounterTest/0.CountsAllEventsMultithreadedTasks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment