|
@@ -0,0 +1,58 @@
|
|
|
|
+# Dart Start Framework Benchmarking Test
|
|
|
|
+
|
|
|
|
+This test adds [Start](https://github.com/lvivski/start), a Sinatra inspired web development framework for Dart, to the [benchmarking test suite](../). The test is based on the Dart Benchmarking Test.
|
|
|
|
+
|
|
|
|
+## Versions
|
|
|
|
+
|
|
|
|
+* [Dart SDK version 0.6.17.4_r26106](https://launchpad.net/~hachre/+archive/dart)
|
|
|
|
+* [Dart args version 0.6.17+2](http://pub.dartlang.org/packages/args)
|
|
|
|
+* [Dart crypto version 0.6.17+2](http://pub.dartlang.org/packages/crypto)
|
|
|
|
+* [Dart mustache version 0.1.5](http://pub.dartlang.org/packages/mustache)
|
|
|
|
+* [Dart mongo_dart version 0.1.27](http://pub.dartlang.org/packages/mongo_dart)
|
|
|
|
+* [Dart postgresql version 0.2.8](http://pub.dartlang.org/packages/postgresql)
|
|
|
|
+* [Dart start version 0.0.8](http://pub.dartlang.org/packages/start)
|
|
|
|
+* [Dart yaml version 0.6.17+2](http://pub.dartlang.org/packages/yaml)
|
|
|
|
+
|
|
|
|
+## 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
|
|
|
|
+
|