haskell / haskell-language-server

Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
Apache License 2.0
2.61k stars 351 forks source link

CI change, only run bench on performance label #4271

Closed soulomoon closed 4 weeks ago

soulomoon commented 1 month ago

We already have the performance label

fendor commented 4 weeks ago

CI looks like it skipped the benchmark job.

Do we want to run the benchmarks as nightly jobs perhaps? Ideally, there would be an easy way to access them later.

soulomoon commented 4 weeks ago

CI already skipped bench on some occasions.

And we almost never look at them unless we touch performance related code.

I think for now, if we touch performance related, manually adding the performance label should be enough.

But we can still add the nightly runs, if someone wants it.