Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 494160d

Browse files
authored
Fix wrong attribute in benchmark.md file
1 parent 6f4c300 commit 494160d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/project-docs/benchmarking.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ Follow the instructions described here https://github.com/dotnet/corefx/blob/mas
2929
Add a benchmark class, configure it either with a manual configuration or by attributing it and pass the class type to the BenchmarkRunner:
3030

3131
```
32-
[InProcess]
32+
[MemoryDiagnoser]
33+
// ...
3334
public class Benchmark
3435
{
3536
// Benchmark code ...

0 commit comments

Comments
 (0)