Skip to content

Commit ca3d7b9

Browse files
committed
IsRyuJit field instead of property.
1 parent 52cabdd commit ca3d7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BenchmarkDotNet/Portability/JitInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ private static TimeSpan GetTieredDelay()
138138
? TimeSpan.FromMilliseconds(250)
139139
: TimeSpan.Zero;
140140

141-
public static bool IsRyuJit => GetIsRyuJit();
141+
public static readonly bool IsRyuJit = GetIsRyuJit();
142142

143143
private static bool GetIsRyuJit()
144144
{

0 commit comments

Comments
 (0)