• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..18-Oct-2021-

proto/H18-Oct-2021-347277

README.mdH A D18-Oct-2021268 139

main.goH A D18-Oct-20212.7 KiB11080

README.md

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