Nate c621b4196c Add CPU_COUNT env variable / get MAX_THREADS for load_gen (#2586) %!s(int64=8) %!d(string=hai) anos
..
.gitignore e25c3195be Create gitignore files for several frameworks and delete corresponding files that were unnecessarily saved %!s(int64=9) %!d(string=hai) anos
README.md 96baa5b69a Dart/start and stream - remove postgresql (#2456) %!s(int64=8) %!d(string=hai) anos
benchmark_config.json 96baa5b69a Dart/start and stream - remove postgresql (#2456) %!s(int64=8) %!d(string=hai) anos
fortunes.mustache 75c850c671 Fixed SOOOO many things %!s(int64=10) %!d(string=hai) anos
mongodb.yaml 75c850c671 Fixed SOOOO many things %!s(int64=10) %!d(string=hai) anos
postgresql.yaml 75c850c671 Fixed SOOOO many things %!s(int64=10) %!d(string=hai) anos
pubspec.yaml 75c850c671 Fixed SOOOO many things %!s(int64=10) %!d(string=hai) anos
server.dart 189ca7892e Remove capitalized mongo tables (#2545) %!s(int64=8) %!d(string=hai) anos
setup.sh c621b4196c Add CPU_COUNT env variable / get MAX_THREADS for load_gen (#2586) %!s(int64=8) %!d(string=hai) anos
setup_mongodb.sh e9c5f6f782 DB Setup Changes / New Travis / Vagrant fix - The Promised Land! (#2417) %!s(int64=8) %!d(string=hai) anos
setup_postgresql.sh e9c5f6f782 DB Setup Changes / New Travis / Vagrant fix - The Promised Land! (#2417) %!s(int64=8) %!d(string=hai) anos

README.md

Dart Start Framework Benchmarking Test

Note:

The PostgreSQL tests are no longer working. The implementation is still in the framework folder but has been removed from the benchmark_config.json file.

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