...

Text file src/cloud.google.com/go/pubsub/internal/benchwrapper/README.md

Documentation: cloud.google.com/go/pubsub/internal/benchwrapper

     1# Benchwrapper
     2
     3A small gRPC wrapper around the pubsub client library. This allows the
     4benchmarking code to prod at pubsub without speaking Go.
     5
     6## Running
     7
     8```bash
     9cd pubsub/internal/benchwrapper
    10export PUBSUB_EMULATOR_HOST=localhost:8080
    11go run *.go --port=8081
    12```

View as plain text