Mike Smith 555c682474 master Fixing the issue where nginx is wrong há 11 anos atrás
..
.gitignore 288bf9296b Added readme and .gitignore. há 12 anos atrás
README.md 156526220d Dart Start MongoDB fixes. há 12 anos atrás
__init__.py a158bcb8d5 Added Dart Start Framework to the benchmarks using PostgreSQL and MongoDB. há 12 anos atrás
benchmark_config 873dde0f06 Refactor benchmark_configs há 12 anos atrás
fortunes.mustache a158bcb8d5 Added Dart Start Framework to the benchmarks using PostgreSQL and MongoDB. há 12 anos atrás
mongodb.yaml a158bcb8d5 Added Dart Start Framework to the benchmarks using PostgreSQL and MongoDB. há 12 anos atrás
postgresql.yaml 5f506e3453 Updated the postgresql.yaml of the dart tests to the correct dbuser and password to fix the authentication errors. These changes are not automated with a python script. há 12 anos atrás
pubspec.yaml a892c99840 PostgreSQL connector update. há 12 anos atrás
server.dart 8e642d2af2 verify Fixed dart-start's mongo tests há 11 anos atrás
setup.py 555c682474 master Fixing the issue where nginx is wrong há 11 anos atrás

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