egoist / mac-m1-performance-comparison

8 stars 2 forks source link

Mac M1 Performance Comparison

Feel free to add your benchmark result here.

Building Vite

Steps ```sh git clone https://github.com/vitejs/vite.git cd vite git checkout 06663a7 yarn yarn workspace vite build ```

Building Node.js

Steps Follow https://github.com/nodejs/node/blob/master/BUILDING.md, run `time make -j4` to build Node.js and measure the time.