Skip to content

Instantly share code, notes, and snippets.

@henriquemenezes
Last active March 19, 2016 14:41
Show Gist options
  • Save henriquemenezes/a02f2107361fa8a5a2d8 to your computer and use it in GitHub Desktop.
Save henriquemenezes/a02f2107361fa8a5a2d8 to your computer and use it in GitHub Desktop.
Simple Browser Benchmark

Simple Browser Benchmark

Methodology

Open the same 26 tabs in all browsers with different urls

Results

Browser Version Processes Threads Memory Usage Memory Compressed by OSX
Chrome 49.0.2623.87 36 341 4581.6 MB 2338.1 MB
Firefox 45.0.1 1 70 1013.6 MB 0 B
Safari 9.0.3 (11601.4.4) 23 221 1519.8 MB 249.9 MB

Conclusion

Chrome is the hungriest browser of cpu and memory resources. And the Firefox is the best choice to save resources.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment