From 29a30b74b0e3c527d4d3dbd4cfd2b5c80c331d2c Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 5 Jun 2019 23:09:58 -0400 Subject: [PATCH] Update head comments --- TestScripts/governor.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TestScripts/governor.sh b/TestScripts/governor.sh index 96e70766..70cf5c75 100755 --- a/TestScripts/governor.sh +++ b/TestScripts/governor.sh @@ -1,10 +1,10 @@ #!/usr/bin/env bash # This scripts queries and modifies CPU scaling frequencies to produce more -# accurate benchmark results. To move from a low energy state C-state to a -# higher one, run 'governor.sh performance'. To move back to a low power state -# run 'governor.sh powersave' or reboot. The script is based on code by -# Andy Polyakov, http://www.openssl.org/~appro/cryptogams/. +# accurate benchmark results. To move from a low energy state to a higher +# one, run 'governor.sh performance'. To move back to a low power state +# run 'governor.sh powersave' or 'governor.sh ondemand' or reboot. The script +# is based on code by Andy Polyakov, http://www.openssl.org/~appro/cryptogams/. # Fixup ancient Bash # https://unix.stackexchange.com/q/468579/56041