1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 04:43:53 +02:00

tests/functional: Add tests for flamegraph profiler

The tests are mostly based on existing `function-trace.sh`
with some tests for corner cases.
This commit is contained in:
Sergei Zimmerman 2025-05-18 22:52:48 +00:00
parent 5e74c0e4d6
commit 33141cd133
No known key found for this signature in database
GPG key ID: A9B0B557CA632325
2 changed files with 92 additions and 0 deletions

View file

@ -133,6 +133,7 @@ suites = [
'post-hook.sh',
'function-trace.sh',
'formatter.sh',
'flamegraph-profiler.sh',
'eval-store.sh',
'why-depends.sh',
'derivation-json.sh',