mirror of
https://github.com/google/benchmark.git
synced 2025-02-10 11:20:32 +08:00
Update Readme.md
This commit is contained in:
parent
2f61f8aee0
commit
90a8508063
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user