Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
evm WiP
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofpaliga committed Oct 5, 2023
1 parent 23993a9 commit 5e10a67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/cloudRun/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd "$target_dir" || exit 1

# ENTER YOUR TEST COMMAND BELOW
cd zkevm-circuits/fuzz
cargo fuzz run -v -j 128 evm -- -rss_limit_mb=9999999999 -max_len=99999999
cargo fuzz run -v -j 64 evm -- -rss_limit_mb=9999999999 -max_len=99999999
# ENTER YOUR TEST COMMAND ABOVE

RESULT=$?
Expand Down
1 change: 1 addition & 0 deletions .github/weeklyBenchScripts/04_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
set -eo pipefail

GITHUB_RUN_ID=$1
BRANCH_NAME=$2

# Get the latest temp directory in the home directory
current_dir="$HOME"/CI_Prover_Benches/"$GITHUB_RUN_ID"
Expand Down

0 comments on commit 5e10a67

Please sign in to comment.