Explorar el Código

Got vibed working

Removed the updates url since there was no implementation
msmith-techempower hace 10 años
padre
commit
4010a48acb
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  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 &