Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Performance benchmark for API frameworks written in different languages

I'm building a REST API and I want to know if anyone has compiled a list of performance benchmarks in all or most of the following languages:

  • Node
  • Ruby
  • Python
  • Go

I'm most familiar with the node frameworks (hapi, express, restify), but I'm curious about the others for contention's sake.

like image 212
Calebmer Avatar asked Jun 20 '15 16:06

Calebmer


1 Answers

A really popular web application benchmark is: https://www.techempower.com/benchmarks/#section=data-r10&hw=peak&test=json

But you may roll your own to map more closely your needs using any of the following tools:

  • wrk
  • jmeter
  • tsung
  • vegeta
  • http_load
  • siege
  • thor
like image 159
Dimitris Zorbas Avatar answered Oct 23 '22 09:10

Dimitris Zorbas