Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed Nov 29, 2022
1 parent 38d0e7a commit 54ff5d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/cells/automation/library/plutus-benchmark-runner.sh
Expand Up @@ -38,10 +38,10 @@ PR_BRANCH_REF=$(git rev-parse --short $PR_COMMIT_SHA)
echo "[ci-plutus-benchmark]: Processing benchmark comparison for benchmark '$BENCHMARK_NAME' on PR $PR_NUMBER"

echo "[ci-plutus-benchmark]: Updating cabal database ..."
# nix develop --command cabal update
nix develop --command cabal update

echo "[ci-plutus-benchmark]: Running benchmark for PR branch ..."
# nix develop --command cabal bench $BENCHMARK_NAME >bench-PR.log 2>&1
nix develop --command cabal bench $BENCHMARK_NAME >bench-PR.log 2>&1

echo "[ci-plutus-benchmark]: Switching branches ..."
git fetch
Expand Down

0 comments on commit 54ff5d4

Please sign in to comment.