File tree Expand file tree Collapse file tree 2 files changed +31
-7
lines changed Expand file tree Collapse file tree 2 files changed +31
-7
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,24 @@ Codspeed measures performance by cpu instructions.
38
38
| single-thread | ` 29.4 ms ` (1.00x) | ` 113.2 ms ` (3.85x) | ` 167.9 ms ` (5.71x) |
39
39
40
40
41
+ ### MacBook Pro M3 Max
42
+
43
+ #### cal.com.tsx
44
+
45
+ | | oxc | swc | biome |
46
+ | ------------- | ---------------- | ----------------- | ----------------- |
47
+ | no-drop | ` 3.4 ms ` (1.00x) | ` 13.4 ms ` (3.99x) | ` 16.7 ms ` (4.97x) |
48
+ | parallel | ` 5.8 ms ` (1.00x) | ` 23.8 ms ` (4.14x) | ` 30.1 ms ` (5.23x) |
49
+ | single-thread | ` 3.4 ms ` (1.00x) | ` 14.4 ms ` (4.28x) | ` 18.3 ms ` (5.42x) |
50
+
51
+ #### typescript.js
52
+
53
+ | | oxc | swc | biome |
54
+ | ------------- | ----------------- | ------------------ | ------------------ |
55
+ | no-drop | ` 26.3 ms ` (1.00x) | ` 84.1 ms ` (3.20x) | ` 130.1 ms ` (4.94x) |
56
+ | parallel | ` 36.1 ms ` (1.00x) | ` 126.3 ms ` (3.50x) | ` 225.9 ms ` (6.26x) |
57
+ | single-thread | ` 26.4 ms ` (1.00x) | ` 91.0 ms ` (3.45x) | ` 139.3 ms ` (5.28x) |
58
+
41
59
### Run benchmark locally
42
60
43
61
Run the following command on your machine for replication.
You can’t perform that action at this time.
0 commit comments