Skip to content

Commit

Permalink
Apply rework from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Cassell <[email protected]>
  • Loading branch information
leonvandermeer and timcassell authored Nov 29, 2024
1 parent 6099ed0 commit e3eb631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/articles/samples/IntroWakeLock.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ uid: BenchmarkDotNet.Samples.IntroWakeLock

## Sample: IntroWakeLock

Running Benchmarks usually takes enough time such that the system enters sleep or turns of the display.
Running benchmarks may sometimes take enough time such that the system enters sleep or turns off the display.

Using a WakeLock prevents the system doing so.

Expand Down
2 changes: 1 addition & 1 deletion src/BenchmarkDotNet/Configs/WakeLockType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public enum WakeLockType
/// <summary>
/// Allows the system to enter sleep and/or turn off the display while benchmarks are running.
/// </summary>
No,
None,

/// <summary>
/// Forces the system to be in the working state while benchmarks are running.
Expand Down

0 comments on commit e3eb631

Please sign in to comment.