https://github.com/fandreuz/grpc-uds-benchmark
Benchmark to compare gRPC over UDS vs TCP/IP
https://github.com/fandreuz/grpc-uds-benchmark
Last synced: 3 months ago
JSON representation
Benchmark to compare gRPC over UDS vs TCP/IP
- Host: GitHub
- URL: https://github.com/fandreuz/grpc-uds-benchmark
- Owner: fandreuz
- License: mit
- Created: 2024-12-01T11:58:20.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-01T12:00:18.000Z (over 1 year ago)
- Last Synced: 2024-12-01T13:18:24.722Z (over 1 year ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# grpc-uds-benchmark
Benchmark gRPC over UDS vs TCP/IP
## Running the benchmark
There's some plumbing needed due to the fact the JMH code needs to spin up a separated JVM for the gRPC server, in
addition to the forked subprocess which holds the gRPC client and the JMH benchmark. To make sure everything is in
place, use the following script:
```bash
./benchmark_run.sh
```