Mike Smith 555c682474 master Fixing the issue where nginx is wrong 11 ani în urmă
..
.gitignore 9a3c7abfe0 Added Rikulo stream benchmark. 12 ani în urmă
README.md 336e429142 PostgreSQL connector update. 12 ani în urmă
__init__.py 9a3c7abfe0 Added Rikulo stream benchmark. 12 ani în urmă
benchmark_config 873dde0f06 Refactor benchmark_configs 12 ani în urmă
fortunesView.rsp.dart 9a3c7abfe0 Added Rikulo stream benchmark. 12 ani în urmă
fortunesView.rsp.html 9a3c7abfe0 Added Rikulo stream benchmark. 12 ani în urmă
mongodb.yaml 9a3c7abfe0 Added Rikulo stream benchmark. 12 ani în urmă
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. 12 ani în urmă
pubspec.yaml 336e429142 PostgreSQL connector update. 12 ani în urmă
server.dart ab664baa0f Updated dart-stream. 12 ani în urmă
setup.py 555c682474 master Fixing the issue where nginx is wrong 11 ani în urmă

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