We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da83a7 commit 25becc2Copy full SHA for 25becc2
frameworks/Haskell/postgrest/README.md
@@ -46,6 +46,10 @@ as they are supposed to be idempotent.
46
Hence this results in an error. Calling the endpoint with POST
47
works though.
48
49
-### FORTUNES
+### FORTUNES - Disabled
50
51
http://localhost:3000/rpc/fortunes.html
52
+
53
+This is supposed to work, but somehow the benchmark harness
54
+doesn't count the queries correctly?
55
+Was not able to figure this one out.
frameworks/Haskell/postgrest/benchmark_config.json
@@ -7,7 +7,6 @@
7
"plaintext_url": "/rpc/plaintext",
8
"db_url": "/rpc/db",
9
"query_url": "/rpc/queries?queries=",
10
- "fortune_url": "/rpc/fortunes",
11
"port": 3000,
12
"approach": "Realistic",
13
"classification": "Micro",
0 commit comments