Skip to content

Commit 7f2f009

Browse files
committed
ai
1 parent 7e3948c commit 7f2f009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ This document provides guidance for writing performance tests (benchmarks) in th
172172
public class Sha512256Benchmark { /* ... */ }
173173
}
174174
```
175-
The class name may end with `Benchmark`, but the namespace must match the assembly (no `.Benchmarks` suffix).
175+
The class name must end with `Benchmark`, but the namespace must match the assembly (no `.Benchmarks` suffix).
176176
- The benchmarks for the Cuemon.Bar assembly live in the Cuemon.Bar.Benchmarks assembly.
177177
- Benchmark class names end with Benchmark and live in the same namespace as the class being measured, e.g., the benchmarks for the Zoo class that resides in the Cuemon.Bar assembly would be named ZooBenchmark and placed in the Cuemon.Bar namespace in the Cuemon.Bar.Benchmarks assembly.
178178
- Modify the associated .csproj file to override the root namespace, e.g., <RootNamespace>Cuemon.Bar</RootNamespace>.

0 commit comments

Comments
 (0)