Skip to content

Commit 8506b1a

Browse files
committed
remove performance report
1 parent dcd4580 commit 8506b1a

File tree

2 files changed

+0
-265
lines changed

2 files changed

+0
-265
lines changed

PERFORMANCE_REPORT.md

Lines changed: 0 additions & 262 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ Current test status: **302 out of 302 tests passing (100%)** ✅
2525
- 🏆 **Local variable access**: **~220 M ops/sec** (5x faster than globals!)
2626
- 🏆 **Nested loops**: **~218 M ops/sec** (excellent)
2727
- 🏆 **Table access**: **~117 M ops/sec** (solid)
28-
- 🏆 **String length**: **~185 M ops/sec** (faster than native!)
29-
- 🎯 **Numeric for**: ~122 K iters/sec vs ~15 K for ipairs (8x faster)
3028
- 📊 **Function calls**: ~22 M calls/sec
3129

3230
**Benchmark Coverage** (16 benchmark files):
@@ -37,7 +35,6 @@ Current test status: **302 out of 302 tests passing (100%)** ✅
3735
- Math: math
3836
- Advanced: metatables, oop, coroutines, errors
3937

40-
See detailed analysis: [Performance Report](PERFORMANCE_REPORT.md)
4138

4239
Run benchmarks locally:
4340
```bash

0 commit comments

Comments
 (0)