Compare to simdjson

This commit is contained in:
2025-05-13 15:01:27 -04:00
parent a04a558276
commit 73762b53db
5 changed files with 179673 additions and 7 deletions

View File

@@ -38,5 +38,5 @@ include(CTest)
include(doctest)
add_executable(mytest src/test.cpp)
target_link_libraries(mytest PRIVATE doctest nanobench)
target_link_libraries(mytest PRIVATE doctest nanobench simdjson)
doctest_discover_tests(mytest)