Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgar2017 authored Dec 4, 2024
1 parent bcb3a66 commit 80525a6
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,17 +249,7 @@ This takes a few hours on the CI server, and probably much longer on your person
cargo run --release --bin compiler-tester -- \
--zksolc '../era-compiler-solidity/target/release/zksolc' \
--zkvyper '../era-compiler-vyper/target/release/zkvyper'
```
## Report formats
Use the parameter `--benchmark-format` to select the output format: `json` (default), or `csv`.
## Tracing
If you run the tester with `-T` flag, JSON trace files will be written to the `./trace/` directory.
The trace files can be used with our [custom ZKsync EraVM assembly tracer](https://staging-scan-v2.zksync.dev/tools/debugger) for debugging and research purposes.
```
## Benchmarking
Expand Down Expand Up @@ -295,6 +285,10 @@ cargo run --release --bin benchmark-analyzer -- --reference reference.json --can
```
After you make any changes in LLVM, you only need to repeat steps 2-3 to update the working branch benchmark data.
### Report formats
Use the parameter `--benchmark-format` to select the output format: `json` (default), or `csv`.
## Troubleshooting
Expand Down

0 comments on commit 80525a6

Please sign in to comment.