1
0

feat: add benchmark for string strip

This commit is contained in:
2025-09-29 21:20:44 +08:00
parent e7a05b3488
commit 19d0a5bb4d
3 changed files with 22 additions and 3 deletions

View File

@ -4,6 +4,8 @@ add_executable(YYCCBenchmark "")
target_sources(YYCCBenchmark
PRIVATE
main.cpp
yycc/string/op.cpp
)
# target_sources(YYCCBenchmark
# PRIVATE