Skip to content

Commit eca874b

Browse files
committed
Generalized test cases
1 parent 75c7289 commit eca874b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,11 @@
1010
"query": "select count(*) from stream where @Message like '%abcde'",
1111
"signals": []
1212
},
13-
{
14-
"id": "mean-filter",
15-
"query": "select mean(RowCount) from stream where @EventType = 0x94002EBF",
16-
"signals": []
17-
},
1813
{
1914
"id": "without-signal",
2015
"query": "select count(*) from stream where @Level = 'Warning'",
2116
"signals": []
2217
},
23-
{
24-
"id": "with-signal",
25-
"query": "select count(*) from stream where @Level = 'Warning'",
26-
"signals": ["signal-m33302"]
27-
},
2818
{
2919
"id": "property-match",
3020
"query": "select count(*) from stream where Action = 'ListAsync'",

0 commit comments

Comments
 (0)