Rishi Baldawa
Rishi Baldawa
Thanks. Found this https://github.com/aws/event-ruler/blob/b223ae5d7e1d7220c6ff0fbd6ea53f10467185a5/src/test/software/amazon/event/ruler/Benchmarks.java#L394 Its just missing couple of lines to track total-time or number of machines built per sec.
[JMH](https://github.com/openjdk/jmh) is the standard solution though we need to break apart the benchmark into smaller files with tests. Last time I gave it a try, the numbers were had more...
The default template does ask for benchmarks which we can keep as it. The action here should help ensure as folks push additional updates to their PR, the github actions...
yeah lets collaborate on this. Is https://github.com/timbray/quamina/blob/main/PATTERNS.md a good place to converge on for now?
New repo makes sense. For full disclosure, so far I'm only speaking on my own behalf. I need to check if there's any due-process that needs to be followed before...
on > Hey AWS guys, is there any relationship with CNCF these days? I sort of did that for a while but ran out of patience with them. Sorry didn't...
I've created this shell repo temporarily https://github.com/baldawar/draft-ietf-patterns-protocol/ based on https://github.com/ietf-wg-jsonpath/iregexp/ & https://github.com/martinthomson/i-d-template (neat tool, btw!) Everyone who I could think be interested should be invited to the repo (cc @longzhang-lz...
I'll be starting to push out some PRs on https://github.com/epml-spec (Event Pattern Matching Language) where I've moved the [repo](https://github.com/epml-spec/draft-ietf-patterns-protocol).
Make sense. I've heard some murmurs on needing this elsewhere as well. Similar to `$or` we'd have to * add a new benchmark test (`$or` has some performance concerns with...
Thinking about how this would get interpreted for keys with sub-key elements, the syntax isn't that bad (looks simpler compared to using `$and` matcher) ``` "key" : [ { "exists"...