Changes: Added command to run cpu in full speed to perf tests

RevBy: Juha Lintula
pull/1/head
Nimika Keshri 15 years ago
parent 18d4e2767d
commit 848b2f7636

6
debian/changelog vendored

@ -1,3 +1,9 @@
applauncherd (0.29.6) unstable; urgency=low
* Changes: Added a command to run cpu in full speed to perf tests
-- Nimika Keshri <nimika.1.keshri@nokia.com> Thu, 12 May 2011 11:34:15 +0300
applauncherd (0.29.5) stable; urgency=low
* Fixes: NB#250971 - a booster is wasted with --single-instance

@ -53,6 +53,9 @@ class TC_PerformanceTests < Test::Unit::TestCase
# method called before any test case
def setup
#running cpu in full speed
system "echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor"
optparse = OptionParser.new do|opts|
options = {}
# Set a banner, displayed at the top

Loading…
Cancel
Save