You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,9 +154,9 @@ LaunchCount=2 WarmupCount=10
154
154
155
155
## Benchmark configuration
156
156
157
-
BenchmarkDotNet initializes Revit with the `English - United States` language and the `C:\Program Files\Autodesk\Revit {version}` installation path. To override these defaults, use assembly-level attributes:
157
+
BenchmarkDotNet initializes Revit with the `English - United States` language and the `C:\Program Files\Autodesk\Revit {version}` installation path. To override these defaults:
158
158
159
-
- Add the attributes to any .cs file in your project (e.g., Program.cs):
159
+
- Add the assembly-level attribute to any .cs file in your project (e.g., Program.cs):
160
160
161
161
```csharp
162
162
usingNice3point.Revit.Injector.Attributes;
@@ -165,7 +165,7 @@ BenchmarkDotNet initializes Revit with the `English - United States` language an
0 commit comments