File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/BenchmarkDotNet/Configs Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ uid: BenchmarkDotNet.Samples.IntroWakeLock
44
55## Sample: IntroWakeLock
66
7- Running Benchmarks usually takes enough time such that the system enters sleep or turns of the display.
7+ Running benchmarks may sometimes take enough time such that the system enters sleep or turns off the display.
88
99Using a WakeLock prevents the system doing so.
1010
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ public enum WakeLockType
55 /// <summary>
66 /// Allows the system to enter sleep and/or turn off the display while benchmarks are running.
77 /// </summary>
8- No ,
8+ None ,
99
1010 /// <summary>
1111 /// Forces the system to be in the working state while benchmarks are running.
You can’t perform that action at this time.
0 commit comments