Skip to content

Commit

Permalink
chore(benchmark): add cal.com.tsx as a realword tsx example
Browse files Browse the repository at this point in the history
closes #1884
  • Loading branch information
Boshen committed Feb 4, 2024
1 parent 6002560 commit adaffe3
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 adaffe3

Please sign in to comment.