mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Fix microbenchmark example in the main readme.md
This commit is contained in:
parent
77f7c0104d
commit
fb68bb0bd5
@ -41,6 +41,7 @@ TEST_CASE( "Factorials are computed", "[factorial]" ) {
|
|||||||
|
|
||||||
**Example microbenchmark**
|
**Example microbenchmark**
|
||||||
```cpp
|
```cpp
|
||||||
|
#include <catch2/catch_test_macros.hpp>
|
||||||
#include <catch2/benchmark/catch_benchmark.hpp>
|
#include <catch2/benchmark/catch_benchmark.hpp>
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
Loading…
Reference in New Issue
Block a user