Skip to content

Commit 0f56d9e

Browse files
authored
Merge pull request #21 from IntersectMBO/yura/issue-19
docs(readme): update available benchmark scenarios and links
2 parents fe00704 + 2158feb commit 0f56d9e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A standardized benchmarking framework for measuring and comparing the on-chain p
1616
- [Setup](#setup)
1717
- [Your first benchmark](#your-first-benchmark)
1818
- [Live Performance Reports](#live-performance-reports)
19-
- [Available Benchmarks](#available-benchmarks)
19+
- [Available benchmark scenarios](#available-benchmark-scenarios)
2020
- [Usage (CLI)](#usage-cli)
2121
- [Core commands](#core-commands)
2222
- [Interactive prompts](#interactive-prompts)
@@ -96,11 +96,12 @@ Latest benchmark reports: [UPLC-CAPE Reports](https://intersectmbo.github.io/UPL
9696

9797
---
9898

99-
## Available Benchmarks
99+
## Available benchmark scenarios
100100

101101
| Benchmark | Type | Description | Status |
102102
| --- | --- | --- | --- |
103103
| [Fibonacci](scenarios/fibonacci.md) | Synthetic | Recursive algorithm performance | Ready |
104+
| [Factorial](scenarios/factorial.md) | Synthetic | Recursive algorithm performance | Ready |
104105
| Two-Party Escrow | Real-world | Smart contract scenario | Planned |
105106
| Streaming Payments | Real-world | Payment channel implementation | Planned |
106107
| Simple DAO Voting | Real-world | Governance mechanism | Planned |
@@ -110,7 +111,7 @@ Latest benchmark reports: [UPLC-CAPE Reports](https://intersectmbo.github.io/UPL
110111

111112
## Usage (CLI)
112113

113-
For the full and up-to-date command reference, see USAGE.md at the project root.
114+
For the full and up-to-date command reference, see [USAGE.md](USAGE.md).
114115

115116
### Core commands
116117

0 commit comments

Comments
 (0)