소스 검색

Update benchmark_config.json (#9988)

Added /json and /plaintext for Vibe.D
Serg Gini 2 달 전
부모
커밋
c92de00fe2
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      frameworks/D/vibed/benchmark_config.json

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

@@ -73,8 +73,10 @@
     "ldc-pgsql": {
       "db_url": "/db",
       "query_url": "/queries?queries=",
+      "plaintext_url": "/plaintext",
       "fortune_url": "/fortunes",
       "update_url": "/updates?queries=",
+      "json_url": "/json",
       "port": 8080,
       "approach": "Realistic",
       "classification": "Platform",