[READ-ONLY] Mirror of https://github.com/bombshell-dev/tty. Platform independent 2D layout engine for terminal applications based on Clay
5

Configure Feed

Select the types of activity you want to include in your feed.

ref(ci): run benches on codspeed-macro to avoid hardware variance

Nate Moore (Jun 1, 2026, 4:32 PM -0500) 2fbe4882 4f9b76a4

+2 -3
+2 -3
.github/workflows/benchmark.yml
··· 5 5 branches: [main] 6 6 pull_request: 7 7 branches: [main] 8 - # `workflow_dispatch` allows CodSpeed to trigger backtest 9 - # performance analysis in order to generate initial data. 8 + # `workflow_dispatch` allows CodSpeed to trigger 10 9 workflow_dispatch: 11 10 12 11 permissions: {} ··· 67 66 simulation: 68 67 name: Run benchmarks (simulation) 69 68 needs: build 70 - runs-on: ubuntu-latest 69 + runs-on: codspeed-macro 71 70 permissions: 72 71 contents: read # clone repo 73 72 id-token: write # upload benchmark results to codspeed