summaryrefslogtreecommitdiffstats
path: root/openpgp/Cargo.toml
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-04-08 15:27:29 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2021-04-13 12:38:16 +0200
commita931158a9810d1ab37a48640c38da779eca6113f (patch)
treec63683e7d7111ee1dc981c07c0f47c90313cc720 /openpgp/Cargo.toml
parent2418df3723a18e791ebe5efc551e4825be679b76 (diff)
bench: Add verify benchmark.
Diffstat (limited to 'openpgp/Cargo.toml')
-rw-r--r--openpgp/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index 6f93aff9..258f5b2e 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -112,3 +112,7 @@ harness = false
[[bench]]
name = "sign_message"
harness = false
+
+[[bench]]
+name = "verify_message"
+harness = false