File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
samples/RegexMatchSample/sample Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,16 @@ use com.ibm.streamsx.regex.re2::RegexMatch;
44
55/**
66* RegexMatchSample
7- * Run two separate streams:
8- * 1. Performance test - Beacon shoots 10,000,000 tuples. No output.
9- * 2. Functional test - Beacon outputs intermittently 2 patterns ("^Hello" and "Hello$") and 1 string to match ("Hello World " + count).
7+ * Run two separate streams: performance test and functional test.
8+ *
9+ * * Performance test - Beacon shoots 10,000,000 tuples. No output.
10+ * * Functional test - Beacon outputs intermittently 2 patterns ("^Hello" and "Hello$") and 1 string to match ("Hello World " + count).
11+ *
1012* The result:
11- *
12- * Hello World 0,true
13- * Hello World 1,false
14- * Hello World 2,true
15- * Hello World 3,false
13+ * * Hello World 0,true
14+ * * Hello World 1,false
15+ * * Hello World 2,true
16+ * * Hello World 3,false
1617*/
1718composite RegexMatchSample {
1819 graph
You can’t perform that action at this time.
0 commit comments