Skip to content

Commit

Permalink
Add back pairing benchmarks. (#586)
Browse files Browse the repository at this point in the history
Co-authored-by: mmagician <[email protected]>
  • Loading branch information
mmaker and mmagician committed Jan 22, 2023
1 parent 243e2f1 commit 118f832
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bench-templates/src/macros/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ macro_rules! bench {
[<$Fr:lower>]::benches,
[<$Fq:lower>]::benches,
[<$FqExt:lower>]::benches,
[<$FqTarget:lower>]::benches
[<$FqTarget:lower>]::benches,
pairing::benches
);
}
};
Expand Down

0 comments on commit 118f832

Please sign in to comment.