1 Star 0 Fork 0

hzwy23 / gateway

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
benchmark_test.go 272 Bytes
Copy Edit Web IDE Raw Blame History
hzwy23 authored 2020-05-11 23:52 . update
package main
import (
"github.com/wisrc/gateway/core"
"github.com/wisrc/gateway/core/discovery/register/eureka"
_ "net/http/pprof"
"testing"
)
func BenchmarkGateway(b *testing.B) {
eureka.EnableEurekaClient()
server := core.NewAPIGatewayServer()
server.Start()
}
Go
1
https://gitee.com/hzwy23/gateway.git
git@gitee.com:hzwy23/gateway.git
hzwy23
gateway
gateway
master

Search