From dff0ef662d9b7c454c63bae9d2909cdb65123425 Mon Sep 17 00:00:00 2001 From: Jeff Thompson Date: Mon, 5 Feb 2024 12:30:21 +0100 Subject: [PATCH] fixup --- misc/stress-test/go.mod | 4 ++-- misc/stress-test/go.sum | 4 ++-- misc/stress-test/main.go | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/misc/stress-test/go.mod b/misc/stress-test/go.mod index 0a7d138d0c8..21991e55d89 100644 --- a/misc/stress-test/go.mod +++ b/misc/stress-test/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( connectrpc.com/connect v1.14.0 - github.com/gnolang/gnonative v0.0.0-20240129125842-e61d12828939 + github.com/gnolang/gnonative v0.0.0-20240205112252-707da707e39c ) require ( @@ -22,7 +22,7 @@ require ( github.com/dgraph-io/badger/v3 v3.2103.5 // indirect github.com/dgraph-io/ristretto v0.1.1 // indirect github.com/dustin/go-humanize v1.0.0 // indirect - github.com/gnolang/gno v0.0.0-20240126161128-7382d7c04154 // indirect + github.com/gnolang/gno v0.0.0-20240202111440-37c1c31b0531 // indirect github.com/gnolang/goleveldb v0.0.9 // indirect github.com/gnolang/overflow v0.0.0-20170615021017-4d914c927216 // indirect github.com/gogo/protobuf v1.3.2 // indirect diff --git a/misc/stress-test/go.sum b/misc/stress-test/go.sum index 53ad64ef85f..ac38dc92bb4 100644 --- a/misc/stress-test/go.sum +++ b/misc/stress-test/go.sum @@ -82,8 +82,8 @@ github.com/fortytw2/leaktest v1.3.0 h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8 github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4= github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= -github.com/gnolang/gnonative v0.0.0-20240129125842-e61d12828939 h1:fi9wYmPrXtSQqOTMmnfLnaRu4KL1KqZ78+QBnMuGyjA= -github.com/gnolang/gnonative v0.0.0-20240129125842-e61d12828939/go.mod h1:DqPGuLhyX5uB2FPDZCQsPUPvhPaVMYiESc7lBGct8Mw= +github.com/gnolang/gnonative v0.0.0-20240205112252-707da707e39c h1:l5M8g8SE7EO0nMlwHRsylnS7NBNp3j+yIF6sCUYRTI8= +github.com/gnolang/gnonative v0.0.0-20240205112252-707da707e39c/go.mod h1:JoDgf16F/mf4Qkb7/jcl8KjgnOp3vYxO+3YnY3NfkQ4= github.com/gnolang/goleveldb v0.0.9 h1:Q7rGko9oXMKtQA+Apeeed5a3sjba/mcDhzJGoTVLCKE= github.com/gnolang/goleveldb v0.0.9/go.mod h1:Dz6p9bmpy/FBESTgduiThZt5mToVDipcHGzj/zUOo8E= github.com/gnolang/overflow v0.0.0-20170615021017-4d914c927216 h1:GKvsK3oLWG9B1GL7WP/VqwM6C92j5tIvB844oggL9Lk= diff --git a/misc/stress-test/main.go b/misc/stress-test/main.go index 83720d3d819..e10a6dcb4be 100644 --- a/misc/stress-test/main.go +++ b/misc/stress-test/main.go @@ -135,7 +135,7 @@ func setup(client _goconnect.GnoNativeServiceClient) error { } func doAction(client _goconnect.GnoNativeServiceClient) error { - postsPerCall := 50 + postsPerCall := 500 totalPostsWanted := 500000 // A script to call CreateReply postsPerCall times in one transaction. @@ -167,7 +167,7 @@ func main() { connect.NewRequest(&api_gen.RunRequest{ Package: code, GasFee: "1ugnot", - GasWanted: 100000000, + GasWanted: 10000000000, }), ) if err != nil {