# RPC-TEST **Repository Path**: mirrors_smallnest/RPC-TEST ## Basic Information - **Project Name**: RPC-TEST - **Description**: test performance of gRPC and Thrift. All services are implemented as HelloWorld by Java, Scala and Golang - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Simple Thrift and gRPC performance test use a simple "helloworld" prototype to test thrift and gRPC. All servers and clients are implemented by Golang, Java And Scala Test result as follows (milliseconds/10000 calls). The first value is using one client to test servers and the second value is using 20 clients to test concurrently. | | Golang | Java | Scala | | ----- | ----- | ----- | ----- | | **Thrift** | 470/231 | 404/381 | 387/355 | | **gRPC** | 1375/970 | 4478/4205 | 4733/448 |