File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -23,20 +23,19 @@ Codspeed measures performance by cpu instructions.
23
23
24
24
#### cal.com.tsx
25
25
26
- | | oxc | swc | biome |
27
- | ------------- | ---------------- | ----------------- | ----------------- |
28
- | no-drop | ` 3.9 ms ` (1.00x) | ` 15.9 ms ` (4.03x) | ` 20.8 ms ` (5.29x) |
29
- | parallel | ` 7.4 ms ` (1.00x) | ` 32.4 ms ` (4.40x) | ` 40.6 ms ` (5.50x) |
30
- | single-thread | ` 3.9 ms ` (1.00x) | ` 16.5 ms ` (4.21x) | ` 20.8 ms ` (5.30x) |
31
-
32
- #### typescript.js
26
+ | | oxc | swc | biome |
27
+ | ------------- | ---------------- | ----------------- | ----------------- |
28
+ | no-drop | ` 4.0 ms ` (1.00x) | ` 14.0 ms ` (3.50x) | ` 18.7 ms ` (4.68x) |
29
+ | parallel | ` 7.4 ms ` (1.00x) | ` 26.4 ms ` (3.56x) | ` 38.7 ms ` (5.21x) |
30
+ | single-thread | ` 4.0 ms ` (1.00x) | ` 14.9 ms ` (3.73x) | ` 20.1 ms ` (5.04x) |
33
31
34
- | | oxc | swc | biome |
35
- | ------------- | ----------------- | ------------------ | ------------------ |
36
- | no-drop | ` 29.4 ms ` (1.00x) | ` 111.5 ms ` (3.79x) | ` 159.0 ms ` (5.41x) |
37
- | parallel | ` 49.5 ms ` (1.00x) | ` 236.7 ms ` (4.78x) | ` 337.9 ms ` (6.83x) |
38
- | single-thread | ` 29.4 ms ` (1.00x) | ` 113.2 ms ` (3.85x) | ` 167.9 ms ` (5.71x) |
32
+ ### typescript.js
39
33
34
+ | | oxc | swc | biome |
35
+ | ------------- | ----------------- | ------------------ | ------------------ |
36
+ | no-drop | ` 30.3 ms ` (1.00x) | ` 100.3 ms ` (3.31x) | ` 149.7 ms ` (4.94x) |
37
+ | parallel | ` 52.0 ms ` (1.00x) | ` 164.5 ms ` (3.17x) | ` 296.5 ms ` (5.71x) |
38
+ | single-thread | ` 29.8 ms ` (1.00x) | ` 108.0 ms ` (3.62x) | ` 159.5 ms ` (5.34x) |
40
39
41
40
### MacBook Pro M3 Max
42
41
You can’t perform that action at this time.
0 commit comments