Skip to content

Commit 9f07043

Browse files
committed
Remove with-signal bench case
1 parent 5742004 commit 9f07043

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
@@ -12,11 +12,6 @@
1212
"id": "without-signal",
1313
"query": "select count(*) from stream where @Level = 'Warning'"
1414
},
15-
{
16-
"id": "with-signal",
17-
"query": "select count(*) from stream where @Level = 'Warning'",
18-
"signalExpression": ""
19-
},
2015
{
2116
"id": "property-match",
2217
"query": "select count(*) from stream where Action = 'ListAsync'"

0 commit comments

Comments
 (0)