summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-01-18 19:22:19 +0100
committerNora Widdecke <nora@sequoia-pgp.org>2021-01-18 19:22:19 +0100
commitea345f602091c81bd30a749a8b2fde27030d3d5d (patch)
tree6f7fff45ee3f4054de4c834cf669267c78f3ddfb
parentb280166a2aca0b73d5c76d190e0a1e2e78542b56 (diff)
openpgp: Use critcmp for benchmark output.
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e3aa2153..c3daff81 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,8 +42,12 @@ benchmarks:
stage: test
image: registry.gitlab.com/sequoia-pgp/build-docker-image/bullseye:latest
+ before_script:
+ - cargo install critcmp
+
script:
- cargo bench -- --save-baseline $CI_COMMIT_SHA
+ - critcmp $CI_COMMIT_SHA $CI_COMMIT_BEFORE_SHA
after_script: []