-
Notifications
You must be signed in to change notification settings - Fork 0
Reduced Time vs Speedup
Euccas Chen edited this page Mar 10, 2022
·
1 revision
| Reduced Time | Speedup | Computation |
|---|---|---|
| 10% | 1.11 | 1/(1-10%) |
| 15% | 1.18 | 1/(1-15%) |
| 20% | 1.25 | 1/(1-20%) |
| 30% | 1.43 | 1/(1-30%) |
| 40% | 1.67 | 1/(1-40%) |
| 50% | 2.0 | 1/(1-50%) |
| 60% | 2.5 | 1/(1-60%) |
| 70% | 3.33 | 1/(1-70%) |
| 80% | 5 | 1/(1-80%) |
| 85% | 6.67 | 1/(1-85%) |
| 90% | 10 | 1/(1-90%) |
| 95% | 20 | 1/(1-95%) |
| 99% | 100 | 1/(1-99%) |
| 99.5% | 200 | 1/(1-99.5% |
Reduced Time: (T'-T)/T = T'/T - 1 = R
Speedup: V'/V = T/T' = 1/(1 + R)