Skip to content

Commit

Permalink
readme: Fix benchmark folder name (#523)
Browse files Browse the repository at this point in the history
Fix the path to benchmark folder in README instructions.
  • Loading branch information
radrow authored Nov 5, 2022
1 parent c8709dc commit c63b48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ To build the evmone EVMC module (shared library), test, and benchmark:
3. Run the unit tests or benchmarking tool:
```
build/bin/evmone-unittests
build/bin/evmone-bench test/benchmarks
build/bin/evmone-bench test/evm-benchmarks/benchmarks
```

### Tools
Expand Down

0 comments on commit c63b48c

Please sign in to comment.