Skip to content

Commit

Permalink
Add string_to_float benchmark into CMakeLists.txt
Browse files Browse the repository at this point in the history
Summary: The string to float benchmark is missing from CMakeLists.txt

Reviewed By: Gownta

Differential Revision: D63727675

fbshipit-source-id: 63d65853098b9c90691349ceed6952c99ad0573c
  • Loading branch information
skrueger authored and facebook-github-bot committed Oct 8, 2024
1 parent a5132da commit 009f574
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1159,6 +1159,7 @@ if (BUILD_TESTS OR BUILD_BENCHMARKS)
TEST spin_lock_test SOURCES SpinLockTest.cpp
BENCHMARK string_benchmark WINDOWS_DISABLED SOURCES StringBenchmark.cpp
TEST string_test WINDOWS_DISABLED SOURCES StringTest.cpp
BENCHMARK string_to_float_benchmark SOURCES StringToFloatBenchmark.cpp
BENCHMARK synchronized_benchmark WINDOWS_DISABLED
SOURCES SynchronizedBenchmark.cpp
TEST synchronized_test WINDOWS_DISABLED
Expand Down

0 comments on commit 009f574

Please sign in to comment.