Skip to content

Signed int key benchmarks#619

Merged
maurolacy merged 8 commits intomainfrom
signed-int-key-bench
Jan 3, 2022
Merged

Signed int key benchmarks#619
maurolacy merged 8 commits intomainfrom
signed-int-key-bench

Conversation

@maurolacy
Copy link
Copy Markdown
Contributor

@maurolacy maurolacy commented Jan 3, 2022

Just an exercise to confirm the different methods of doing to-cw-bytes are not incurring a significant performance loss.

Not sure this needs to be merged. Published for reference.

@maurolacy maurolacy force-pushed the signed-int-key-bench branch from 9905694 to d5d255c Compare January 3, 2022 07:41
Copy link
Copy Markdown
Contributor

@ueco-jb ueco-jb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment on lines +31 to +39
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
Copy link
Copy Markdown
Contributor

@ueco-jb ueco-jb Jan 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 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?

@maurolacy
Copy link
Copy Markdown
Contributor Author

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.

You mean, besides cargo bench default output? There a number of options for displaying results (see https://doc.rust-lang.org/cargo/commands/cargo-bench.html#display-options), but now sure how to use them.

That said, -- --output-format bencher produces a terser output.

@maurolacy maurolacy merged commit cd29409 into main Jan 3, 2022
@maurolacy maurolacy deleted the signed-int-key-bench branch January 3, 2022 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants