16 membench = {
17 url = "github:input-output-hk/cardano-memory-benchmark";
18 inputs.cardano-node-measured.follows = "/";
19 inputs.cardano-node-process.follows = "/";
20 inputs.nixpkgs.follows = "nixpkgs";
21 inputs.cardano-node-snapshot.inputs.nixpkgs.follows = "nixpkgs";
22 };
|