Skip to content

Commit 6cabf85

Browse files
Update react-19-migration-recipe speed row with cal.com real-repo benchmark
Made-with: Cursor
1 parent fad28e2 commit 6cabf85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TESTING_REPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ That split is mostly startup-path driven. When both sides run through the curren
5757

5858
| Codemod | Corpus | Input Files | Changed Files (J/L) | JSSG | Legacy CLI | Faster | Notes |
5959
|---------|--------|:-----------:|:-------------------:|-----:|-----------:|:------:|-------|
60-
| `react-19-migration-recipe` | recipe fixture union | 58 | 47 / 30 | 10.340s | 9.443s | Legacy | Both run through `codemod@latest`; legacy recipe changed fewer fixture files on the shared corpus |
60+
| `react-19-migration-recipe` | `calcom/cal.com` repo | 7500 | 34 / 4 | ~1m30s | ~3m00s | JSSG (~2×) | Real-repo run through `codemod@latest` on both sides; JSSG rewrote 8.5× more files in half the wall-clock time |
6161
| `replace-reactdom-render` | package fixture corpus | 12 | 10 / 11 | 5.214s | 5.707s | JSSG | Near-parity runtime with one extra legacy fixture rewrite |
6262
| `replace-act-import` | package fixture corpus | 10 | 8 / 8 | 5.130s | 6.297s | JSSG | Fixture filenames were normalized to `*.test.tsx` to match the published workflow globs |
6363
| `use-context-hook` | package fixture corpus | 12 | 10 / 10 | 4.889s | 5.121s | JSSG | Equal rewrite count; JSSG edges legacy on runtime |

0 commit comments

Comments
 (0)