Actually do the stress test on RCURefCount and make the TLRefCountTest not take 2...
authorChristopher Dykes <cdykes@fb.com>
Sat, 28 Jan 2017 00:45:00 +0000 (16:45 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sat, 28 Jan 2017 00:47:56 +0000 (16:47 -0800)
commitdc3979b05c81396a6d33f4bbb7759d41f0950f70
treef07616896918b221d6ef4882cc30cf3e3affd1b4
parent581791b3e0dce9b1d2d773f94f868be166c53735
Actually do the stress test on RCURefCount and make the TLRefCountTest not take 2 minutes

Summary: Adjusting the iteration count significantly reduces the runtime of the `TLRefCount.Stress` test to ~5 seconds. Working with that same timeframe, we can get away with increasing the iteration count of the (now tested) `RCURefCount.Stress` test to 100k, up from it's previous 10k.

Reviewed By: markisaa

Differential Revision: D4477750

fbshipit-source-id: 6a89dbb65f460655db0cb33926cc331dc1904f1c
folly/experimental/test/RefCountTest.cpp