Skip to content

Commit

Permalink
perf: update benchmark to remove from store
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Jul 30, 2023
1 parent 5974cc6 commit 5cc2e0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benchmark/add.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ YARN="yarn add fastify --silent"
BUN="bun add fastify --no-cache --silent --backend=symlink"

FILE_CLEAN="rm -rf package.json node_modules .yarn yarn.lock .pnp* && echo {} > package.json || true"
PACQUET_CLEAN="../target/release/pacquet store prune"
PNPM_CLEAN="pnpm store prune"
YARN_CLEAN="yarn cache clean --all"
CLEANUP="${PNPM_CLEAN} && ${YARN_CLEAN} && ${FILE_CLEAN}"
CLEANUP="${PACQUET_CLEAN} && ${PNPM_CLEAN} && ${YARN_CLEAN} && ${FILE_CLEAN}"

$FILE_CLEAN

Expand Down

0 comments on commit 5cc2e0e

Please sign in to comment.