Skip to content

Commit 188efee

Browse files
committed
docs: fix copy
1 parent 8da658f commit 188efee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing/benchmark_names.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ As a general rule of thumb, use facets for categorical distinctions for which yo
182182

183183
### Method Name
184184

185-
The benchmark name indicates that the benchmark is measuring the performance of a method: `ndarray` (e.g., `sgemm.native(...)`).
185+
The benchmark name indicates that the benchmark is measuring the performance of a method: `ndarray` (e.g., `sgemm.ndarray(...)`).
186186

187187
The method name component may be thought of as a specialized facet, which is set apart from other facets in order to allow consolidation across methods and properties, while still retaining the ability to facet across other benchmark dimensions. As a general rule of thumb, use `:<method>` only when measuring a callable or property on the package's main export; use facets for implementation strategies, backends, or conceptual groupings.
188188

0 commit comments

Comments
 (0)