Commit 8108795d authored by Sherman Ye's avatar Sherman Ye Committed by Jordan DeLong

Fix a typo in benchmark comments

Summary: As title

Test Plan: Deployed to wormhole_apps.dragon.dev

Reviewed By: asharma@fb.com

FB internal diff: D493253
parent 89111953
...@@ -359,7 +359,7 @@ void doNotOptimizeAway(T&& datum) { ...@@ -359,7 +359,7 @@ void doNotOptimizeAway(T&& datum) {
* *
* BENCHMARK_START_GROUP(insertVectorBegin, n) { * BENCHMARK_START_GROUP(insertVectorBegin, n) {
* vector<int> v; * vector<int> v;
* SUSPEND_BENCHMARK { * BENCHMARK_SUSPEND {
* v.reserve(n); * v.reserve(n);
* } * }
* FOR_EACH_RANGE (i, 0, n) { * FOR_EACH_RANGE (i, 0, n) {
......
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