Ticket #905 (closed defect: fixed)
The libertas driver causes a 33% slowdown.
| Reported by: | cjb | Owned by: | marcelo |
|---|---|---|---|
| Priority: | high | Milestone: | BTest-3 |
| Component: | kernel | Version: | |
| Keywords: | relnote, performance | Cc: | cjb, JordanCrouse |
| Action Needed: | Verified: | yes | |
| Deployments affected: | Blocked By: | ||
| Blocking: |
Description
As below:
bash-3.1# python pystone.py Pystone(1.1) time for 50000 passes = 38.92 This machine benchmarks at 1284.69 pystones/second bash-3.1# mv /lib/firmware/usb8388.bin /lib/firmware/usb8388.bin.bak bash-3.1# rmmod usb8xxx bash-3.1# python pystone.py Pystone(1.1) time for 50000 passes = 28.73 This machine benchmarks at 1740.34 pystones/second bash-3.1# mv /lib/firmware/usb8388.bin.bak /lib/firmware/usb8388.bin bash-3.1# modprobe usb8xxx bash-3.1# python pystone.py Pystone(1.1) time for 50000 passes = 39.01 This machine benchmarks at 1281.72 pystones/second
The slowdown is consistent across all processes, not just python.
Change History
Note: See
TracTickets for help on using
tickets.


