Commit 1723592c authored by David Callahan's avatar David Callahan Committed by facebook-github-bot-1

avoid aggressive optimization

Summary: GCC will now dead-code eliminate the folly-based version of this test without a mechanisms to force the result to be live.

Reviewed By: ttsugriy

Differential Revision: D2854633

fb-gh-sync-id: 0e3841ed22c040fda7653bcfb5a3f19ca3d1f835
parent e202187f
...@@ -100,6 +100,7 @@ inline void test_operator_on_search(int iters) { ...@@ -100,6 +100,7 @@ inline void test_operator_on_search(int iters) {
cmp cmp
) - lorem_ipsum.begin(); ) - lorem_ipsum.begin();
} }
doNotOptimizeAway(dummy);
} }
BENCHMARK(LegacyCaseInsensitiveCheck, iters) { BENCHMARK(LegacyCaseInsensitiveCheck, iters) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment