[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): update job names

Nate Moore (May 31, 2026, 11:28 PM -0500) 0894875f 8dbac096

+4 -4
+4 -4
.github/workflows/benchmark.yml
··· 16 16 cancel-in-progress: true 17 17 18 18 jobs: 19 - benchmarks: 20 - name: Run benchmarks 19 + simulation: 20 + name: Run benchmarks (simulation) 21 21 runs-on: ubuntu-latest 22 22 permissions: 23 23 contents: read # clone repo ··· 52 52 # IMPORTANT! deno task bench fails in CI due to incompatible V8 bindings 53 53 run: node bench/mod.ts 54 54 55 - startup-process-benchmarks: 56 - name: Run process startup benchmarks 55 + walltime: 56 + name: Run benchmarks (walltime) 57 57 runs-on: codspeed-macro 58 58 permissions: 59 59 contents: read