mirror of
https://github.com/gelldur/EventBus.git
synced 2025-01-14 01:07:59 +08:00
Update google benchmark submodule to v1.5.0
This commit is contained in:
parent
66d408926f
commit
0362712fc3
@ -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
|
@ -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()
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user