From 118f8326c78d335f7c9f3c0b9077985a090b9d28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michele=20Orr=C3=B9?= Date: Sun, 22 Jan 2023 15:34:16 +0100 Subject: [PATCH] Add back pairing benchmarks. (#586) Co-authored-by: mmagician --- bench-templates/src/macros/mod.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bench-templates/src/macros/mod.rs b/bench-templates/src/macros/mod.rs index b2e9a43f7..919e51c2b 100644 --- a/bench-templates/src/macros/mod.rs +++ b/bench-templates/src/macros/mod.rs @@ -34,7 +34,8 @@ macro_rules! bench { [<$Fr:lower>]::benches, [<$Fq:lower>]::benches, [<$FqExt:lower>]::benches, - [<$FqTarget:lower>]::benches + [<$FqTarget:lower>]::benches, + pairing::benches ); } };