mirror of
https://github.com/danbulant/oxc
synced 2026-05-22 21:58:36 +00:00
I've recently switched over from hacking on a fork to working directly on upstream, in order to be able to use Graphite. One thing I miss now is ability to create branches and run CodSpeed on them while developing. Compared to running benches locally, CodSpeed has the advantage of giving you a visual history, showing how each commit you push moves the dials. This PR makes the benchmarks run for any branch named `bench-*`, in order to enable this workflow on upstream, without having to open a draft PR for every experiment. |
||
|---|---|---|
| .. | ||
| auto-labeler.yml | ||
| benchmark.yml | ||
| bloat.tmpl | ||
| bloat.yml | ||
| cargo-llvm-lines.yml | ||
| ci.yml | ||
| codecov.yml | ||
| ecosystem.yml | ||
| fuzz.yml | ||
| link-check.yml | ||
| lint-rules.yml | ||
| miri.yml | ||
| release_cli.yml | ||
| release_napi_parser.yml | ||
| release_oxlint.yml | ||
| release_vscode.yml | ||
| release_wasm.yml | ||
| website.yml | ||