projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8911195
)
Fix a typo in benchmark comments
author
Sherman Ye
<shermanye@fb.com>
Wed, 9 May 2012 16:26:13 +0000
(09:26 -0700)
committer
Jordan DeLong
<jdelong@fb.com>
Fri, 22 Jun 2012 02:37:35 +0000
(19:37 -0700)
Summary: As title
Test Plan: Deployed to wormhole_apps.dragon.dev
Reviewed By: asharma@fb.com
FB internal diff:
D493253
folly/Benchmark.h
patch
|
blob
|
history
diff --git
a/folly/Benchmark.h
b/folly/Benchmark.h
index 32950e0ffe53382599ef473e142045a6f061fad1..415fd7abec3a3e42c36875ab2fb7550b41529756 100644
(file)
--- a/
folly/Benchmark.h
+++ b/
folly/Benchmark.h
@@
-359,7
+359,7
@@
void doNotOptimizeAway(T&& datum) {
*
* BENCHMARK_START_GROUP(insertVectorBegin, n) {
* vector<int> v;
- *
SUSPEND_BENCHMARK
{
+ *
BENCHMARK_SUSPEND
{
* v.reserve(n);
* }
* FOR_EACH_RANGE (i, 0, n) {