Changeset 260681 in webkit
- Timestamp:
- Apr 24, 2020, 4:53:34 PM (5 years ago)
- Location:
- trunk/PerformanceTests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/PerformanceTests/ChangeLog
r260656 r260681 1 2020-04-24 Jon Lee <jonlee@apple.com> 2 3 MotionMark: add link to bug in about page 4 5 Unreviewed. 6 7 * MotionMark/about.html: 8 1 9 2020-04-24 Jon Lee <jonlee@apple.com> 2 10 … … 804 812 Reviewed by Ryosuke Niwa. 805 813 806 r240358 sets default IDB quota as 50 MB for single test, we need to increase that for big tests. 814 r240358 sets default IDB quota as 50 MB for single test, we need to increase that for big tests. 807 815 808 816 * IndexedDB/large-binary-keys.html: … … 1139 1147 - WasmBench 1140 1148 - RexBench 1141 1149 1142 1150 JetStream 2 also adds some new benchmarks: 1143 1151 - Two tests emphasizing web worker performance. -
trunk/PerformanceTests/MotionMark/about.html
r260656 r260681 74 74 75 75 <ul id="log"> 76 <li><strong>1.1.1</strong>: Fix bugin the calculation of timestamps used for animation during warm up phase of tests.</li>76 <li><strong>1.1.1</strong>: Fix <a href="https://bugs.webkit.org/show_bug.cgi?id=210640">bug</a> in the calculation of timestamps used for animation during warm up phase of tests.</li> 77 77 <li><a href="https://webkit.org/blog/8434/motionmark-1-1/"><strong>1.1</strong></a>: Update Multiply test to increase max capacity and expand methods for hiding elements. Update Leaves test to use range of sizes and opacity.</li> 78 78 <li><a href="https://webkit.org/blog/6943/motionmark-a-new-graphics-benchmark/"><strong>1.0</strong></a>: Initial release.</li>
Note:
See TracChangeset
for help on using the changeset viewer.