Skip to content

Commit 1d4b784

Browse files
committed
Rename the "master" directory to "core" #8
This directory contains the “core” set of tests. Fixes #8
1 parent 283c04e commit 1d4b784

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+19
-19
lines changed

MotionMark/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h1>About MotionMark <span class="version"></span></h1>
5454
<li>Large (1600 x 800), targeted at desktops</li>
5555
</ol>
5656

57-
<p>The design of the benchmark is modular. This makes it easy to write new tests and use different controllers, which can assist a developer working on improving the performance of a web engine. For the purpose of a public benchmark, the MotionMark master suite tests a variety of drawing operations using techniques including CSS, SVG, and Canvas:</p>
57+
<p>The design of the benchmark is modular. This makes it easy to write new tests and use different controllers, which can assist a developer working on improving the performance of a web engine. For the purpose of a public benchmark, the MotionMark core suite tests a variety of drawing operations using techniques including CSS, SVG, and Canvas:</p>
5858

5959
<ul>
6060
<li><strong>Multiply</strong>: CSS border radius, transforms, opacity</li>

MotionMark/resources/runner/tests.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,35 +32,35 @@ var Suites = [];
3232
Suites.push(new Suite("MotionMark",
3333
[
3434
{
35-
url: "master/multiply.html",
35+
url: "core/multiply.html",
3636
name: "Multiply"
3737
},
3838
{
39-
url: "master/canvas-stage.html?pathType=arcs",
39+
url: "core/canvas-stage.html?pathType=arcs",
4040
name: "Canvas Arcs"
4141
},
4242
{
43-
url: "master/leaves.html",
43+
url: "core/leaves.html",
4444
name: "Leaves"
4545
},
4646
{
47-
url: "master/canvas-stage.html?pathType=linePath",
47+
url: "core/canvas-stage.html?pathType=linePath",
4848
name: "Paths"
4949
},
5050
{
51-
url: "master/canvas-stage.html?pathType=line&lineCap=square",
51+
url: "core/canvas-stage.html?pathType=line&lineCap=square",
5252
name: "Canvas Lines"
5353
},
5454
{
55-
url: "master/image-data.html",
55+
url: "core/image-data.html",
5656
name: "Images"
5757
},
5858
{
59-
url: "master/design.html",
59+
url: "core/design.html",
6060
name: "Design"
6161
},
6262
{
63-
url: "master/suits.html",
63+
url: "core/suits.html",
6464
name: "Suits"
6565
},
6666
]
File renamed without changes.

0 commit comments

Comments
 (0)