#benchmark #benchmarks #performance #web-frameworks
|
11 years ago | |
---|---|---|
HttpListener | 11 years ago | |
WeberFramework | 11 years ago | |
activeweb | 11 years ago | |
aspnet | 11 years ago | |
aspnet-stripped | 11 years ago | |
beego | 11 years ago | |
bottle | 11 years ago | |
cake | 11 years ago | |
compojure | 11 years ago | |
config | 11 years ago | |
cowboy | 11 years ago | |
cpoll_cppsp | 11 years ago | |
dancer | 11 years ago | |
dart | 11 years ago | |
dart-start | 11 years ago | |
dart-stream | 11 years ago | |
django | 11 years ago | |
dropwizard | 11 years ago | |
dropwizard-mongodb | 11 years ago | |
elli | 11 years ago | |
evhttp-sharp | 11 years ago | |
express | 11 years ago | |
falcon | 11 years ago | |
falcore | 11 years ago | |
finagle | 11 years ago | |
flask | 11 years ago | |
gemini | 11 years ago | |
go | 11 years ago | |
grails | 11 years ago | |
grizzly-bm | 11 years ago | |
grizzly-jersey | 11 years ago | |
hapi | 11 years ago | |
hhvm | 11 years ago | |
http-kit | 11 years ago | |
jester | 11 years ago | |
jetty-servlet | 11 years ago | |
kelp | 11 years ago | |
lapis | 11 years ago | |
lift-stateless | 11 years ago | |
luminus | 11 years ago | |
mojolicious | 11 years ago | |
nancy | 11 years ago | |
nawak | 11 years ago | |
netty | 11 years ago | |
ninja-resin | 11 years ago | |
ninja-standalone | 11 years ago | |
nodejs | 11 years ago | |
onion | 11 years ago | |
openresty | 11 years ago | |
php | 11 years ago | |
php-codeigniter | 11 years ago | |
php-fuel | 11 years ago | |
php-kohana | 11 years ago | |
php-laravel | 11 years ago | |
php-lithium | 11 years ago | |
php-micromvc | 11 years ago | |
php-phalcon | 11 years ago | |
php-phalcon-micro | 11 years ago | |
php-phpixie | 11 years ago | |
php-senthot | 11 years ago | |
php-silex | 11 years ago | |
php-silex-orm | 11 years ago | |
php-silica | 11 years ago | |
php-slim | 11 years ago | |
php-symfony2 | 11 years ago | |
php-symfony2-stripped | 11 years ago | |
php-yaf | 11 years ago | |
phreeze | 11 years ago | |
plack | 11 years ago | |
plain | 11 years ago | |
play-activate-mysql | 11 years ago | |
play-java | 11 years ago | |
play-java-jpa | 11 years ago | |
play-scala | 11 years ago | |
play-scala-mongodb | 11 years ago | |
play-slick | 11 years ago | |
play1 | 11 years ago | |
play1siena | 11 years ago | |
pyramid | 11 years ago | |
rack | 11 years ago | |
racket-ws | 11 years ago | |
rails | 11 years ago | |
rails-stripped | 11 years ago | |
restexpress | 11 years ago | |
revel | 11 years ago | |
revel-jet | 11 years ago | |
revel-qbs | 11 years ago | |
ringojs | 11 years ago | |
ringojs-convenient | 11 years ago | |
sbt | 12 years ago | |
scalatra | 11 years ago | |
servicestack | 11 years ago | |
servlet | 11 years ago | |
sinatra | 11 years ago | |
snap | 11 years ago | |
spark | 11 years ago | |
spray | 11 years ago | |
spring | 11 years ago | |
tapestry | 11 years ago | |
toolset | 11 years ago | |
tornado | 11 years ago | |
treefrog | 11 years ago | |
undertow | 11 years ago | |
undertow-edge | 11 years ago | |
unfiltered | 11 years ago | |
urweb | 11 years ago | |
uwsgi | 11 years ago | |
vertx | 11 years ago | |
wai | 11 years ago | |
web-simple | 11 years ago | |
webgo | 11 years ago | |
wicket | 11 years ago | |
wsgi | 11 years ago | |
yesod | 11 years ago | |
.gitignore | 11 years ago | |
LICENSE | 12 years ago | |
README.md | 11 years ago | |
benchmark.cfg.example | 11 years ago |
This project provides representative performance measures across a wide field of web application frameworks. With much help from the community, coverage is quite broad and we are happy to broaden it further with contributions. The project presently includes frameworks on many languages including Go, Python, Java, Ruby, PHP, Clojure, Groovy, JavaScript, Erlang, Haskell, Scala, Lua, and C. The current tests exercise plaintext responses, JSON seralization, database reads and writes via the object-relational mapper (ORM), collections, sorting, server-side templates, and XSS counter-measures. Future tests will exercise other components and greater computation.
Read more and see the results of our tests on Amazon EC2 and physical hardware at http://www.techempower.com/benchmarks/
Join in the conversation at our Google Group: https://groups.google.com/forum/?fromgroups=#!forum/framework-benchmarks
We ran our tests using two dedicated i7 2600k machines as well as two EC2 m1.large instances.
On the Benchmark Tools README file you will find tools and instructions to replicate our tests using EC2, Windows Azure or your own dedicated machines.
We hope that the community will help us in making these tests better, so if you'd like to make any changes to the tests we currently have, here are some things to keep in mind.
If you're updating a dependency of a framework that uses a dependency management system (Bundler, npm, etc.), please be specific with the version number that you are updating to.
Also, if you do change the dependency of any test, please update the README file for that test to reflect that change, we want to try and keep the README files as up to date as possible.
If you would like to update any of the software used, again, please be as specific as possible, while we still install some software via apt-get and don't specify a version, we would like to have as much control over the versions as possible.
The main file that installs all the software is in toolset/setup/linux/installer.py
. It's broken up into two sections, server software and client software.
Additionally, it may be necessary to update the setup.py file in the framework's directory to use this new version.
If you update any software, please update the README files of any tests that use that software.
When adding a new framework or new test to an existing framework, please follow these steps:
For descriptions of the test types that we run against each framework, see the test requirements section of the Results web site.
The benchmark_config file is used by our scripts to both identify the available tests and to extract metadata describing each test.
This file should exist at the root of the test directory.
Here is the basic structure of benchmark_config, using the Compojure framework as an example. Compojure has two test permutations, which are identified as the "tests" list in the JSON structure below.
{
"framework": "compojure",
"tests": [{
"default": {
"setup_file": "setup",
"json_url": "/compojure/json",
"db_url": "/compojure/db/1",
"query_url": "/compojure/db/",
"fortune_url": "/compojure/fortune-hiccup",
"plaintext_url": "/compojure/plaintext",
"port": 8080,
"approach": "Realistic",
"classification": "Micro",
"database": "MySQL",
"framework": "compojure",
"language": "Clojure",
"orm": "Micro",
"platform": "Servlet",
"webserver": "Resin",
"os": "Linux",
"database_os": "Linux",
"display_name": "compojure",
"notes": "",
"versus": "servlet"
},
"raw": {
"setup_file": "setup",
"db_url": "/compojure/dbraw/1",
"query_url": "/compojure/dbraw/",
"port": 8080,
"approach": "Realistic",
"classification": "Micro",
"database": "MySQL",
"framework": "compojure",
"language": "Clojure",
"orm": "Raw",
"platform": "Servlet",
"webserver": "Resin",
"os": "Linux",
"database_os": "Linux",
"display_name": "compojure-raw",
"notes": "",
"versus": "servlet"
}
}]
}
/json
/db
/fortune
/plaintext
Realistic
or Stripped
(see results web site for description of all metadata attributes)Full
, Micro
, or Platform
MySQL
, Postgres
, MongoDB
, SQLServer
, or None
Full
, Micro
, or Raw
Linux
or Windows
Linux
or Windows
If your framework and platform can execute on both Windows and Linux, we encourage you to specify tests for both operating systems. This increases the amount of testing you should do before submitting your pull-request, however, so we understand if you start with just one of the two.
The steps involved are:
benchmark_config
file for the Windows test (or vice-versa). When the benchmark script runs on Linux, it skips tests where the Application Operating System (os
in the file) is specified as Linux. When running on Windows, it skips tests where the os
field is Linux.The setup file is responsible for starting and stopping the test. This script is responsible for (among other things):
The setup file is a python script that contains a start() and a stop() function. The start function should build the source, make any necessary changes to the framework's configuration, and then start the server. The stop function should shutdown the server, including all sub-processes as applicable.
By convention, the configuration files used by a framework should specify the database server as localhost
so that developing tests in a single-machine environment can be done in an ad hoc fashion, without using the benchmark scripts.
When running a benchmark script, the script needs to modify each framework's configuration so that the framework connects to a database host provided as a command line argument. In order to do this, use setup_util.replace_text() to make necessary modifications prior to starting the server.
For example:
setup_util.replace_text("wicket/src/main/webapp/WEB-INF/resin-web.xml", "mysql:\/\/.*:3306", "mysql://" + args.database_host + ":3306")
Using localhost
in the raw configuration file is not a requirement as long as the replace_text
call properly injects the database host provided to the benchmarker toolset as a command line argument.
Here is an example of Wicket's setup file.
import subprocess
import sys
import setup_util
##################################################
# start(args, logfile, errfile)
#
# Starts the server for Wicket
# returns 0 if everything completes, 1 otherwise
##################################################
def start(args, logfile, errfile):
# setting the database url
setup_util.replace_text("wicket/src/main/webapp/WEB-INF/resin-web.xml", "mysql:\/\/.*:3306", "mysql://" + args.database_host + ":3306")
# 1. Compile and package
# 2. Clean out possible old tests
# 3. Copy package to Resin's webapp directory
# 4. Start resin
try:
subprocess.check_call("mvn clean compile war:war", shell=True, cwd="wicket", stderr=errfile, stdout=logfile)
subprocess.check_call("rm -rf $RESIN_HOME/webapps/*", shell=True, stderr=errfile, stdout=logfile)
subprocess.check_call("cp wicket/target/hellowicket-1.0-SNAPSHOT.war $RESIN_HOME/webapps/wicket.war", shell=True, stderr=errfile, stdout=logfile)
subprocess.check_call("$RESIN_HOME/bin/resinctl start", shell=True, stderr=errfile, stdout=logfile)
return 0
except subprocess.CalledProcessError:
return 1
##################################################
# stop(logfile, errfile)
#
# Stops the server for Wicket
# returns 0 if everything completes, 1 otherwise
##################################################
def stop(logfile):
try:
subprocess.check_call("$RESIN_HOME/bin/resinctl shutdown", shell=True, stderr=errfile, stdout=logfile)
return 0
except subprocess.CalledProcessError:
return 1
A contributor named @kpacha has built a pure JavaScript tool for generating the setup.py
file for a new framework via an in-browser form. Check out his FrameworkBenchmarks Setup Builder.