Michael Hixson 873dde0f06 Refactor benchmark_configs 12 years ago
..
.gitignore 288bf9296b Added readme and .gitignore. 12 years ago
README.md 5dd8a904fe Updated to latest SDK version. 12 years ago
__init__.py a158bcb8d5 Added Dart Start Framework to the benchmarks using PostgreSQL and MongoDB. 12 years ago
benchmark_config 873dde0f06 Refactor benchmark_configs 12 years ago
fortunes.mustache a158bcb8d5 Added Dart Start Framework to the benchmarks using PostgreSQL and MongoDB. 12 years ago
mongodb.yaml a158bcb8d5 Added Dart Start Framework to the benchmarks using PostgreSQL and MongoDB. 12 years ago
postgresql.yaml a158bcb8d5 Added Dart Start Framework to the benchmarks using PostgreSQL and MongoDB. 12 years ago
pubspec.yaml 5dd8a904fe Updated to latest SDK version. 12 years ago
server.dart b054165d59 Added missing headers. 12 years ago
setup.py a158bcb8d5 Added Dart Start Framework to the benchmarks using PostgreSQL and MongoDB. 12 years ago

README.md

Dart Start Framework Benchmarking Test

This test adds Start, a Sinatra inspired web development framework for Dart, to the benchmarking test suite. The test is based on the Dart Benchmarking Test.

Versions

Test URLs

Common

JSON Encoding Test

http://localhost:8080/json

Plaintext Test

http://localhost:8080/plaintext

PostgreSQL

Data-Store/Database Mapping Test

http://localhost:8080/db

Variable Query Test

http://localhost:8080/queries?queries=2

Fortunes Test

http://localhost:8080/fortunes

Data-Store/Database Update Test

http://localhost:8080/updates

Variable Update Test

http://localhost:8080/updates?queries=2

MongoDB

Data-Store/Database Mapping Test

http://localhost:8080/db-mongo

Variable Query Test

http://localhost:8080/queries-mongo?queries=2

Fortunes Test

http://localhost:8080/fortunes-mongo

Data-Store/Database Update Test

http://localhost:8080/updates-mongo

Variable Update Test

http://localhost:8080/updates-mongo?queries=2