Chromium Code Reviews
DescriptionAdd some perftests for wait sets.
The main important of these tests is to verify that they behave
reasonably as wait set size varies.
(The overhead per wait should be O(1) or O(log n) in the wait set size
n. Currently it's probably O(log n), since we use an std::map for
lookups, but obviously we could use a hash table instead.)
R=azani@chromium.org
BUG=#350
Committed: https://chromium.googlesource.com/external/mojo/+/c6f7609574beef8afdeee72fd777aed9bdb67d7a
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|
|||||||||||||||||||||||||||||||||||||