mirror of
https://github.com/catchorg/Catch2.git
synced 2025-04-02 16:44:46 +02: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…
x
Reference in New Issue
Block a user