Kaynağa Gözat

remove files we wont use

Meghana Gupta 8 yıl önce
ebeveyn
işleme
6e28e1e8da

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 2
test/benchmarks/ARES-6/ARES-6.svg


+ 0 - 28
test/benchmarks/ARES-6/Air/airjs-tests.yaml

@@ -1,28 +0,0 @@
-# Copyright (C) 2016 Apple Inc. All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# 1.  Redistributions of source code must retain the above copyright
-#     notice, this list of conditions and the following disclaimer. 
-# 2.  Redistributions in binary form must reproduce the above copyright
-#     notice, this list of conditions and the following disclaimer in the
-#     documentation and/or other materials provided with the distribution. 
-#
-# THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
-# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-# DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
-# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-- path: .
-  tests:
-    - stress-test.js
-  cmd: defaultRunNoisyTest unless parseRunCommands
-

+ 0 - 39
test/benchmarks/ARES-6/Air/make_dist.sh

@@ -1,39 +0,0 @@
-#!/bin/sh
-
-set -e
-set -x
-
-MARKDOWN="perl $HOME/Documents/Markdown.pl"
-
-rm -rf Air.js
-mkdir Air.js
-${MARKDOWN} < README.md > Air.js/index.html
-cp \
-    all.js \
-    allocate_stack.js \
-    arg.js \
-    basic_block.js \
-    benchmark.js \
-    code.js \
-    custom.js \
-    frequented_block.js \
-    insertion_set.js \
-    inst.js \
-    liveness.js \
-    opcode.js \
-    payload-airjs-ACLj8C.js \
-    payload-gbemu-executeIteration.js \
-    payload-imaging-gaussian-blur-gaussianBlur.js \
-    payload-typescript-scanIdentifier.js \
-    reg.js \
-    stack_slot.js \
-    symbols.js \
-    test.html \
-    test.js \
-    tmp.js \
-    tmp_base.js \
-    util.js \
-    Air.js/
-
-tar -czvf Air.js.tar.gz Air.js
-

+ 0 - 10
test/benchmarks/ARES-6/Air/strip-hash.rb

@@ -1,10 +0,0 @@
-# This is a useful hack for cleaning up the payloads generated by Air::dumpAsJS(). That will
-# generate code that computes the hash of insts and stack slots and checks it. This is useful for
-# debugging, but we probably don't want that overhead in the payloads we deploy. So, you can run
-# this script to remove all of the hashing code.
-
-ARGV.each {
-    | filename |
-    IO::write(filename, IO::read(filename).lines.reject{|v| v =~ /hash/i}.join())
-}
-

+ 0 - 45
test/benchmarks/ARES-6/Air/test.html

@@ -1,45 +0,0 @@
-<html>
-<head>
-<title>Air.js</title>
-<script src="symbols.js"></script>
-<script src="tmp_base.js"></script>
-<script src="arg.js"></script>
-<script src="basic_block.js"></script>
-<script src="code.js"></script>
-<script src="frequented_block.js"></script>
-<script src="inst.js"></script>
-<script src="opcode.js"></script>
-<script src="reg.js"></script>
-<script src="stack_slot.js"></script>
-<script src="tmp.js"></script>
-<script src="util.js"></script>
-<script src="custom.js"></script>
-<script src="liveness.js"></script>
-<script src="insertion_set.js"></script>
-<script src="allocate_stack.js"></script>
-<script src="payload-gbemu-executeIteration.js"></script>
-<script src="payload-imaging-gaussian-blur-gaussianBlur.js"></script>
-<script src="payload-airjs-ACLj8C.js"></script>
-<script src="payload-typescript-scanIdentifier.js"></script>
-<script src="benchmark.js"></script>
-<script>
-    function runTest() {
-        try {
-            var result = runBenchmark();
-            document.getElementById("result-summary").innerHTML = "That took " + result + " ms.";
-        } catch (e) {
-            document.getElementById("result-summary").innerHTML = "Failed: " + e;
-        }
-    }
-</script>
-</head>
-<body>
-<h1>Air.js</h1>
-<p>
-  <div id="result-summary"></div>
-  <div><a href="javascript:runTest()">Start Test</a></div>
-</p>
-</body>
-</html>
-
-

+ 0 - 41
test/benchmarks/ARES-6/Babylon/AUTHORS

@@ -1,41 +0,0 @@
-List of Acorn contributors. Updated before every release.
-
-Adrian Rakovsky
-Alistair Braidwood
-Andres Suarez
-Aparajita Fishman
-Arian Stolwijk
-Artem Govorov
-Brandon Mills
-Charles Hughes
-Conrad Irwin
-David Bonnet
-Forbes Lindesay
-Gilad Peleg
-impinball
-Ingvar Stepanyan
-Jesse McCarthy
-Jiaxing Wang
-Joel Kemp
-Johannes Herr
-Jürg Lehni
-keeyipchan
-Kevin Kwok
-krator
-Marijn Haverbeke
-Martin Carlberg
-Mathias Bynens
-Mathieu 'p01' Henri
-Max Schaefer
-Max Zerzouri
-Mihai Bazon
-Mike Rennie
-Nick Fitzgerald
-Oskar Schöldström
-Paul Harper
-Peter Rust
-PlNG
-r-e-d
-Rich Harris
-Sebastian McKenzie
-zsjforcn

+ 0 - 28
test/benchmarks/ARES-6/Basic/basic-tests.yaml

@@ -1,28 +0,0 @@
-# Copyright (C) 2016 Apple Inc. All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# 1.  Redistributions of source code must retain the above copyright
-#     notice, this list of conditions and the following disclaimer. 
-# 2.  Redistributions in binary form must reproduce the above copyright
-#     notice, this list of conditions and the following disclaimer in the
-#     documentation and/or other materials provided with the distribution. 
-#
-# THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
-# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-# DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
-# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-- path: .
-  tests:
-    - stress-test.js
-  cmd: defaultRunNoisyTest unless parseRunCommands
-

+ 0 - 34
test/benchmarks/ARES-6/Basic/test.html

@@ -1,34 +0,0 @@
-<html>
-<head>
-<title>Basic</title>
-<script src="ast.js"></script>
-<script src="basic.js"></script>
-<script src="caseless_map.js"></script>
-<script src="lexer.js"></script>
-<script src="number.js"></script>
-<script src="parser.js"></script>
-<script src="random.js"></script>
-<script src="state.js"></script>
-<script src="util.js"></script>
-<script src="benchmark.js"></script>
-<script>
-    function runTest() {
-        try {
-            var result = runBenchmark();
-            document.getElementById("result-summary").innerHTML = "That took " + result + " ms.";
-        } catch (e) {
-            document.getElementById("result-summary").innerHTML = "Failed: " + e;
-        }
-    }
-</script>
-</head>
-<body>
-<h1>Basic</h1>
-<p>
-  <div id="result-summary"></div>
-  <div><a href="javascript:runTest()">Start Test</a></div>
-</p>
-</body>
-</html>
-
-

+ 0 - 48
test/benchmarks/ARES-6/about.html

