Skip to content

Instantly share code, notes, and snippets.

@amyreese
Created November 25, 2022 20:06
Show Gist options
  • Save amyreese/a887142c6c53bce732206716454fc0ce to your computer and use it in GitHub Desktop.
Save amyreese/a887142c6c53bce732206716454fc0ce to your computer and use it in GitHub Desktop.
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