Skip to content

Commit a86120d

Browse files
iohk-bors[bot]rvl
andauthored
Merge #1972
1972: Fix nightly shelley latency benchmark r=rvl a=rvl ### Issue Number None ### Overview Fixes the shelley latency benchmark in buildkite nightly. It was saying: ``` latency: ProcessDidNotStart "cardano-node" cardano-node: createProcess: runInteractiveProcess: exec: does not exist (No such file or directory) ``` Co-authored-by: Rodney Lorrimar <rodney.lorrimar@iohk.io>
2 parents 5c698ce + 4f4db4d commit a86120d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nix/haskell.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,9 @@ let
133133

134134
# Add jormungandr to the PATH of the latency benchmark
135135
packages.cardano-wallet-jormungandr.components.benchmarks.latency = wrapBench jmPkgs.jormungandr;
136-
# Add cardano-node to the PATH of the byron latency benchmark
136+
# Add cardano-node to the PATH of the byron and shelley latency benchmarks
137137
packages.cardano-wallet-byron.components.benchmarks.latency = wrapBench pkgs.cardano-node;
138+
packages.cardano-wallet-shelley.components.benchmarks.latency = wrapBench pkgs.cardano-node;
138139

139140
# Add cardano-node to the PATH of the byroon restore benchmark.
140141
# cardano-node will want to write logs to a subdirectory of the working directory.

0 commit comments

Comments
 (0)