[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.

split startup benchmark

Nate Moore (May 31, 2026, 11:28 PM -0500) 10cf8ca1 ad09719d

+3 -2
+3 -1
.github/workflows/benchmark.yml
··· 50 50 with: 51 51 mode: simulation 52 52 # IMPORTANT! deno task bench fails in CI due to incompatible V8 bindings 53 - run: node bench/mod.ts 53 + run: | 54 + node bench/mod.ts 55 + node bench/startup.bench.ts
-1
bench/mod.ts
··· 1 1 import "./input.bench.ts"; 2 2 import "./render.bench.ts"; 3 3 import "./ops.bench.ts"; 4 - import "./startup.bench.ts";