mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
fix(bench): remove trailing slash
Remove trailing slash. This works around https://github.com/coreos/go-etcd/issues/82
This commit is contained in:
parent
1e6c0dee24
commit
77887e8253
@ -37,7 +37,7 @@ func watch(endpoint string, key string) {
|
||||
}
|
||||
|
||||
func main() {
|
||||
endpoint := flag.String("endpoint", "http://127.0.0.1:4001/", "etcd HTTP endpoint")
|
||||
endpoint := flag.String("endpoint", "http://127.0.0.1:4001", "etcd HTTP endpoint")
|
||||
|
||||
rWrites := flag.Int("write-requests", 50000, "number of writes")
|
||||
cWrites := flag.Int("concurrent-writes", 500, "number of concurrent writes")
|
||||
|
Loading…
x
Reference in New Issue
Block a user