// go test -v -run EthTx -bench=. -benchtime=3s
// go test -v -run BenchmarkAnyTxEth -bench BenchmarkAnyTxEth -benchtime=3s -benchmem -cover // go test -v -run BenchmarkAnyTxStd -bench BenchmarkAnyTxStd -benchtime=3s -benchmem -cover // go test -v -run BenchmarkEthTx -bench BenchmarkEthTx -benchtime=3s -benchmem // go test -v -run BenchmarkStdTx -bench BenchmarkStdTx -benchtime=3s -benchmem //// go test -v -run BenchmarkAnyTx -bench BenchmarkAnyTx -benchtime=3s -benchmem // go test -v -run BenchmarkBytesEth -bench BenchmarkBytesEth -benchtime=3s -benchmem // go test -v -run BenchmarkEmpty -bench BenchmarkEmpty -benchtime=3s -benchmem // go test -v -run BenchmarkEmptyMsg -bench BenchmarkEmptyMsg -benchtime=3s -benchmem
// go test -v -run BenchmarkAnyTxEth -bench BenchmarkAnyTxEth -benchtime=20000x -benchmem // go test -v -run BenchmarkAnyTxStd -bench BenchmarkAnyTxStd -benchtime=20000x -benchmem // go test -v -run BenchmarkEthTx -bench BenchmarkEthTx -benchtime=20000x -benchmem // go test -v -run BenchmarkStdTx -bench BenchmarkStdTx -benchtime=20000x -benchmem //// go test -v -run BenchmarkAnyTx -bench BenchmarkAnyTx -benchtime=20000x -benchmem // go test -v -run BenchmarkBytesEth -bench BenchmarkBytesEth -benchtime=20000x -benchmem // go test -v -run BenchmarkEmpty -bench BenchmarkEmpty -benchtime=20000x -benchmem // go test -v -run BenchmarkEmptyMsg -bench BenchmarkEmptyMsg -benchtime=20000x -benchmem
//BenchmarkEmptyMsg
// go test -v -run BenchmarkEthTx -bench BenchmarkEthTx -benchtime=1s // go test -v -run BenchmarkStdTx -bench BenchmarkStdTx -benchtime=1s // go test -v -run BenchmarkAnyTx -bench BenchmarkAnyTx -benchtime=1s // go test -v -run BenchmarkBytesEth -bench BenchmarkBytesEth -benchtime=1s
// go test -v -run BenchmarkEthTx -bench BenchmarkEthTx -benchtime=1x // go test -v -run BenchmarkStdTx -bench BenchmarkStdTx -benchtime=1x // go test -v -run BenchmarkAnyTx -bench BenchmarkAnyTx -benchtime=1x // go test -v -run BenchmarkBytesEth -bench BenchmarkBytesEth -benchtime=1x
// go test -v -run BenchmarkEthTx -bench BenchmarkEthTx -benchtime=100x // go test -v -run BenchmarkStdTx -bench BenchmarkStdTx -benchtime=100x // go test -v -run BenchmarkAnyTx -bench BenchmarkAnyTx -benchtime=100x // go test -v -run BenchmarkBytesEth -bench BenchmarkBytesEth -benchtime=100x
// go test -v -run BenchmarkEthTx -bench BenchmarkEthTx -benchtime=100x -benchmem // go test -v -run BenchmarkStdTx -bench BenchmarkStdTx -benchtime=100x -benchmem // go test -v -run BenchmarkAnyTx -bench BenchmarkAnyTx -benchtime=100x -benchmem // go test -v -run BenchmarkBytesEth -bench BenchmarkBytesEth -benchtime=100x -benchmem
// go test -v -run TestGrpcServer -timeout 0
//BenchmarkAny // go test -v -run Any -bench=. -benchtime=3s
// go test -v -run EthTx -bench=. -benchtime=3s // go test -v -run Bench -bench BenchmarkQueueAnyTx -benchtime=3s -benchmem // go test -v -run Bench -bench BenchmarkQueueEthTx -benchtime=3s -benchmem // go test -v -run Bench -bench BenchmarkQueueStdTx -benchtime=3s -benchmem // go test -v -run Bench -bench BenchmarkQueueBytesEth -benchtime=3s -benchmem