|
@@ -1,34 +1,36 @@
|
|
|
# Vibe.D Benchmarking Test
|
|
|
|
|
|
-This is the Vibe.D portion of a [benchmarking test suite](../) comparing a variety of web development platforms.
|
|
|
+This is the Vibe.D portion of a benchmarking test suite comparing a variety of web development platforms.
|
|
|
|
|
|
### JSON Encoding Test
|
|
|
|
|
|
-* [JSON test controller/view](source/app.d)
|
|
|
+* [JSON test controller/view](source/mongodb.d)
|
|
|
|
|
|
### Data-Store/Database Mapping Test
|
|
|
|
|
|
-* [DB test controller/model](source/app.d)
|
|
|
+* [DB test controller/model](source/mongodb.d)
|
|
|
|
|
|
## Infrastructure Software Versions
|
|
|
The tests were run with:
|
|
|
-* [Vibe.D v0.8.0-beta.5](http://vibed.org/)
|
|
|
+* [Vibe.D v0.9.4](http://vibed.org/)
|
|
|
|
|
|
## Test URLs
|
|
|
### JSON Encoding Test
|
|
|
|
|
|
-http://localhost:8080/json
|
|
|
+ http://localhost:8080/json
|
|
|
|
|
|
### Plaintext Test
|
|
|
|
|
|
-http://localhost:8080/plaintext
|
|
|
+ http://localhost:8080/plaintext
|
|
|
|
|
|
### Data-Store/Database Mapping Test
|
|
|
|
|
|
MongoRaw:
|
|
|
-http://localhost:8080/db
|
|
|
+
|
|
|
+ http://localhost:8080/db
|
|
|
|
|
|
### Variable Query Test
|
|
|
|
|
|
MongoDB Raw:
|
|
|
-http://localhost:8080/queries?queries=5
|
|
|
+
|
|
|
+ http://localhost:8080/queries?queries=5
|