ptg icon indicating copy to clipboard operation
ptg copied to clipboard

💥Performance testing tool (Go), It is also a GUI gRPC client.

Results 5 ptg issues
Sort by recently updated
recently updated
newest added

GUI 版本很好用,感谢,希望能够支持import语句,现在`import "base.proto";`这种语法,会报`no such file or directory`错。

help wanted
good first issue

Hello, this projects looks like a fantastic idea for a grpc gui client. I was wondering if you have thought about supporting the grpc server reflection feature?

enhancement

```go func (l *LruCache) Put(k, v interface{}) { l.lock.Lock() defer l.lock.Unlock() if l.values.Len() == l.size { back := l.values.Back() l.values.Remove(back) delete(l.cacheMap, back) // 这里试图删除 back 这个元素。但是通常来说,back 元素本身不会是 map 的 key...

bug

可以提个需求不,能支持websocket就好了