Skip to content

Commit

Permalink
plugin runner
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 14, 2025
1 parent 3ceeaad commit f48598a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bench/list-crates-with-bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
set -eu

WS_CRATES=$(./scripts/cargo/get-workspace-crates-json.sh)
echo "$WS_CRATES" | jq -r -c '[.[] | select(.targets[] | (.kind | contains(["bench"])) and .name != "swc_plugin_runner") | .name] | unique'
echo "$WS_CRATES" | jq -r -c '[.[] | select(.targets[] | .kind | contains(["bench"])) | .name] | sort | unique' | jq -r -c '[.[] | select(. != "swc_plugin_runner")]'

0 comments on commit f48598a

Please sign in to comment.