Skip to content

Commit

Permalink
Try somethingto get the node in scope
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino committed Jul 17, 2023
1 parent 18035f6 commit bf3b5de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .buildkite/bench-memory.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /usr/bin/env nix-shell
#! nix-shell -i bash -p coreutils gnugrep gawk time haskellPackages.hp2pretty buildkite-agent gnuplot
#! nix-shell -i bash -p coreutils gnugrep gawk time haskellPackages.hp2pretty buildkite-agent

set -euo pipefail

Expand All @@ -10,10 +10,12 @@ mkdir -p $TMPDIR

echo "------------------------ Build ------------------------------------------"
nix build -o bench-wallet
# nix build # packages.x86_64-linux.cardano-node -o node
echo "------------------------Build done --------------------------------------"
echo "------------------------ Run --------------------------------------------"
wallet_exe="`pwd`/bench-wallet/bin/cardano-wallet"
echo "wallet_exe: $wallet_exe"
#node_exe="`pwd`/cardano-node/bin/cardano-node"
node_exe="`which cardano-node`"
echo "node_exe: $node_exe"
node_db="`pwd`/lib/wallet-benchmarks/data/membench-snapshot.tgz"
Expand Down

0 comments on commit bf3b5de

Please sign in to comment.