Skip to content

Commit

Permalink
Updated gas for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Itzik Grossman authored and Itzik Grossman committed Jun 26, 2023
1 parent 1131b6a commit 94efbc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/compute/internal/keeper/bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ func TestRunExecuteBenchmarks(t *testing.T) {
loops: 10,
},
"Storage Write 100 different keys": {
gasLimit: 1_000_000,
gasLimit: 500_000_000,
bench: BenchWriteStorage,
loops: 10,
},
Expand All @@ -213,7 +213,7 @@ func TestRunExecuteBenchmarks(t *testing.T) {
loops: 10,
},
"Bench read storage multiple keys": {
gasLimit: 10_000_000,
gasLimit: 500_000_000,
bench: BenchReadStorageMultipleKeys,
loops: 10,
},
Expand Down

0 comments on commit 94efbc9

Please sign in to comment.