Skip to content

Commit

Permalink
#5 Uses disk store for key
Browse files Browse the repository at this point in the history
  • Loading branch information
XioZ committed May 5, 2024
1 parent d95bbc5 commit 93a49a5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,11 @@ func init() {
// Use the value contract
// Check the state
func TestIntegration_Value_Simple(t *testing.T) {
// t.Run("3 nodes", getTest[*testing.T](3, 2, "grpc"))
t.Run("3 nodes", getTest[*testing.T](3, 2, "ws"))
t.Run("3 nodes", getTest[*testing.T](3, 2, "grpc"))
}

func BenchmarkValue(b *testing.B) {
getTest[*testing.B](5, b.N, "grpc")(b)
getTest[*testing.B](5, b.N, "ws")(b)
}

func getTest[T require.TestingT](numNode, numTx int, kind string) func(t T) {
Expand Down

0 comments on commit 93a49a5

Please sign in to comment.