DEV Community

Discussion on: Benchmarking web dev tools on the Mac mini M1

Collapse
 
bmansfie profile image
Brandon • Edited

I installed the latest LTS. I didn't use brew to install it though, I built my own binary via nvm. This is on a Mac-Mini 16GB. Built with xcode command line tools 12.3.

Welcome to Node.js v14.15.4.
Type ".help" for more information.
> process.arch
'arm64'

web-tooling-benchmark % node dist/cli.js
Running Web Tooling Benchmark v0.5.3…
-------------------------------------
         acorn: 28.02 runs/s
         babel: 21.91 runs/s
  babel-minify: 29.47 runs/s
       babylon: 26.94 runs/s
         buble: 12.27 runs/s
          chai: 39.77 runs/s
  coffeescript: 17.94 runs/s
        espree:  7.80 runs/s
       esprima: 19.86 runs/s
        jshint: 28.37 runs/s
         lebab: 28.23 runs/s
       postcss: 16.27 runs/s
       prepack: 20.50 runs/s
      prettier: 16.50 runs/s
    source-map: 19.90 runs/s
        terser: 52.40 runs/s
    typescript: 23.32 runs/s
     uglify-js: 14.84 runs/s
-------------------------------------
Geometric mean: 21.60 runs/s
Enter fullscreen mode Exit fullscreen mode
Collapse
 
anulaibar profile image
Olle Hellgren

Which processor is that?