##// END OF EJS Templates
perf: allow profiling of more than one run...
perf: allow profiling of more than one run By default, we still profile the first run only. However profiling more run help to understand side effect from one run to the other. So we add an option to be able to do so.

File last commit:

r51342:be676c31 default
r52482:90ef3e04 default
Show More
flake.lock
94 lines | 2.4 KiB | text/plain | TextLexer
{
"nodes": {
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1681202837,
"narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "cfacdce06f30d2b68473a46042957675eebb3401",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flaky-utils": {
"locked": {
"lastModified": 1668472805,
"narHash": "sha256-hjRe8QFh2JMo9u6AaxQNGWfDWZxk3psULmPglqsjsLk=",
"ref": "refs/heads/master",
"rev": "c3f9daf4ec56276e040bc33e29c7eeaf1b99d91c",
"revCount": 33,
"type": "git",
"url": "https://cgit.pacien.net/libs/flaky-utils"
},
"original": {
"type": "git",
"url": "https://cgit.pacien.net/libs/flaky-utils"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1681482634,
"narHash": "sha256-cT/nr3L8khEYZSGp8qqwxFH+/q4/547MfyOdSj6MhBk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "fda0d99c2cbbb5c89d8855d258cb0821bd9113ad",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-22.11",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-black": {
"locked": {
"lastModified": 1605911135,
"narHash": "sha256-PoVe4Nu7UzYtOboytSzRY9sks6euoEzeCckBN+AIoTU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c7cb72b0cae397d311236d6773338efb4bd4f2d1",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "c7cb72b0",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"flaky-utils": "flaky-utils",
"nixpkgs": "nixpkgs",
"nixpkgs-black": "nixpkgs-black"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
}
},
"root": "root",
"version": 7
}