projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2657ebb
)
typo
author
Andre Pinto
<aap@fb.com>
Tue, 10 Feb 2015 03:01:47 +0000
(19:01 -0800)
committer
Sara Golemon
<sgolemon@fb.com>
Wed, 11 Feb 2015 02:02:00 +0000
(18:02 -0800)
Summary: Correct typo on docs.
Test Plan: N/A
Reviewed By: alikhtarov@fb.com
Subscribers: folly-diffs@, yfeldblum
FB internal diff:
D1836264
Signature: t1:
1836264
:
1423527402
:
4e5f263f446346f7145c33c671f0b9e694db15fd
folly/docs/Benchmark.md
patch
|
blob
|
history
diff --git
a/folly/docs/Benchmark.md
b/folly/docs/Benchmark.md
index 2d5c494904f7b9f26d861c12b4e550d6899e7403..6ac92df0e93667b13b7060466dbdabee5a4b42fd 100644
(file)
--- a/
folly/docs/Benchmark.md
+++ b/
folly/docs/Benchmark.md
@@
-195,7
+195,7
@@
measurements in any way.
### Suspending a benchmark
***
-Sometimes benchmarking code must
t
o some preparation work that is
+Sometimes benchmarking code must
d
o some preparation work that is
physically inside the benchmark function, but should not take part to
its time budget. To temporarily suspend the benchmark, use the
pseudo-statement `BENCHMARK_SUSPEND` as follows: