Commit Graph

4 Commits

Author SHA1 Message Date
Arnold Schwaighofer
8cc813d624 Reduce the time spend in StringMemoryTest
Measure the increase.
rdar://problem/48658000
2019-03-07 07:36:53 -08:00
Mishal Shah
98ad5a496e Revert "[StringMemoryTest] Reduce # of iterations down to 1M and lower memory threshold" 2019-03-07 00:15:34 -08:00
Doug Gregor
de13028f6b [StringMemoryTest] Reduce # of iterations down to 1M and lower memory threshold
This test is taking way too long. Cut down on the number of iterations
from 10M to 1M.
2019-03-06 16:59:32 -08:00
Jordan Rose
1663ee7ffd [test] Move slow StringMemoryTest to validation-test (#18776)
This test takes over a minute to run, and all it's doing is testing
that repeated operations on a string don't leak.
2018-08-17 08:46:53 -07:00