Skip to content

Commit a4b6792

Browse files
committed
i give up, just replace re_log_types by re_log_encoding
1 parent f069d5e commit a4b6792

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/rust.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,11 @@ jobs:
6868
run: |
6969
cargo bench \
7070
--all-features \
71-
--all \
71+
-p re_arrow_store \
72+
-p re_data_store \
73+
-p re_log_encoding \
74+
-p re_query \
75+
-p re_tuid \
7276
-- --output-format=bencher | tee output.txt
7377
7478
- name: Store benchmark result

0 commit comments

Comments
 (0)