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 75c7289 commit eca874bCopy full SHA for eca874b
src/SeqCli/Cli/Commands/Bench/BenchCases.json
@@ -10,21 +10,11 @@
10
"query": "select count(*) from stream where @Message like '%abcde'",
11
"signals": []
12
},
13
- {
14
- "id": "mean-filter",
15
- "query": "select mean(RowCount) from stream where @EventType = 0x94002EBF",
16
- "signals": []
17
- },
18
{
19
"id": "without-signal",
20
"query": "select count(*) from stream where @Level = 'Warning'",
21
22
23
24
- "id": "with-signal",
25
- "query": "select count(*) from stream where @Level = 'Warning'",
26
- "signals": ["signal-m33302"]
27
28
29
"id": "property-match",
30
"query": "select count(*) from stream where Action = 'ListAsync'",
0 commit comments