blob: b59724e8b7d00b31c16aba09b28fe02be11fe700 [file] [log] [blame] [view] [edit]
# Benchwrapper
A small gRPC wrapper around the storage client library. This allows the
benchmarking code to prod at storage without speaking Go.
## Running
```
cd storage/internal/benchwrapper
export STORAGE_EMULATOR_HOST=localhost:8080
go run *.go --port=8081
```