jmeter-grpc-request
jmeter-grpc-request copied to clipboard
JMeter gRPC Request load test plugin for gRPC
Bumps [protobuf-java-util](https://github.com/protocolbuffers/protobuf) from 3.17.1 to 3.21.5. Release notes Sourced from protobuf-java-util's releases. Protocol Buffers v3.20.1 PHP Fix building packaged PHP extension (#9727) Fixed composer.json to only advertise compatibility with PHP...
Bumps [fastjson](https://github.com/alibaba/fastjson2) from 2.0.9 to 2.0.11. Release notes Sourced from fastjson's releases. fastjson 2.0.11发布,Bug修复提升性能 这个版本进一步提升了将JSON parse为JSONObject性能,提升Float/Double类型的反序列化性能。 Issues 修复LocalTime & LocalDateTime 类型配置JSONField.format 不生效的问题 #604 #591 修复首字母大写getter/setter方法在field上的JSONField Annotation不起作用的问题 #638 支持JDK 9的java.util.ImmutableCollections类型的序列化和反序列化 #640...
When sending traffic below files are getting generated under tmp directory and due to this CPU utilization of the server is increasing where JMeter is running. 1. protocjar9031435801376843182 2. descriptor8099767267677882662.pb.bin...
一、环境: 1.被测应用:https://gitee.com/whosly/study-grpc.git; 2.插件版本:1.2.3; 二、现象: 调用gRPC接口报告异常Exception: io.grpc.StatusRuntimeException: INTERNAL: http2 exception. [] 三、排查: 经过debug,ClientCaller类中public GrpcResponse call(String deadlineMs) 方法try代码块抛出异常;
Please add support for .protoset files Protoset files contain binary encoded google.protobuf.FileDescriptorSet protos. To create a protoset file, invoke protoc with the *.proto files that define the service: protoc --proto_path=....
jmeter-grpc-request is a very nice tool, and here's an enhancement request. For services that support grpc reflection, it would be a big logistics issue to copy around proto files from...
Unary method is working fine. Any plans to develop other gRPC methods, please. Thanks!
Got `Exception: Could not extract package name` while running this plugin for proto without `package` `package` should be optional for proto file ([reference](https://developers.google.com/protocol-buffers/docs/proto3#packages)) Error line: https://github.com/zalopay-oss/jmeter-grpc-request/blob/master/src/main/java/vn/zalopay/benchmark/core/protobuf/ProtoMethodName.java#L28 ``` 2021-02-18 16:17:10,180 ERROR...
Bumps `grpc.version` from 1.38.0 to 1.48.1. Updates `grpc-netty` from 1.38.0 to 1.48.1 Release notes Sourced from grpc-netty's releases. v1.48.0 Bug Fixes Removed the Class-Path manifest entry from jars generated with...
Bumps [gson](https://github.com/google/gson) from 2.9.0 to 2.9.1. Release notes Sourced from gson's releases. Gson 2.9.1 Make Object and JsonElement deserialization iterative rather than recursive (#1912) Added parsing support for enum that...