Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mvcc: separate synced/unsynced benchmarks #9796

Merged
merged 1 commit into from
Jun 1, 2018

Conversation

gyuho
Copy link
Contributor

@gyuho gyuho commented Jun 1, 2018

$ go test -v -run XXX -bench BenchmarkWatchableStoreWatchPutUnsync
BenchmarkWatchableStoreWatchPutUnsync-4   	  200000	      7398 ns/op	     282 B/op	       2 allocs/op

$ go test -v -run XXX -bench BenchmarkWatchableStoreWatchPutSync
BenchmarkWatchableStoreWatchPutSync-4   	 1000000	      2691 ns/op	     251 B/op	       2 allocs/op

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
@gyuho
Copy link
Contributor Author

gyuho commented Jun 1, 2018

Benchmarks to evaluate watch multiplexing optimization #9416.

@gyuho gyuho merged commit 83abce0 into etcd-io:master Jun 1, 2018
@gyuho gyuho deleted the watcher-benchmark branch June 1, 2018 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant