Skip to content

Commit

Permalink
ci: Update run_loadtest_from_github_actions (#3488)
Browse files Browse the repository at this point in the history
## What ❔

make script work after Cargo.toml was moved

## Why ❔

<!-- Why are these changes done? What goal do they contribute to? What
are the principles behind them? -->
<!-- Example: PR templates ensure PR reviewers, observers, and future
iterators are in context about the evolution of repos. -->

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [ ] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Tests for the changes have been added / updated.
- [ ] Documentation comments have been added / updated.
- [ ] Code has been formatted via `zkstack dev fmt` and `zkstack dev
lint`.
  • Loading branch information
perekopskiy authored Jan 17, 2025
1 parent cbf2c31 commit b50c973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run_loadtest_from_github_actions
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ export CONTRACT_EXECUTION_PARAMS_RECURSIVE_CALLS=${execution_params[5]}
export CONTRACT_EXECUTION_PARAMS_DEPLOYS=${execution_params[6]}

# Run the test
cargo run --bin loadnext
cd core && cargo run --bin loadnext

0 comments on commit b50c973

Please sign in to comment.