[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(bench): pin shas

Nate Moore (May 31, 2026, 11:35 PM -0500) c8a22c69 6a0d802d

+9 -9
+9 -9
.github/workflows/benchmark.yml
··· 34 34 deno-version: v2.x 35 35 36 36 - name: Cache WASM 37 - uses: actions/cache@v4 37 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 38 38 id: wasm-cache 39 39 with: 40 40 path: | ··· 47 47 run: make 48 48 49 49 - name: Cache dependencies 50 - uses: actions/cache@v4 50 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 51 51 id: deno-cache 52 52 with: 53 53 path: node_modules ··· 58 58 run: deno install 59 59 60 60 - name: Upload build artifact 61 - uses: actions/upload-artifact@v4 61 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 62 62 with: 63 63 name: bench-build 64 64 retention-days: 1 ··· 76 76 77 77 steps: 78 78 - name: Checkout 79 - uses: actions/checkout@v4 79 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 80 80 81 81 - name: Setup Node 82 82 uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 ··· 84 84 node-version: 24 85 85 86 86 - name: Download build artifact 87 - uses: actions/download-artifact@v4 87 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 88 88 with: 89 89 name: bench-build 90 90 ··· 104 104 105 105 steps: 106 106 - name: Checkout 107 - uses: actions/checkout@v4 107 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 108 108 109 109 - name: Setup Node 110 - uses: actions/setup-node@v4 110 + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 111 111 with: 112 112 node-version: 24 113 113 114 114 - name: Download build artifact 115 - uses: actions/download-artifact@v4 115 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 116 116 with: 117 117 name: bench-build 118 118 119 119 - name: Run process startup benchmarks 120 - uses: CodSpeedHQ/action@v4 120 + uses: CodSpeedHQ/action@9d332c4d90b43981c3e55ae8e38e68709996240f # v4.17.0 121 121 with: 122 122 mode: walltime 123 123 run: node bench/startup.bench.ts