Comment 12 for bug 276096

Revision history for this message
Loïc Minier (lool) wrote :

On another system (Thinkpad T60p), before the change:
root@bee:~# echo performance > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor
root@bee:~# time for i in $(seq 100); do modprobe -q foobar; done

real 0m4.472s
user 0m4.312s
sys 0m0.164s

after the change:
real 0m4.045s
user 0m3.840s
sys 0m0.292s