@@ -10,8 +10,8 @@ use simplicity::types;
1010use simplicity:: types:: Final ;
1111use simplicity:: Value ;
1212use simplicity_bench:: input:: {
13- self , EqProduct , GenericProduct , InputSample , PrefixBit , Sha256Ctx , UniformBits ,
14- DivMod12864Input ,
13+ self , DivMod12864Input , EqProduct , GenericProduct , InputSample , PrefixBit , Sha256Ctx ,
14+ UniformBits ,
1515} ;
1616use simplicity_bench:: {
1717 genesis_pegin, BenchSample , EnvSampling , InputSampling , JetBuffer , JetParams , SimplicityCtx8 ,
@@ -674,12 +674,12 @@ fn bench(c: &mut Criterion) {
674674 // No need to specially consider issuances or pegins
675675 ( Elements :: CheckLockHeight , ElementsBenchEnvType :: Random ) ,
676676 ( Elements :: CheckLockTime , ElementsBenchEnvType :: Random ) ,
677- ( Elements :: CheckLockDistance , ElementsBenchEnvType :: Random ) ,
678- ( Elements :: CheckLockDuration , ElementsBenchEnvType :: Random ) ,
677+ ( Elements :: BrokenDoNotUseCheckLockDistance , ElementsBenchEnvType :: Random ) ,
678+ ( Elements :: BrokenDoNotUseCheckLockDuration , ElementsBenchEnvType :: Random ) ,
679679 ( Elements :: TxLockHeight , ElementsBenchEnvType :: Random ) ,
680680 ( Elements :: TxLockTime , ElementsBenchEnvType :: Random ) ,
681- ( Elements :: TxLockDistance , ElementsBenchEnvType :: Random ) ,
682- ( Elements :: TxLockDuration , ElementsBenchEnvType :: Random ) ,
681+ ( Elements :: BrokenDoNotUseTxLockDistance , ElementsBenchEnvType :: Random ) ,
682+ ( Elements :: BrokenDoNotUseTxLockDuration , ElementsBenchEnvType :: Random ) ,
683683 ( Elements :: TxIsFinal , ElementsBenchEnvType :: Random ) ,
684684 // -----------------------------------------
685685 // Jets with no environment required, but no custom sampling required
0 commit comments