Update google benchmark submodule to v1.5.0

This commit is contained in:
Dawid Drozd 2019-06-14 07:12:23 +02:00
parent 66d408926f
commit 0362712fc3
3 changed files with 3 additions and 4 deletions

View File

@ -7,6 +7,7 @@ set(CMAKE_CXX_STANDARD 14)
find_package(Poco COMPONENTS Foundation Util) find_package(Poco COMPONENTS Foundation Util)
set(BENCHMARK_ENABLE_GTEST_TESTS OFF)
add_subdirectory(benchmark/) add_subdirectory(benchmark/)
if (NOT TARGET Dexode::EventBus) if (NOT TARGET Dexode::EventBus)
@ -45,7 +46,7 @@ target_include_directories(EventBusPerformance PUBLIC
target_link_libraries(EventBusPerformance PUBLIC target_link_libraries(EventBusPerformance PUBLIC
Dexode::EventBus Dexode::EventBus
benchmark benchmark benchmark_main
$<$<BOOL:${Poco_FOUND}>:Poco::Foundation> $<$<BOOL:${Poco_FOUND}>:Poco::Foundation>
$<$<BOOL:${Poco_FOUND}>:Poco::Util> $<$<BOOL:${Poco_FOUND}>:Poco::Util>
) )

@ -1 +1 @@
Subproject commit 5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8 Subproject commit 090faecb454fbd6e6e17a75ef8146acb037118d4

View File

@ -265,5 +265,3 @@ BENCHMARK(check10NotificationsFor1kListeners);
// BENCHMARK(check1kNotificationsFor1kListeners); //Not available // BENCHMARK(check1kNotificationsFor1kListeners); //Not available
// BENCHMARK(check100NotificationsFor10kListeners); //Not available // BENCHMARK(check100NotificationsFor10kListeners); //Not available
BENCHMARK(checkNotifyFor10kListenersWhenNoOneListens); BENCHMARK(checkNotifyFor10kListenersWhenNoOneListens);
BENCHMARK_MAIN()