Skip to content

Commit

Permalink
fix pathing & drop mac for now
Browse files Browse the repository at this point in the history
  • Loading branch information
darcyclarke committed Dec 3, 2024
1 parent 99aa0b1 commit 69e2f77
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- name: Linux
os: ubuntu-latest
shell: bash
- name: macOS
os: macos-latest
shell: bash
# - name: macOS
# os: macos-latest
# shell: bash
# - name: Windows
# os: windows-latest
# shell: cmd
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Next Benchmarks
run: |
cd /next
cd ./next
echo "$(pwd)"
echo "BENCHMARKS:"
hyperfine --show-output --warmup 3 --runs 10 -i --prepare 'rm -rf ./node_modules/; rm -rf package-lock.json; rm -rf pnpm-lock.yaml; rm -rf yarn.lock; rm -rf .yarnrc.yml; rm -rf .yarnrc; rm -rf .npmrc; rm -rf .pnp.js; rm -rf .pnp.cjs; rm -rf .yarn; rm -rf .yarnrc; rm -rf .yarn-integrity; rm -rf .yarn-metadata.json; rm -rf bun.lockb; npm pkg delete packageManager; git add .; git stash;' \
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Astro Benchmarks
run: |
cd /next
cd ./next
echo "$(pwd)"
echo "BENCHMARKS:"
hyperfine --show-output --warmup 3 --runs 10 -i --prepare 'rm -rf ./node_modules/; rm -rf package-lock.json; rm -rf pnpm-lock.yaml; rm -rf yarn.lock; rm -rf .yarnrc.yml; rm -rf .yarnrc; rm -rf .npmrc; rm -rf .pnp.js; rm -rf .pnp.cjs; rm -rf .yarn; rm -rf .yarnrc; rm -rf .yarn-integrity; rm -rf .yarn-metadata.json; rm -rf bun.lockb; npm pkg delete packageManager; git add .; git stash;' \
Expand All @@ -73,7 +73,7 @@ jobs:
- name: Svelte Benchmarks
run: |
cd /svelte
cd ./svelte
echo "$(pwd)"
echo "BENCHMARKS:"
hyperfine --show-output --warmup 3 --runs 10 -i --prepare 'rm -rf ./node_modules/; rm -rf package-lock.json; rm -rf pnpm-lock.yaml; rm -rf yarn.lock; rm -rf .yarnrc.yml; rm -rf .yarnrc; rm -rf .npmrc; rm -rf .pnp.js; rm -rf .pnp.cjs; rm -rf .yarn; rm -rf .yarnrc; rm -rf .yarn-integrity; rm -rf .yarn-metadata.json; rm -rf bun.lockb; npm pkg delete packageManager; git add .; git stash;' \
Expand All @@ -86,7 +86,7 @@ jobs:
- name: Vue Benchmarks
run: |
cd /vue
cd ./vue
echo "$(pwd)"
echo "BENCHMARKS:"
hyperfine --show-output --warmup 3 --runs 10 -i --prepare 'rm -rf ./node_modules/; rm -rf package-lock.json; rm -rf pnpm-lock.yaml; rm -rf yarn.lock; rm -rf .yarnrc.yml; rm -rf .yarnrc; rm -rf .npmrc; rm -rf .pnp.js; rm -rf .pnp.cjs; rm -rf .yarn; rm -rf .yarnrc; rm -rf .yarn-integrity; rm -rf .yarn-metadata.json; rm -rf bun.lockb; npm pkg delete packageManager; git add .; git stash;' \
Expand Down

0 comments on commit 69e2f77

Please sign in to comment.