File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments