feat(benchmarks): added memory and timing benchmarks
This commit is contained in:
5
benchmarks/Memory/meson.build
Normal file
5
benchmarks/Memory/meson.build
Normal file
@@ -0,0 +1,5 @@
|
||||
executable(
|
||||
'gf_bench_memory',
|
||||
'main.cpp',
|
||||
dependencies: [gridfire_dep, cli11_dep],
|
||||
)
|
||||
Reference in New Issue
Block a user