소스 검색

Temporarily disable the multi-query test for ulib-postgres (#4058)

In the past couple of continuous benchmarking runs, ulib-postgres moved
into first place in the multi-query test by a wide margin while being
much further down the list in the single query test.  This is symptomatic
of batch queries, which are disallowed.

As far as I can tell by looking at the implementation and framework, the
same batching logic that I rejected in earlier PRs is still there, except
the batching logic was moved into the framework itself.

We can re-enable these tests for ulib later if someone convinces us that
it's not doing batch queries.
Michael Hixson 7 년 전
부모
커밋
48e851b163
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      frameworks/C++/ulib/benchmark_config.json

+ 0 - 2
frameworks/C++/ulib/benchmark_config.json

@@ -92,7 +92,6 @@
     },
     "postgres": {
       "db_url": "/db",
-      "query_url": "/query?queries=",
       "fortune_url": "/fortune",
       "update_url": "/update?queries=",
       "cached_query_url": "/cached_worlds?queries=",
@@ -113,7 +112,6 @@
     },
     "postgres_fit": {
       "db_url": "/db",
-      "query_url": "/query?queries=",
       "fortune_url": "/fortune",
       "update_url": "/update?queries=",
       "port": 8080,