aboutsummaryrefslogtreecommitdiff
path: root/bench/jsx-entity-decoding.jsx
diff options
context:
space:
mode:
authorGravatar evan <github@evan.lol> 2022-07-12 04:40:12 -0400
committerGravatar GitHub <noreply@github.com> 2022-07-12 01:40:12 -0700
commita9e4ff2029a769737982fcf7e0b7d76d35cf35e4 (patch)
tree497832408d926e2bed779fcec4ba655624a29792 /bench/jsx-entity-decoding.jsx
parent7eea306b0ff46a27f134809a9b3c12bf4b38fa7e (diff)
downloadbun-a9e4ff2029a769737982fcf7e0b7d76d35cf35e4.tar.gz
bun-a9e4ff2029a769737982fcf7e0b7d76d35cf35e4.tar.zst
bun-a9e4ff2029a769737982fcf7e0b7d76d35cf35e4.zip
cleanup benchmarks folder (#587)
* cleanup benchmarks * run prettier
Diffstat (limited to 'bench/jsx-entity-decoding.jsx')
-rw-r--r--bench/jsx-entity-decoding.jsx29
1 files changed, 0 insertions, 29 deletions
diff --git a/bench/jsx-entity-decoding.jsx b/bench/jsx-entity-decoding.jsx
deleted file mode 100644
index 29834d781..000000000
--- a/bench/jsx-entity-decoding.jsx
+++ /dev/null
@@ -1,29 +0,0 @@
-import React from "react";
-
-export default (
- <>
- &zwj;&zwj;&zwj;&zwj;&zwj;&zwj;&zwj&thetasym;&cong;&cong;&cong;&cong;&cong;&cong;&cong;&cong;
- &uuml;&uuml;&uuml;&uuml;&uuml;&uuml;&uuml&pound;&aring;&aring;&aring;&aring;&aring;&aring;&aring;&aring;
- &oacute;&oacute;&oacute;&oacute;&oacute;&oacute;&oacute&Pi;&mu;&mu;&mu;&mu;&mu;&mu;&mu;&mu;
- &clubs;&clubs;&clubs;&clubs;&clubs;&clubs;&clubs&oplus;&cent;&cent;&cent;&cent;&cent;&cent;&cent;&cent;
- &Iuml;&Iuml;&Iuml;&Iuml;&Iuml;&Iuml;&Iuml&zwnj;&thorn;&thorn;&thorn;&thorn;&thorn;&thorn;&thorn;&thorn;
- &hellip;&hellip;&hellip;&hellip;&hellip;&hellip;&hellip&deg;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;
- &lambda;&lambda;&lambda;&lambda;&lambda;&lambda;&lambda&rho;&dArr;&dArr;&dArr;&dArr;&dArr;&dArr;&dArr;&dArr;
- &hArr;&hArr;&hArr;&hArr;&hArr;&hArr;&hArr&Tau;&ne;&ne;&ne;&ne;&ne;&ne;&ne;&ne;
- &ucirc;&ucirc;&ucirc;&ucirc;&ucirc;&ucirc;&ucirc&bull;&perp;&perp;&perp;&perp;&perp;&perp;&perp;&perp;
- &ocirc;&ocirc;&ocirc;&ocirc;&ocirc;&ocirc;&ocirc&para;&oacute;&oacute;&oacute;&oacute;&oacute;&oacute;&oacute;&oacute;
- &sub;&sub;&sub;&sub;&sub;&sub;&sub&aacute;&iacute;&iacute;&iacute;&iacute;&iacute;&iacute;&iacute;&iacute;
- &cedil;&cedil;&cedil;&cedil;&cedil;&cedil;&cedil&laquo;&sect;&sect;&sect;&sect;&sect;&sect;&sect;&sect;
- &uml;&uml;&uml;&uml;&uml;&uml;&uml&sigmaf;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;
- &Ocirc;&Ocirc;&Ocirc;&Ocirc;&Ocirc;&Ocirc;&Ocirc&int;&yen;&yen;&yen;&yen;&yen;&yen;&yen;&yen;
- &sigmaf;&sigmaf;&sigmaf;&sigmaf;&sigmaf;&sigmaf;&sigmaf&Epsilon;&laquo;&laquo;&laquo;&laquo;&laquo;&laquo;&laquo;&laquo;
- &diams;&diams;&diams;&diams;&diams;&diams;&diams&Oacute;&ordf;&ordf;&ordf;&ordf;&ordf;&ordf;&ordf;&ordf;
- &infin;&infin;&infin;&infin;&infin;&infin;&infin&hArr;&sdot;&sdot;&sdot;&sdot;&sdot;&sdot;&sdot;&sdot;
- &ograve;&ograve;&ograve;&ograve;&ograve;&ograve;&ograve&yacute;&times;&times;&times;&times;&times;&times;&times;&times;
- &lceil;&lceil;&lceil;&lceil;&lceil;&lceil;&lceil&omega;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;&szlig;
- &ge;&ge;&ge;&ge;&ge;&ge;&ge&szlig;&uuml;&uuml;&uuml;&uuml;&uuml;&uuml;&uuml;&uuml;
- &rho;&rho;&rho;&rho;&rho;&rho;&rho&scaron;&prop;&prop;&prop;&prop;&prop;&prop;&prop;&prop;
- &loz;&loz;&loz;&loz;&loz;&loz;&loz&chi;&crarr;&crarr;&crarr;&crarr;&crarr;&crarr;&crarr;&crarr;
- &Egrave;&Egrave;&Egrave;&Egrave;&Egrave;&Egrave;&Egrave&nbsp;&Aring;&Aring;&Aring;&Aring;&Aring;&Aring;&Aring;&Aring;
- </>
-);