msmith-techempower 75c850c671 Fixed SOOOO many things 10 yıl önce
..
.gitignore 75c850c671 Fixed SOOOO many things 10 yıl önce
README.md 75c850c671 Fixed SOOOO many things 10 yıl önce
benchmark_config.json 75c850c671 Fixed SOOOO many things 10 yıl önce
fortunesView.rsp.dart 75c850c671 Fixed SOOOO many things 10 yıl önce
fortunesView.rsp.html 75c850c671 Fixed SOOOO many things 10 yıl önce
mongodb.yaml 75c850c671 Fixed SOOOO many things 10 yıl önce
postgresql.yaml 75c850c671 Fixed SOOOO many things 10 yıl önce
pubspec.yaml 75c850c671 Fixed SOOOO many things 10 yıl önce
server.dart 75c850c671 Fixed SOOOO many things 10 yıl önce
setup.sh 75c850c671 Fixed SOOOO many things 10 yıl önce

README.md

Dart Start Framework Benchmarking Test

This test adds Stream, a lightweight Dart web server, 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