Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jefft0 committed Feb 5, 2024
1 parent 04271e1 commit dff0ef6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions misc/stress-test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions misc/stress-test/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions misc/stress-test/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -167,7 +167,7 @@ func main() {
connect.NewRequest(&api_gen.RunRequest{
Package: code,
GasFee: "1ugnot",
GasWanted: 100000000,
GasWanted: 10000000000,
}),
)
if err != nil {
Expand Down

0 comments on commit dff0ef6

Please sign in to comment.