Skip to content

Commit f3b840a

Browse files
committed
Fix benchmark capabilities
1 parent 12c927d commit f3b840a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vm/benches/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const MEMORY_CACHE_SIZE: Size = Size::mebi(200);
3131
const INSTANTIATION_THREADS: usize = 128;
3232
const CONTRACTS: u64 = 10;
3333

34-
const DEFAULT_CAPABILITIES: &str = "cosmwasm_1_1,cosmwasm_1_2,cosmwasm_1_3,iterator,staking";
34+
const DEFAULT_CAPABILITIES: &str = "cosmwasm_1_1,cosmwasm_1_2,cosmwasm_1_3,cosmwasm_1_4,cosmwasm_1_5,cosmwasm_2_0,cosmwasm_2_1,cosmwasm_2_2,iterator,staking";
3535
static HACKATOM: &[u8] = include_bytes!("../testdata/hackatom.wasm");
3636
static CYBERPUNK: &[u8] = include_bytes!("../testdata/cyberpunk.wasm");
3737

0 commit comments

Comments
 (0)