Fix EVMBench runner patch hunk
This commit is contained in:
parent
02c0586b43
commit
c35d4e345d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
diff --git a/scripts/run_evmbench.py b/scripts/run_evmbench.py
|
||||
--- a/scripts/run_evmbench.py
|
||||
+++ b/scripts/run_evmbench.py
|
||||
@@ -598,7 +598,13 @@ def run_benchmark(model, tokenizer, configs_dir, contracts_dir, use_processor=F
|
||||
@@ -598,5 +598,10 @@ def run_benchmark(model, tokenizer, configs_dir, contracts_dir, use_processor=F
|
||||
)
|
||||
all_raw.append(raw)
|
||||
- all_findings.extend(findings)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue