Skip to content

Commit bf7c123

Browse files
committed
Fix
1 parent d97578d commit bf7c123

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# Set measurement mode from Cargo.toml metadata, default to "instrumentation".
5454
mode=$(cargo metadata --no-deps --format-version 1 | jq -r --arg crate "$crate" --arg bench "$bench" '.packages[] | select(.name == $crate) | .metadata.bench[$bench].codspeed.mode // "instrumentation"')
5555
echo "Building benchmark '$bench' in crate '$crate' (dir '$dir') with measurement mode '$mode'"
56-
cargo codspeed build --package "$crate" --locked --features bench --bench "$bench" --release --measurement-mode "$mode"
56+
cargo codspeed build --package "$crate" --locked --features bench --bench "$bench" --measurement-mode "$mode"
5757
done
5858
fi
5959
done < <(cargo metadata --no-deps --format-version 1 | jq -r '.packages[] | .name + ":" + .manifest_path')

0 commit comments

Comments
 (0)