@@ -1,48 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-    <link rel="stylesheet" href="styles.css">
-    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
-</head>
-<body>
-    
-    <div class="swoop">&nbsp;</div>
-    
-    <header>
-        <h1 class="logo"><img src="ARES-6.svg" title="ARES-6" alt="ARES-6"></h1>
-    </header>
-
-    <main class="about">
-    
-        <h2>About the Tests</h2>
-        
-        <p>ARES-6 measures the execution time of JavaScript&#8217;s newest features, including symbols, for-of, arrow functions, Map/Set/WeakMap, let/const, classes, proxies, string interpolation, destructuring, default arguments, spread, tail calls, and generators. ARES-6 is comprised of four sub-tests: Air, Basic, Babylon, and ML.</p>
-
-        <p>Air is an ES2015 port of the <a href="https://webkit.org/blog/5852/introducing-the-b3-jit-compiler/">WebKit B3 JIT</a>&#8217;s <a href="https://trac.webkit.org/changeset/201783"><code>Air::allocateStack</code> phase</a>. This code is a heavy user of Map, Set, classes, spread, and for-of. The benchmark runs <code>allocateStack</code> on hot function bodies from other popular JavaScript benchmarks: <code>executeIteration</code> from <a href="https://developers.google.com/octane/">Octane</a>/Gameboy, <code>gaussianBlur</code> from <a href="http://krakenbenchmark.mozilla.org">Kraken</a>, and <code>scanIdentifier</code> from Octane/Typescript. Air also runs <code>allocateStack</code> on a hot function from Air itself. <a href="https://trac.webkit.org/browser/trunk/PerformanceTests/ARES-6/Air?rev=211697">Browse the source.</a></p>
-
-        <p>Basic is an <a href="https://trac.webkit.org/changeset/202446">ES2015 implementation</a> of the <a href="http://www.ecma-international.org/publications/files/ECMA-ST-WITHDRAWN/ECMA-55,%201st%20Edition,%20January%201978.pdf">ECMA-55 BASIC standard</a>. BASIC was an interactive language from the start, so our implementation uses generator functions for the entire interpreter. When the BASIC program says <code>INPUT</code>, our interpreter says <code>yield</code>. This allows users of the interpreter to easily integrate it into a runloop. Basic also uses classes, Map, and WeakMap. The benchmark runs a handful of simple programs, the most complex of which finds prime numbers. <a href="https://trac.webkit.org/browser/trunk/PerformanceTests/ARES-6/Basic?rev=211697&order=name">Browse the source.</a></p>
-
-        <p>
-           <a href="https://github.com/babel/babylon">Babylon</a> is an implementation of a parser for the JavaScript language.
-           Babylon is the parser used in the <a href="https://babeljs.io">Babel</a> JavaScript transpiler.
-           The benchmark runs the Babylon parser on four different JavaScript sources. Babylon makes heavy use of classes,
-           does non trivial string processing, and creates non-trivial object graphs.
-        </p>
-
-        <p>
-            <a href="https://github.com/mljs/feedforward-neural-networks">ML</a> is an implementation of a <a href="https://en.wikipedia.org/wiki/Feedforward_neural_network"> feedforward neural network</a>.
-            The benchmark trains several networks using different <a href="https://en.wikipedia.org/wiki/Activation_function">activation functions</a>
-            and several sample data sets. ML makes heavy use of classes. It relies on the <a href="https://github.com/mljs/matrix">ml-matrix</a> library
-            and does non-trivial matrix math.
-        </p>
-
-        <p>ARES-6 rewards browsers that start up quickly and run smoothly. It's not enough to just measure the total running time of a workload. Browsers may perform differently for the same workload depending on how many times it has run. Garbage collection runs periodically, making some iterations take longer than others. Code that runs repeatedly gets optimized by the browser, so the first iteration of any workload is more expensive than the rest. ARES-6 runs Air, Basic, and Babylon for 200 iterations, and ML for 60 iterations. For each benchmark, ARES-6 reports the time of the first iteration, the average of the 4 worst iterations, and the average of all but the first iteration. ARES-6 also reports an overall score which is the geometric mean of all twelve of these numbers. ARES-6 equally rewards fast start-up, low jank, and sophisticated adaptive optimizations for long-running code.</p>
-        
-        <p>Each ARES-6 sample has 200 iterations of Air, Basic, and Babylon, and 60 iterations of ML. ARES-6 runs 6 samples, and reports the average with 95% confidence intervals. Each sample runs in a fresh <code>iframe</code> to simulate some of the effects of page navigation.</p>
-
-        <p><a href="index.html" class="button return">Return to Testing</a></p>
-
-    </main>
-            
-</body>
-</html>

+ 0 - 156
test/benchmarks/ARES-6/index.html

