mirror of
https://github.com/arnaucube/ark-curves-cherry-picked.git
synced 2026-01-07 14:31:34 +01:00
Change benchmark order
This commit is contained in:
@@ -31,4 +31,4 @@ f_bench!(target, Fq12, Fq12, fq12);
|
||||
|
||||
pairing_bench!(Bls12_377, Fq12);
|
||||
|
||||
bencher::benchmark_main!(g1::group_ops, g2::group_ops, fq, fr, fq2, fq12, pairing);
|
||||
bencher::benchmark_main!(fq, fr, fq2, fq12, g1::group_ops, g2::group_ops, pairing);
|
||||
|
||||
@@ -31,4 +31,4 @@ f_bench!(target, Fq12, Fq12, fq12);
|
||||
|
||||
pairing_bench!(Bls12_381, Fq12);
|
||||
|
||||
bencher::benchmark_main!(g1::group_ops, g2::group_ops, fq, fr, fq2, fq12, pairing);
|
||||
bencher::benchmark_main!(fq, fr, fq2, fq12, g1::group_ops, g2::group_ops, pairing);
|
||||
|
||||
@@ -31,4 +31,4 @@ f_bench!(target, Fq12, Fq12, fq12);
|
||||
|
||||
pairing_bench!(Bn254, Fq12);
|
||||
|
||||
bencher::benchmark_main!(g1::group_ops, g2::group_ops, fq, fr, fq2, fq12, pairing);
|
||||
bencher::benchmark_main!(fq, fr, fq2, fq12, g1::group_ops, g2::group_ops, pairing);
|
||||
|
||||
@@ -30,4 +30,4 @@ f_bench!(Fq, Fq, FqRepr, FqRepr, fq);
|
||||
f_bench!(Fr, Fr, FrRepr, FrRepr, fr);
|
||||
pairing_bench!(BW6_761, Fq6);
|
||||
|
||||
bencher::benchmark_main!(g1::group_ops, g2::group_ops, fq, fr, fq3, fq6, pairing);
|
||||
bencher::benchmark_main!(fq, fr, fq3, fq6, g1::group_ops, g2::group_ops, pairing);
|
||||
|
||||
@@ -28,4 +28,4 @@ f_bench!(Fq, Fq, FqRepr, FqRepr, fq);
|
||||
f_bench!(Fr, Fr, FrRepr, FrRepr, fr);
|
||||
pairing_bench!(CP6_782, Fq6);
|
||||
|
||||
bencher::benchmark_main!(g1::group_ops, g2::group_ops, fq, fr, fq3, fq6, pairing);
|
||||
bencher::benchmark_main!(fq, fr, fq3, fq6, g1::group_ops, g2::group_ops, pairing);
|
||||
|
||||
@@ -18,4 +18,4 @@ mod g {
|
||||
f_bench!(Fq, Fq, FqRepr, FqRepr, fq);
|
||||
f_bench!(Fr, Fr, FrRepr, FrRepr, fr);
|
||||
|
||||
bencher::benchmark_main!(g::group_ops, fq, fr);
|
||||
bencher::benchmark_main!(fq, fr, g::group_ops);
|
||||
|
||||
@@ -30,4 +30,4 @@ f_bench!(Fq, Fq, FqRepr, FqRepr, fq);
|
||||
f_bench!(Fr, Fr, FqRepr, FqRepr, fr);
|
||||
pairing_bench!(MNT4_298, Fq4);
|
||||
|
||||
bencher::benchmark_main!(g1::group_ops, g2::group_ops, fq, fr, fq2, fq4, pairing);
|
||||
bencher::benchmark_main!(fq, fr, fq2, fq4, g1::group_ops, g2::group_ops, pairing);
|
||||
|
||||
@@ -30,4 +30,4 @@ f_bench!(Fq, Fq, FqRepr, FqRepr, fq);
|
||||
f_bench!(Fr, Fr, FqRepr, FqRepr, fr);
|
||||
pairing_bench!(MNT4_753, Fq4);
|
||||
|
||||
bencher::benchmark_main!(g1::group_ops, g2::group_ops, fq, fr, fq2, fq4, pairing);
|
||||
bencher::benchmark_main!(fq, fr, fq2, fq4, g1::group_ops, g2::group_ops, pairing);
|
||||
|
||||
@@ -30,4 +30,4 @@ f_bench!(Fq, Fq, FqRepr, FqRepr, fq);
|
||||
f_bench!(Fr, Fr, FqRepr, FqRepr, fr);
|
||||
pairing_bench!(MNT6_298, Fq6);
|
||||
|
||||
bencher::benchmark_main!(g1::group_ops, g2::group_ops, fq, fr, fq3, fq6, pairing);
|
||||
bencher::benchmark_main!(fq, fr, fq3, fq6, g1::group_ops, g2::group_ops, pairing);
|
||||
|
||||
@@ -30,4 +30,4 @@ f_bench!(Fq, Fq, FqRepr, FqRepr, fq);
|
||||
f_bench!(Fr, Fr, FqRepr, FqRepr, fr);
|
||||
pairing_bench!(MNT6_753, Fq6);
|
||||
|
||||
bencher::benchmark_main!(g1::group_ops, g2::group_ops, fq, fr, fq3, fq6, pairing);
|
||||
bencher::benchmark_main!(fq, fr, fq3, fq6, g1::group_ops, g2::group_ops, pairing);
|
||||
|
||||
Reference in New Issue
Block a user