Skip to content

Commit e3141f6

Browse files
committed
chore: tweaks to visited pcs trait report
1 parent a581585 commit e3141f6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

VisitedPcs_Trait_Benchmark.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pub struct CachedState<S: StateReader> {
2828
}
2929
```
3030

31-
This snipped has been extracted from commit
31+
This snippet has been extracted from commit
3232
[14e6a87722c1d0c757b1aa2756ffabe3f248fd7d](https://github.com/reilabs/blockifier/blob/14e6a87722c1d0c757b1aa2756ffabe3f248fd7d/crates/blockifier/src/state/cached_state.rs#L36)
3333

3434
## After Changes
@@ -94,7 +94,9 @@ conditions:
9494
The script was called as follows, but you may need to [adjust the commit
9595
hashes](#after-changes) in question to reproduce these results:
9696

97-
`bash scripts/bench.sh 14e6a87722c1d0c757b1aa2756ffabe3f248fd7d e39ae0be4cec31938399199e0a1070279b4a78ed`
97+
```bash
98+
bash scripts/bench.sh 14e6a87722c1d0c757b1aa2756ffabe3f248fd7d e39ae0be4cec31938399199e0a1070279b4a78ed
99+
```
98100

99101
The noise threshold and confidence intervals are kept as per default
100102
Criterion.rs configuration.

0 commit comments

Comments
 (0)