DescriptionReplace use of base::RandXXX() with rand() to improve runtime of SeekableBufferTest.
r244419 replaced rand() with base::RandXXX(), but this has caused Windows Dr. Memory runs to take 100X longer to run. Since the test doesn't need good random numbers, this change reverts back to using the rand() in <cstdlib>.
TEST=Confirmed media_unittests performance is now on-par with that prior to r244419.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245690
Patch Set 1 #
Total comments: 2
Messages
Total messages: 5 (0 generated)
|