Browse Source

Got vibed working

Removed the updates url since there was no implementation
msmith-techempower 10 years ago
parent
commit
4010a48acb
2 changed files with 3 additions and 2 deletions
  1. 2 1
      frameworks/D/vibed/benchmark_config.json
  2. 1 1
      frameworks/D/vibed/setup.sh

+ 2 - 1
frameworks/D/vibed/benchmark_config.json

@@ -3,9 +3,10 @@
   "tests": [{
     "default": {
       "setup_file": "setup",
+      "json_url": "/json",
       "db_url": "/db",
       "query_url": "/queries?queries=",
-      "update_url": "/update?queries=",
+      "plaintext_url": "/plaintext",
       "port": 8080,
       "approach": "Realistic",
       "classification": "Platform",

+ 1 - 1
frameworks/D/vibed/setup.sh

@@ -4,6 +4,6 @@ fw_depends dlang dub
 
 sed -i 's|127.0.0.1|'"${DBHOST}"'|g' source/app.d
 
-dub build --build-mode=singleFile
+dub build --force
 
 ./fwb &