mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-04 21:24:47 +02:00
Fix microbenchmark example in the main readme.md
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user