@@ -1,156 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-    <link rel="stylesheet" href="styles.css">
-    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
-</head>
-<body>
-    <script>
-    window.onerror = function(message, url, lineNumber)
-    {
-        document.getElementById("error").innerHTML = "ERROR: " + url + ":" + lineNumber + ": " + message;
-    }
-
-    const isInBrowser = true;
-    </script>
-    <script src="driver.js"></script>
-    <script src="results.js"></script>
-    <script src="stats.js"></script>
-    
-    <div class="swoop">&nbsp;</div>
-    
-    <header>
-        <h1 class="logo"><img src="ARES-6.svg" title="ARES-6" alt="ARES-6"></h1>
-        <button id="trigger" class="start">
-            <span id="status">Start</span>
-        </button>
-        <div id="error" class="error"></div>
-    </header>
-
-    <main>
-    
-    <p>ARES-6 measures the execution time of JavaScript's newest features. <a href="about.html">Read more details&hellip;</a></p>
-
-    <div class="overall">
-        <h2>Overall</h2>
-        <div class="score">
-            <span id="Geomean">
-                <span class="value">&#8709;</span><span class="units">ms</span>
-            </span>
-        </div>
-    </div>    
-    
-    <div class="tests">
-        
-        <div class="air test">
-            <h2 id="AirMessage">Air</h2> 
-
-            <div class="score">
-                <label>First Iteration</label>
-                <span id="AirFirstIteration">
-                    <span class="value">&#8709;</span><span class="units">ms</span>
-                </span>
-            </div>
- 
-            <div class="score">
-                <label>Worst 4 Iterations</label>
-                <span id="AirAverageWorstCase">
-                    <span class="value">&#8709;</span><span class="units">ms</span>
-                </span>
-            </div>
-
-            <div class="score">
-                <label>Average</label>
-                <span id="AirSteadyState">
-                    <span class="value">&#8709;</span><span class="units">ms</span>
-                </span>
-            </div>
-        </div>
-    
-        <div class="basic test">
-            <h2 id="BasicMessage">Basic</h2> 
-            
-            <div class="score">
-                <label>First Iteration</label>
-                <span id="BasicFirstIteration">
-                    <span class="value">&#8709;</span><span class="units">ms</span>                    
-                </span>
-            </div>
- 
-            <div class="score">
-                <label>Worst 4 Iteratons</label>
-                <span id="BasicAverageWorstCase">
-                    <span class="value">&#8709;</span><span class="units">ms</span>                    
-                </span>
-            </div>
-
-            <div class="score">
-                <label>Average</label>
-                <span id="BasicSteadyState">
-                    <span class="value">&#8709;</span><span class="units">ms</span>                    
-                </span>
-            </div>
-        </div>
-
-        <div class="babylon test">
-            <h2 id="BabylonMessage">Babylon</h2> 
-            
-            <div class="score">
-                <label>First Iteration</label>
-                <span id="BabylonFirstIteration">
-                    <span class="value">&#8709;</span><span class="units">ms</span>                    
-                </span>
-            </div>
- 
-            <div class="score">
-                <label>Worst 4 Iterations</label>
-                <span id="BabylonAverageWorstCase">
-                    <span class="value">&#8709;</span><span class="units">ms</span>                    
-                </span>
-            </div>
-
-            <div class="score">
-                <label>Average</label>
-                <span id="BabylonSteadyState">
-                    <span class="value">&#8709;</span><span class="units">ms</span>                    
-                </span>
-            </div>
-        </div>
-
-        <div class="ML test">
-            <h2 id="MLMessage">ML</h2> 
-            
-            <div class="score">
-                <label>First Iteration</label>
-                <span id="MLFirstIteration">
-                    <span class="value">&#8709;</span><span class="units">ms</span>                    
-                </span>
-            </div>
- 
-            <div class="score">
-                <label>Worst 4 Iterations</label>
-                <span id="MLAverageWorstCase">
-                    <span class="value">&#8709;</span><span class="units">ms</span>                    
-                </span>
-            </div>
-
-            <div class="score">
-                <label>Average</label>
-                <span id="MLSteadyState">
-                    <span class="value">&#8709;</span><span class="units">ms</span>                    
-                </span>
-            </div>
-        </div>
-
-    </div>
-    </main>
-    
-    <iframe id="magic" frameBorder=0></iframe>
-    <script src="air_benchmark.js"></script>
-    <script src="basic_benchmark.js"></script>
-    <script src="babylon_benchmark.js"></script>
-    <script src="ml_benchmark.js"></script>
-    <script src="glue.js"></script>
-        
-</body>
-</html>

