GitXplorerGitXplorer
n

benchmarks

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
c3cefffa548d5ba6621d8349fc0cd2ca8ed57cdf

Merge branch 'master' of https://github.com/natemurthy/benchmarks

nnatemurthy committed 8 years ago
Unverified
a06a18a6463bffcdc320c13307b976adead6a051

update go-test run script

nnatemurthy committed 8 years ago
Unverified
fdcfbe8cad9ed1d4d1ad2dc427e1cc655164d85c

Update run

nnatemurthy committed 9 years ago
Unverified
624627dc93ce23a74bc21a7bb917d0478201311c

Delete results.txt

nnatemurthy committed 9 years ago
Unverified
d76faeeeaed35bfe32697d15697f94a8da58d011

Create results.txt

nnatemurthy committed 9 years ago
Unverified
0f686b1a217a98b1dc30eb6aec3bd74f0aa3ad1c

Update play.txt

nnatemurthy committed 9 years ago

README

The README file for this repository.

benchmarks

Results generated using the Apache Benchmark tool. Summary of JSON serialization over HTTP from:

  • flask
  • flask + gevent
  • flask + uwsgi
  • tornado
  • play2

Mean response time

Sample GET request serializing JSON over HTTP:

$ curl http://54.69.100.107:5000/api/rest/status
{
  "DgmsInstanceId": "dgms-service-0000"
}

Sample benchmark command (1000 requests, 100 at a time):

$ ab -n 1000 -c 100 http://54.69.100.107:5000/api/rest/status

Inspired by TechEmpower Benchmarks