File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
12
12
"github.com/CosmWasm/wasmd/x/wasm/types"
13
13
)
14
14
15
- // BenchmarkVerification benchmarks secp256k1 verification which is 1000 gas based on cpu time.
15
+ // BenchmarkGasNormalization benchmarks secp256k1 verification which is 1000 gas based on cpu time.
16
16
//
17
17
// Just this function is copied from
18
18
// https://github.com/cosmos/cosmos-sdk/blob/90e9370bd80d9a3d41f7203ddb71166865561569/crypto/keys/internal/benchmarking/bench.go#L48-L62
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ type WasmGasRegisterConfig struct {
106
106
// See also https://github.com/CosmWasm/wasmd/issues/1798 for more thinking around
107
107
// discount cases.
108
108
InstanceCostDiscount storetypes.Gas
109
- // CompileCosts costs to persist and "compile" a new wasm contract
109
+ // CompileCost costs to persist and "compile" a new wasm contract
110
110
CompileCost storetypes.Gas
111
111
// UncompressCost costs per byte to unpack a contract
112
112
UncompressCost wasmvmtypes.UFraction
You can’t perform that action at this time.
0 commit comments