feat(benchmarks): added memory and timing benchmarks

This commit is contained in:
2026-04-15 08:23:34 -04:00
parent ec93720fa0
commit f4d988fa25
10 changed files with 348 additions and 250 deletions

View File

@@ -0,0 +1,5 @@
executable(
'gf_bench_memory',
'main.cpp',
dependencies: [gridfire_dep, cli11_dep],
)