Skip to content

Commit 55e9393

Browse files
authored
Update performance.md
1 parent f067737 commit 55e9393

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/performance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Results are the total runtime to produce a result across many iterations, in sec
1616
|-------------------------+------------+--------------+--------------+--------------+--------------|
1717
| | Type | Add | Subtract | Multiply | Divide |
1818
|:------------------------|:-----------|-------------:|-------------:|-------------:|-------------:|
19-
| `bcmath` | `string` | `3.552` | `3.662` | `6.7272` | `25.8195` |
20-
| `Decimal` | `string` | `2.5652` | `2.6048` | `2.5794` | `5.3271` |
19+
| `bcmath` | `string` | `3.5520` | `3.6620` | `6.7272` | `25.8195` |
20+
| `php-decimal` | `string` | **`2.5652`** | **`2.6048`** | **`2.5794`**| **`5.32710`** |
2121
| `bcmath` | `int` | `4.2136` | `4.2002` | `5.5506` | `11.5603` |
22-
| `Decimal` | `int` | `1.6846` | `1.6523` | `1.7213` | `4.778` |
22+
| `php-decimal` | `int` | **`1.6846`** | **`1.6523`** | **`1.7213`**| **`4.7780`** |
2323
|-------------------------+------------+--------------+--------------+--------------+--------------|

0 commit comments

Comments
 (0)