Skip to content

feat(shell): manage node via mise instead of nix #46

feat(shell): manage node via mise instead of nix

feat(shell): manage node via mise instead of nix #46

Workflow file for this run

name: Zsh Startup Benchmark
on:
push:
branches: [main]
concurrency:
group: benchmark
cancel-in-progress: false
permissions:
deployments: write
contents: write
jobs:
benchmark:
name: Zsh Startup Time
runs-on: macos-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/setup-bench-env
id: env
- name: Disable git commit signing
run: git config --global commit.gpgsign false
- uses: ./.github/actions/run-benchmark
with:
hm_gen: ${{ steps.env.outputs.hm_gen }}
- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
with:
name: Zsh Startup Time
tool: customSmallerIsBetter
output-file-path: benchmark-result.json
benchmark-data-dir-path: .
github-token: ${{ secrets.GITHUB_TOKEN }}
auto-push: true
alert-threshold: "150%"
comment-on-alert: true
comment-always: true
fail-on-alert: true
summary-always: true
alert-comment-cc-users: "@mfyuu"