Skip to content

Commit 65f1bbf

Browse files
committed
fix: update broken links after BENCHMARKING.md removal
- README.md: BENCHMARKING.md -> BENCHMARKS.md + tests/performance/README.md - tests/performance/README.md: BENCHMARKING.md -> BENCHMARKING_STANDARDS.md
1 parent d0e5e11 commit 65f1bbf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ nim c -d:danger --opt:speed --mm:orc tests/performance/benchmark_latency.nim
138138
139139
Want to verify these claims yourself?
140140
141-
- **Reproduction Guide**: See [BENCHMARKING.md](BENCHMARKING.md) for step-by-step instructions
141+
- **Reproduction Guide**: See [BENCHMARKS.md](BENCHMARKS.md) and [tests/performance/README.md](tests/performance/README.md)
142142
- **CI Benchmarks**: Automatic benchmarks on every commit → [GitHub Actions](https://github.com/codenimja/nimsync/actions/workflows/benchmark.yml)
143143
- **Expected Range**: 20M-600M ops/sec depending on CPU, benchmark type, and system load
144144

tests/performance/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@ To fairly compare with Go channels, Rust crossbeam, etc:
148148
4. **Multiple runs**: Average of 3-5 runs
149149
5. **Report variance**: Include min/max/stddev
150150

151-
See [BENCHMARKING.md](../../BENCHMARKING.md) for detailed comparison guidelines.
151+
See [BENCHMARKING_STANDARDS.md](BENCHMARKING_STANDARDS.md) for our methodology.

0 commit comments

Comments
 (0)