Skip to content

Commit 5729640

Browse files
committed
fix-merge
1 parent 2cf8acb commit 5729640

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

in-depth.html

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -139,18 +139,9 @@ <h3>
139139
</h3>
140140

141141
<p>
142-
<<<<<<< HEAD
143142
The <span style="color: var(--text-color-very-subtle);">greyed-out workloads</span> are not run by default but can be manually enabled on the command-line or via
144143
the <code>?test=</code> URL parameter.
145144
You can also click on the workload name to run that one individually, or on tags to run all workloads with a certain tag.
146-
||||||| 6588e89
147-
The <span style="color: var(--text-color-very-subtle);">greyed-out workloads</span> are not run by default but can be manually enabled on the command-line or via
148-
the <i>testList</i> URL parameter.
149-
=======
150-
The <span style="color: var(--text-color-very-subtle);">greyed-out workloads</span> are not run by
151-
default but can be manually enabled on the command-line or via
152-
the <i>testList</i> URL parameter.
153-
>>>>>>> main
154145
</p>
155146

156147
<dl id="workload-details">
@@ -631,13 +622,6 @@ <h3>
631622
Source code: <a href="web-tooling-benchmark/src/postcss.mjs">postcss.mjs</a>
632623
</dd>
633624
<dt id="prettier-wtb">prettier-wtb</dt>
634-
<<<<<<< HEAD
635-
<dd>TODO</dd>
636-
<dt id="prismjs-startup-es5">prismjs-startup-es5</dt>
637-
||||||| 6588e89
638-
<dd>TODO</dd>
639-
<dt id="prismjs-startup-es5" class="non-default">prismjs-startup-es5</dt>
640-
=======
641625
<dd>
642626
This benchmark runs the <a href="https://prettier.io/">Prettier</a> code formatter on various
643627
JavaScript
@@ -647,7 +631,6 @@ <h3>
647631
Source code: <a href="web-tooling-benchmark/src/prettier.mjs">prettier.mjs</a>
648632
</dd>
649633
<dt id="prismjs-startup-es5" class="non-default">prismjs-startup-es5</dt>
650-
>>>>>>> main
651634
<dt id="prismjs-startup-es6">prismjs-startup-es6</dt>
652635
<dd>
653636
These benchmarks measure the performance of the <a href="https://prismjs.com/">PrismJS</a> syntax
@@ -952,21 +935,13 @@ <h3>
952935
A similar version of this benchmark was previously published in Octane version 2.
953936
Source code: <a href="Octane/typescript.js">typescript.js</a>
954937
</dd>
955-
<<<<<<< HEAD
956-
<dt id="typescript-octane">typescript-octane</dt>
957-
<dd>TODO</dd>
958-
||||||| 6588e89
959-
<dt id="typescript-octane" class="non-default">typescript-octane</dt>
960-
<dd>TODO</dd>
961-
=======
962938
<dt id="typescript-octane" class="non-default">typescript-octane</dt>
963939
<dd>
964940
The original <a href="https://developers.google.com/octane/">Octane</a> version of the TypeScript
965941
benchmark. It measures the time it takes the TypeScript compiler to compile a large input file,
966942
stressing the performance of a large-scale JavaScript application with complex data structures.
967943
Source code: <a href="Octane/typescript.js">typescript.js</a>
968944
</dd>
969-
>>>>>>> main
970945
<dt id="UniPoker">UniPoker</dt>
971946
<dd>
972947
UniPoker is a 5 card stud poker simulation using the Unicode playing card code points,

0 commit comments

Comments
 (0)