Commit 90a85080 by Ismael

Update Readme.md

parent 2f61f8ae
...@@ -139,7 +139,7 @@ calculated automatically. ...@@ -139,7 +139,7 @@ calculated automatically.
```c++ ```c++
BENCHMARK(BM_StringCompare) BENCHMARK(BM_StringCompare)
->RangeMultiplier(2)->Range(1<<10, 1<<18)->Complexity(benchmark::oAuto); ->RangeMultiplier(2)->Range(1<<10, 1<<18)->Complexity();
``` ```
### Templated benchmarks ### Templated benchmarks
......
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