From 6929916ea6b0d2c37a7b9aafbd4824d694b32994 Mon Sep 17 00:00:00 2001 From: Mauro Lacy Date: Tue, 9 Aug 2022 10:01:41 +0200 Subject: [PATCH] Update mixer benchmark gas values --- contracts/tg4-mixer/benches/main.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contracts/tg4-mixer/benches/main.rs b/contracts/tg4-mixer/benches/main.rs index 16b1dd9f..b430bbde 100644 --- a/contracts/tg4-mixer/benches/main.rs +++ b/contracts/tg4-mixer/benches/main.rs @@ -48,12 +48,12 @@ fn main() { println!(); for (poe_fn_name, poe_fn, result, gas) in [ - ("GeometricMean", GeometricMean {}, 22360, 5900100000), + ("GeometricMean", GeometricMean {}, 22360, 5721600000), ( "Sigmoid", Sigmoid { max_points, p, s }, MAX_POINTS, - 89959950000, + 89547900000, ), ( "SigmoidSqrt", @@ -62,7 +62,7 @@ fn main() { s: s_sqrt, }, 997, - 20597550000, + 20303550000, ), ( "AlgebraicSigmoid", @@ -73,7 +73,7 @@ fn main() { s, }, 996, - 85284750000, + 84871200000, ), ] { let benchmark_msg = QueryMsg::MixerFunction {