mirror of
https://github.com/NixOS/nix.git
synced 2025-11-24 03:09:35 +01:00
add derivation parser benchmark
the current identified bottlenecks are parseString in derivations.cc and dirOf (because of std::filessystem creation).
This commit is contained in:
parent
47f5e5fbef
commit
1989dd7bf9
10 changed files with 270 additions and 2 deletions
9
src/libstore-tests/meson.options
Normal file
9
src/libstore-tests/meson.options
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# vim: filetype=meson
|
||||
|
||||
option(
|
||||
'benchmarks',
|
||||
type : 'boolean',
|
||||
value : false,
|
||||
description : 'Build benchmarks (requires gbenchmark)',
|
||||
yield : true,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue