Write some matching benchmarks

This commit is contained in:
2024-11-10 14:08:58 +00:00
parent e4d3b08bf2
commit 97529fdd2b
2 changed files with 56 additions and 0 deletions

View File

@@ -14,3 +14,7 @@ function(add_benchmark_suites)
add_benchmark_suite(${source})
endforeach()
endfunction()
add_benchmark_suites(
matching_benchmarks.c
)