+ 0 - 337
test/benchmarks/ARES-6/styles.css

@@ -1,337 +0,0 @@
-html {
-    font-family: "Helvetica Neue","Helvetica",sans-serif;
-    font-size: 62.5%;
-    font-synthesis: none;
-}
-
-body {
-    margin: 0;
-    background-color: #2C2C3C;
-    width: 100%;
-    font-size: 1.6rem;
-    font-weight: 400;
-    line-height: 1.4;
-    color: #9B9B9B;
-    box-sizing: border-box;
-    padding: 6vw 9vw;
-}
-
-.swoop {
-    position: absolute;
-    top: 0;
-    left: 0;
-    bottom: 0;
-    right: 0;
-    background-image: url('swoop.svg');
-    background-repeat: no-repeat;
-    background-size: 50vw;
-    width: 0;
-    animation: wipe-in 1s ease-in 0ms forwards;
-}
-
-header,
-main,
-footer {
-    box-sizing: border-box;
-    max-width: 780px;
-    margin: 0 auto;
-}
-
-p a {
-    color: #E7B135;
-    text-decoration: none;
-}
-
-p a:hover {
-    text-decoration: underline;
-}
-
-header {
-    display: flex;
-    flex-wrap: wrap;
-}
-
-h2,
-.indicator {
-    font-size: 5rem;
-    color: #9B9B9B;
-    font-weight: 500;
-    line-height: 1.25;
-    margin: 0;
-}
-
-p {
-    color: #ffffff;
-    font-size: 1.8rem;
-    margin-bottom: 3rem;
-    opacity: 0;
-    animation: fade-in 1s ease-in 200ms forwards;
-}
-
-.about h2 {
-    margin-top: 3rem;
-}
-
-.logo {
-    width: 33rem;
-    height: auto;
-    white-space: nowrap;
-    overflow: hidden;
-    margin: 1px 1rem 1px 0;
-    font-size: 0;
-
-    opacity: 0;
-    animation: scale-in 1100ms ease-out 0ms forwards;
-}
-
-.start {
-    flex: 1;
-    display: block;
-    position: relative;
-    background-color: transparent;
-    border: 5px solid #E7B135;
-    font-size: 2.4rem;
-    font-weight: 600;
-    text-transform: uppercase;
-    color: #E7B135;
-
-    opacity: 0;
-    animation: flicker-in 500ms ease-out 1s forwards;
-
-}
-
-.start.ready {
-    transition: background 0.2s ease-out, color 0.2s ease-out;
-    cursor: pointer;
-}
-
-.start.ready:hover {
-    background-color: #E7B135;
-    color: #2C2C3C;
-}
-
-.start:after {
-    content: '';
-    display: block;
-    position: absolute;
-    right: 0;
-    top: 0;
-    width: 0;
-    height: 0;
-    border-top: 3rem solid #E7B135;
-    border-right: 0 solid transparent;
-    border-bottom: 0 solid transparent;
-    border-left: 3rem solid transparent;
-}
-
-.start.ready .testrun {
-    opacity: 0;
-}
-
-.tests {
-    display: flex;
-    flex-wrap: wrap;
-    justify-content: space-around;
-}
-
-.test {
-    position: relative;
-    flex: 1;
-    border-bottom: 1px solid #979797;
-    margin-right: 1rem;
-    margin-bottom: 3rem;
-    opacity: 0;
-    animation: fade-in 1s ease-out 700ms forwards;
-    min-width: 40%;
-}
-
-.test:nth-child(odd) {
-    animation-delay: 900ms;
-}
-
-.overall h2,
-.test h2 {
-    border-bottom: 1px solid #979797;
-}
-
-.test .running {
-    color: #ffffff;
-}
-
-#status {
-    line-height: 5.4rem;
-}
-
-.failed {
-    color: #ff5744;
-}
-
-#status.failed {
-    font-size: 1.5rem;
-}
-
-.test .failed:before {
-    content: '\2716';
-}
-
-.test .running:before {
-    content: '\25b8';
-}
-
-.score {
-    color: #E7B135;
-    margin: 1rem 0;
-    position: relative;
-}
-
-.score label {
-    text-transform: uppercase;
-    letter-spacing: 0.02rem;
-    font-weight: 500;
-    display: block;
-    line-height: 1;
-}
-
-.score .value {
-    font-size: 6.4rem;
-    font-weight: 600;
-
-    line-height: 1;
-    white-space: nowrap;
-}
-
-.score .units {
-    font-size: 4rem;
-    font-weight: 600;
-
-}
-
-.score .margin {
-    color: #9B9B9B;
-    position: absolute;
-    font-size: 2rem;
-    top: 2rem;
-    margin-left: 0.2rem;
-}
-
-.overall {
-    margin-bottom: 3rem;
-    opacity: 0;
-    animation: fade-in 1s ease-out 500ms forwards;
-}
-
-.overall .score  {
-    color: #ffffff;
-}
-
-.overall .margin  {
-    top: 0.5rem;
-}
-
-.about h2 {
-    margin-top: 3rem;
-    opacity: 0;
-    animation: fade-in 1s ease-out 500ms forwards;
-}
-
-.button {
-    display: inline-block;
-    position: relative;
-    border: 5px solid #E7B135;
-    padding: 1rem 3rem;
-    text-transform: uppercase;
-    font-weight: bold;
-    transition: background 0.2s ease-out, color 0.2s ease-out;
-}
-
-.button:hover {
-    background-color: #E7B135;
-    color: #2C2C3C;
-    text-decoration: none;
-}
-
-.button.return:before {
-    content: '';
-    display: block;
-    position: absolute;
-    left: 0;
-    top: 0;
-    width: 0;
-    height: 0;
-    border-top: 2rem solid #E7B135;
-    border-right: 2rem solid transparent;
-    border-bottom: 0 solid transparent;
-    border-left: 0 solid transparent;
-}
-
-#magic {
-    opacity: 0;
-}
-
-@keyframes fade-in {
-  0%   { opacity: 0; }
-  100% { opacity: 1; }
-}
-
-@keyframes scale-in {
-  0%   { opacity: 0; transform: scale(0.8); }
-  100% { opacity: 1; transform: scale(1); }
-}
-
-@keyframes flicker-in {
-  0%   { opacity: 0; }
-  30%  { opacity: 0.3; }
-  40%  { opacity: 0; }
-  50%  { opacity: 0.1; }
-  60%  { opacity: 0; }
-  70%  { opacity: 0.4; }
-  80%  { opacity: 0; }
-  100% { opacity: 1; }
-}
-
-@keyframes wipe-in {
-  0%   { width: 0; }
-  100%  { width: 100vw; }
-}
-
-@media only screen and (max-width: 784px) {
-    .logo {
-        width: 100%;
-        margin-bottom: 1rem;
-        margin: 0 0 1rem 0;
-    }
-    .start {
-        width: 100%;
-    }
-    .test {
-        flex: none;
-        width: 100%;
-    }
-    #status {
-        line-height: 4.3rem;
-    }
-    .start {
-        font-size: 2.1rem;
-    }
-    #status.failed {
-        font-size: 1.4rem;
-    }
-    p {
-        font-size: 1.6rem;
-    }
-}
-
-@media only screen and (max-width: 320px) {
-    #status {
-        line-height: 3.8rem;
-    }
-    .start {
-        font-size: 1.9rem;
-    }
-    #status.failed {
-        font-size: 1.1rem;
-    }
-    p {
-        font-size: 1.4rem;
-    }
-}

+ 0 - 3
test/benchmarks/ARES-6/swoop.svg

@@ -1,3 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="614" height="612" viewBox="0 0 614 612">
-    <polygon fill="#9B9B9B" points="101.822 54.713 0 611.475 0 249.855 97.38 43.051 558.229 0 613.901 0"/><polygon fill="#E7B135" points="90.252 25.088 0 65.877 0 36.104 0 0 90.252 0 432.078 0"/>
-</svg>

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor