Kevin Moore b603d5c41e Fix links in Dart tests (#6548) 4 năm trước cách đây
..
README.md b603d5c41e Fix links in Dart tests (#6548) 4 năm trước cách đây
benchmark_config.json 670ca6d09b remove docker_files need (#3465) 7 năm trước cách đây
config.toml 0096f84ee9 Config for the new toolset (#6259) 4 năm trước cách đây
fortunesView.rsp.dart 75c850c671 Fixed SOOOO many things 10 năm trước cách đây
fortunesView.rsp.html 75c850c671 Fixed SOOOO many things 10 năm trước cách đây
mongodb.yaml 6fce84a278 WIP: Dockerify everything (#3457) 7 năm trước cách đây
nginx-conf.sh 697ba8111a remove techempower/nginx dependency from dart (#3503) 7 năm trước cách đây
postgresql.yaml 6fce84a278 WIP: Dockerify everything (#3457) 7 năm trước cách đây
pubspec.yaml 75c850c671 Fixed SOOOO many things 10 năm trước cách đây
server.dart 189ca7892e Remove capitalized mongo tables (#2545) 8 năm trước cách đây
start-servers.sh 8d10136e89 remove $CPU_COUNT (#3474) 7 năm trước cách đây
stream.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 năm trước cách đây

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 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