Skip to content

Commit 18f1536

Browse files
committed
Delete order by message bench case.
1 parent 3f733cc commit 18f1536

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/SeqCli/Cli/Commands/Bench/BenchCases.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@
5555
"query": "select @Timestamp from stream where @Timestamp >= now() - 30d order by @Timestamp % 1ms limit 10",
5656
"notes": "Tests performance of limited sort."
5757
},
58-
{
59-
"id": "order-by-message-limit-10",
60-
"query": "select @Message from stream where @Timestamp >= now() - 30d order by @Message limit 10",
61-
"notes": "Adds character collation to limited sort."
62-
},
6358
{
6459
"id": "count-where-heavy-predicate",
6560
"query": "select count(*) from stream where (A = 1 or B = '2' or C or D <> null or length(E) > 5 or F = {f: 6} or G = '7' or H like '8%' or I > 9 or J % 10 = 0) and @Timestamp >= now() - 30d for no_cache",

0 commit comments

Comments
 (0)