diff options
author | 2022-07-06 22:52:40 -0400 | |
---|---|---|
committer | 2022-07-06 20:07:13 -0700 | |
commit | fb95f6b2258b159572fedc2100bdecfaabca0519 (patch) | |
tree | 6def1f50021dbb3065c8f3c514ae760d9afb5443 | |
parent | c747a08649351bad4dccbfd388adda93ba529107 (diff) | |
download | bun-fb95f6b2258b159572fedc2100bdecfaabca0519.tar.gz bun-fb95f6b2258b159572fedc2100bdecfaabca0519.tar.zst bun-fb95f6b2258b159572fedc2100bdecfaabca0519.zip |
Updated CPU in benchmarks
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |