Commit aa68563
committed
feat: add performance benchmarks and update README with verified metrics
- Added comprehensive performance test suite for Paths-LE
- Created test data files for CSV, JSON, ENV, TOML, HTML, and JavaScript formats
- Updated README with actual benchmarked performance numbers:
- HTML: 3.1M paths/sec (was 'Fast line-scan')
- DOTENV: 917K paths/sec (was 980K+)
- TOML: 347K paths/sec (was 'Fast extraction')
- CSV: 0 paths/sec (was 530K+) - path detection not working
- JSON: 0 paths/sec (was 'Fast recursive') - path detection not working
- JavaScript: 0 paths/sec (was 'Fast regex') - path detection not working
- All numbers now verified through actual performance testing
- Performance test runs automatically with test suite1 parent 01e41fd commit aa68563
8 files changed
Lines changed: 915264 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
359 | 360 | | |
360 | 361 | | |
361 | 362 | | |
| |||
467 | 468 | | |
468 | 469 | | |
469 | 470 | | |
470 | | - | |
471 | | - | |
472 | | - | |
473 | | - | |
474 | | - | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
475 | 477 | | |
476 | 478 | | |
477 | 479 | | |
| |||
0 commit comments