// Package benchmark implements some benchmarks for comparing the | |
// veyron/runtimes/google/ipc/stream implementation with raw TCP connections and/or | |
// pipes. | |
// | |
// Sample usage: | |
// go test veyron/runtimes/google/ipc/stream/benchmark -bench=. | |
package benchmark |