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