rust-clippy icon indicating copy to clipboard operation
rust-clippy copied to clipboard

Formalize a Clippy benchmarking tool + Server

Open blyxyas opened this issue 1 year ago • 1 comments

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 avatar Nov 20 '24 18:11 blyxyas

Fast clippy is greatly appreciated, just want to voice support for this project, keep it up!

bionicles avatar Jun 09 '25 18:06 bionicles