Skip to content

Commit cd5c920

Browse files
committed
[MotionMark] Update version number of local development version of the benchmark to match the currently-being-released version
https://bugs.webkit.org/show_bug.cgi?id=226592 Reviewed by Darin Adler. We are currently in the process of releasing MotionMark 1.2. http://browserbench.org/MotionMark1.2/ * MotionMark/about.html: * MotionMark/resources/strings.js: Canonical link: https://commits.webkit.org/238442@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@278417 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent b9be9a3 commit cd5c920

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

PerformanceTests/ChangeLog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2021-06-03 Myles C. Maxfield <mmaxfield@apple.com>
2+
3+
[MotionMark] Update version number of local development version of the benchmark to match the currently-being-released version
4+
https://bugs.webkit.org/show_bug.cgi?id=226592
5+
6+
Reviewed by Darin Adler.
7+
8+
We are currently in the process of releasing MotionMark 1.2. http://browserbench.org/MotionMark1.2/
9+
10+
* MotionMark/about.html:
11+
* MotionMark/resources/strings.js:
12+
113
2021-05-21 Sam Sneddon <gsnedders@apple.com>
214

315
Fix Python 3.6+ DeprecationWarnings about unknown escapes

PerformanceTests/MotionMark/about.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ <h1>About MotionMark <span class="version"></span></h1>
7373
<h3>Version log</h3>
7474

7575
<ul id="log">
76+
<li><strong>1.2</strong>: Fix <a href="https://bugs.webkit.org/show_bug.cgi?id=220847">bug</a>, <a href="https://bugs.webkit.org/show_bug.cgi?id=221075">bug</a>, and <a href="https://bugs.webkit.org/show_bug.cgi?id=219984">bug</a> to reduce test variance and sensitivity to individual long frames.</li>
7677
<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>
7778
<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>
7879
<li><a href="https://webkit.org/blog/6943/motionmark-a-new-graphics-benchmark/"><strong>1.0</strong></a>: Initial release.</li>
@@ -88,4 +89,4 @@ <h3>Version log</h3>
8889
document.querySelector(".version").textContent = Strings.version;
8990
</script>
9091
</body>
91-
</html>
92+
</html>

PerformanceTests/MotionMark/resources/strings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* THE POSSIBILITY OF SUCH DAMAGE.
2424
*/
2525
var Strings = {
26-
version: "1.1.1",
26+
version: "1.2",
2727
text: {
2828
testName: "Test Name",
2929
score: "Score",

0 commit comments

Comments
 (0)