Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Jun 23, 2024
1 parent 53de28e commit 8b183c1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ MolluskComputeUnitBencher::new(mollusk)
.bench(("bench1", &instruction1, &accounts1))
.bench(("bench2", &instruction2, &accounts2))
.bench(("bench3", &instruction3, &accounts3))
.bench(("bench4", &instruction4, &accounts4))
.bench(("bench5", &instruction5, &accounts5))
.bench(("bench6", &instruction6, &accounts6))
.must_pass(true)
.out_dir("../target/benches")
.execute();
Expand All @@ -118,6 +115,7 @@ Mollusk will output bench details to the output directory in Markdown.
| Name | CUs | Delta |
|------|--------|------------|
| bench1 | 579 | +129 |
| bench0 | 450 | -- |
| bench1 | 579 | -129 |
| bench2 | 1,204 | +754 |
| bench3 | 2,811 | +2,361 |

0 comments on commit 8b183c1

Please sign in to comment.