antithesis: Enable RUST_BACKTRACE for workload

This commit is contained in:
Pekka Enberg
2025-04-22 12:04:47 +03:00
parent beaccae664
commit fc5099e2ef

View File

@@ -71,4 +71,5 @@ COPY --from=builder /app/target/release/limbo_stress /bin/limbo_stress
COPY stress/docker-entrypoint.sh /bin
RUN chmod +x /bin/docker-entrypoint.sh
ENTRYPOINT ["/bin/docker-entrypoint.sh"]
ENV RUST_BACKTRACE=1
CMD ["/bin/limbo_stress"]