Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formalize a Clippy benchmarking tool + Server #13714

Open
blyxyas opened this issue Nov 20, 2024 · 0 comments
Open

Formalize a Clippy benchmarking tool + Server #13714

blyxyas opened this issue Nov 20, 2024 · 0 comments
Labels
performance-project For issues and PRs related to the Clippy Performance Project

Comments

@blyxyas
Copy link
Member

blyxyas commented Nov 20, 2024

While we currently have a way to benchmark Clippy with the official tools (rustc-perf), we don't have:

1. Clippy PR benchmarking

I have a tool for this, becnhv2, but it isn't complete for use yet. It needs to be up and running before hooking it up to the server.

2. Server software for running Rustc-perf with Clippy

It doesn't need to be anything fancy, just some GitHub bot or similar integrated with a server. I've registered an extension called clippy-perf that should serve as a boilerplate. We currently have the server, the only thing left is a way to hook it up to the internet.

It doesn't even have to be written in Rust, as it will just execute a couple commands and return the output as markdown

@blyxyas blyxyas added the performance-project For issues and PRs related to the Clippy Performance Project label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance-project For issues and PRs related to the Clippy Performance Project
Projects
None yet
Development

No branches or pull requests

1 participant