Julia Nething e25c3195be Create gitignore files for several frameworks and delete corresponding files that were unnecessarily saved пре 9 година
..
.gitignore e25c3195be Create gitignore files for several frameworks and delete corresponding files that were unnecessarily saved пре 9 година
README.md 75c850c671 Fixed SOOOO many things пре 10 година
benchmark_config.json 75c850c671 Fixed SOOOO many things пре 10 година
fortunes.mustache 75c850c671 Fixed SOOOO many things пре 10 година
mongodb.yaml 75c850c671 Fixed SOOOO many things пре 10 година
postgresql.yaml 75c850c671 Fixed SOOOO many things пре 10 година
pubspec.yaml 75c850c671 Fixed SOOOO many things пре 10 година
server.dart 75c850c671 Fixed SOOOO many things пре 10 година
setup.sh 75c850c671 Fixed SOOOO many things пре 10 година

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