Conversation
Use same value for positive/negative calls
9905694 to
d5d255c
Compare
ueco-jb
left a comment
There was a problem hiding this comment.
I like it.
I wonder if there's some feasible way to present those results in good way? Criterion prints a lot, and I personally use CircleCI as rare as possible.
.circleci/config.yml
Outdated
| filters: | ||
| branches: | ||
| only: | ||
| # Long living branches | ||
| - main | ||
| - /^[0-9]+\.[0-9]+$/ | ||
| # 👇Add your branch here if benchmarking matters to your work | ||
| - benchmarking | ||
| - signed-int-key-bench |
There was a problem hiding this comment.
👍 for filtering, although I would still cut that list a little bit shorter.
Maybe remove release tag branches, since they are basically always directly derived from main anyway?
You mean, besides That said, |
Just an exercise to confirm the different methods of doing
to-cw-bytesare not incurring a significant performance loss.Not sure this needs to be merged. Published for reference.