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

@@ -1,3 +1,5 @@
if get_option('build_benchmarks')
subdir('SingleZoneSolver')
subdir('Memory')
subdir('Timing')
endif