Skip to content

Commit

Permalink
Upgrade the version of google benchmark (#709)
Browse files Browse the repository at this point in the history
This upgrades the version of google benchmark used. The main reason for this upgrade is that the old version doesn't display the OVERALL_GEOMEAN when comparing two benchmarks.

Co-authored-by: ArthurSonzogni <[email protected]>
  • Loading branch information
clement-roblot and ArthurSonzogni authored Jul 29, 2023
1 parent 5094b5f commit 21fe59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ftxui_find_google_benchmark.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ include(FetchContent)

FetchContent_Declare(googlebenchmark
GIT_REPOSITORY "https://github.com/google/benchmark"
GIT_TAG 62937f91b5c763a8e119d0c20c67b87bde8eff1c
GIT_TAG "015d1a091af6937488242b70121858bce8fd40e9" # v1.8.2
GIT_PROGRESS TRUE
)

Expand Down

0 comments on commit 21fe59d

Please sign in to comment.