aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Isaac McFadyen <6243993+isaac-mcfadyen@users.noreply.github.com> 2022-07-06 22:52:40 -0400
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-07-06 20:07:13 -0700
commitfb95f6b2258b159572fedc2100bdecfaabca0519 (patch)
tree6def1f50021dbb3065c8f3c514ae760d9afb5443
parentc747a08649351bad4dccbfd388adda93ba529107 (diff)
downloadbun-fb95f6b2258b159572fedc2100bdecfaabca0519.tar.gz
bun-fb95f6b2258b159572fedc2100bdecfaabca0519.tar.zst
bun-fb95f6b2258b159572fedc2100bdecfaabca0519.zip
Updated CPU in benchmarks
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fd9525021..d951dc441 100644
--- a/README.md
+++ b/README.md
@@ -1767,7 +1767,7 @@ Database: [Northwind Traders](https://github.com/jpwhite3/northwind-SQLite3/blob
This benchmark can be run from [./bench/sqlite](./bench/sqlite).
-Here are results from an M1X on macOS 12.3.1.
+Here are results from an M1 Pro (64GB) on macOS 12.3.1.
**SELECT \* FROM "Order"**
@@ -2446,7 +2446,7 @@ console.log(`SQLite 3 version: ${sqlite3_libversion()}`);
#### Low-overhead FFI
-3ns to go from JavaScript <> native code with `bun:ffi` (on my machine, an M1X)
+3ns to go from JavaScript <> native code with `bun:ffi` (on my machine, an M1 Pro with 64GB of RAM)
- 5x faster than napi (Node v17.7.1)
- 100x faster than Deno v1.21.1