Skip to content

Commit eeae882

Browse files
committed
docs: updating README.md
1 parent 9bf466b commit eeae882

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,20 @@ The following benchmark results are for 200 time executions ([Click here to see
7575

7676
#### How much faster on iOS (iPhone 14 Pro Max)?
7777

78-
- Impact Heavy: React Native Haptics is **~2.13x faster** than Expo Haptics ($0.779 / 0.365 \approx 2.13$)
79-
- Notification Success: React Native Haptics is **~3.78x faster** than Expo Haptics ($1.378 / 0.365 \approx 3.78$)
80-
- Selection: React Native Haptics is **~1.72x faster** than Expo Haptics ($0.602 / 0.350 \approx 1.72$)
78+
| Effect | React Native Haptics | Expo Haptics | Speedup (RN / Expo) |
79+
| -------------------- | -------------------: | -----------: | --------------------: |
80+
| Impact Heavy | 0.779 | 0.365 | 0.779 / 0.365 ≈ 2.13x |
81+
| Notification Success | 1.378 | 0.365 | 1.378 / 0.365 ≈ 3.78x |
82+
| Selection | 0.602 | 0.350 | 0.602 / 0.350 ≈ 1.72x |
8183

8284
#### How much faster on Android (Samsung A55)?
8385

84-
- Impact Heavy: React Native Haptics is **~3.36x faster** than Expo Haptics ($9.766 / 2.902 \approx 3.36$)
85-
- Notification Success: React Native Haptics is **~3.16x faster** than Expo Haptics ($10.837 / 3.433 \approx 3.16$)
86-
- Selection: React Native Haptics is **~3.70x faster** than Expo Haptics ($11.236 / 3.037 \approx 3.70$)
87-
- Android Haptics: Expo Haptics is **~1.72x faster** than its React Native Haptics counterpart ($3.238 / 1.879 \approx 1.72$)
86+
| Effect | React Native Haptics | Expo Haptics | Speedup (RN / Expo) |
87+
| -------------------- | -------------------: | -----------: | -------------------------------------: |
88+
| Impact Heavy | 9.766 | 2.902 | 9.766 / 2.902 ≈ 3.37x |
89+
| Notification Success | 10.837 | 3.433 | 10.837 / 3.433 ≈ 3.16x |
90+
| Selection | 11.236 | 3.037 | 11.236 / 3.037 ≈ 3.70x |
91+
| Android Haptics | 1.879 | 3.238 | 3.238 / 1.879 ≈ 1.72x (Expo is faster) |
8892

8993
## Quick Start
9094

0 commit comments

Comments
 (0)