Add benchmarks to CI
All threads resolved!
All threads resolved!
Compare changes
Files
2- bgallois authored
+ 12
− 1
@@ -33,6 +33,11 @@ RUN if [ "$debug" = 0 ]; then \
@@ -33,6 +33,11 @@ RUN if [ "$debug" = 0 ]; then \
@@ -48,7 +53,7 @@ ARG chain="gdev"
@@ -48,7 +53,7 @@ ARG chain="gdev"
cargo build --locked $CARGO_OPTIONS --no-default-features --features $chain --target "$RUST_ARCH_TRIPLET" && \
@@ -56,11 +61,17 @@ RUN set -x && \
@@ -56,11 +61,17 @@ RUN set -x && \