Skip to content

Commit 25becc2

Browse files
author
Benjamin Maurer
committed
Disable 'fortunes' benchmark, as harness doesn't count queries correctly.
1 parent 2da83a7 commit 25becc2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

frameworks/Haskell/postgrest/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ as they are supposed to be idempotent.
4646
Hence this results in an error. Calling the endpoint with POST
4747
works though.
4848

49-
### FORTUNES
49+
### FORTUNES - Disabled
5050

5151
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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"plaintext_url": "/rpc/plaintext",
88
"db_url": "/rpc/db",
99
"query_url": "/rpc/queries?queries=",
10-
"fortune_url": "/rpc/fortunes",
1110
"port": 3000,
1211
"approach": "Realistic",
1312
"classification": "Micro",

0 commit comments

Comments
 (0)