Skip to content

Commit

Permalink
chore(benchmark): add cal.com.tsx as a realword tsx example (#2297)
Browse files Browse the repository at this point in the history
closes #1884
  • Loading branch information
Boshen authored Feb 4, 2024
1 parent cb17a83 commit 018674c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/common/src/test_file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ impl TestFiles {
let files = [
// TypeScript syntax (2.81MB)
"https://raw.githubusercontent.com/microsoft/TypeScript/v5.3.3/src/compiler/checker.ts",
// Realword tsx (1.0M)
"https://raw.githubusercontent.com/oxc-project/benchmark-files/main/cal.com.tsx",
// Heavy with classes (554K)
"https://cdn.jsdelivr.net/npm/pdfjs-dist@4.0.269/build/pdf.mjs",
// ES5 (3.9M)
Expand Down

0 comments on commit 018674c

Please sign in to comment.