1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 12:06:01 +01:00

libstore-tests: Add nix-store-benchmarks as a meson benchmark

This commit is contained in:
Sergei Zimmerman 2025-08-03 00:21:04 +03:00
parent bbd14173b5
commit b8301b2c25
No known key found for this signature in database

View file

@ -120,4 +120,6 @@ if get_option('benchmarks')
install : false, install : false,
cpp_args : ['-DNIX_UNIT_TEST_DATA="' + meson.current_source_dir() + '/data"'], cpp_args : ['-DNIX_UNIT_TEST_DATA="' + meson.current_source_dir() + '/data"'],
) )
benchmark('nix-store-benchmarks', benchmark_exe)
endif endif