Skip to content

Commit

Permalink
Bumps terser, fixes StoneCypher/fsl#720
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed May 8, 2022
1 parent 6bf6216 commit 5d08dc6
Show file tree
Hide file tree
Showing 9 changed files with 142 additions and 190 deletions.
14 changes: 7 additions & 7 deletions benchmark/results/general.chart.html
Expand Up @@ -28,7 +28,7 @@
</head>
<body>
<div class="container">
<canvas id="chart1652044767023" width="16" height="9"></canvas>
<canvas id="chart1652045829401" width="16" height="9"></canvas>
</div>
<script>
const format = (num) => {
Expand All @@ -51,18 +51,18 @@
chunked.map((chunk) => chunk.join('')).join(' ') + fractionStr
)
}
const ctx1652044767023 = document
.getElementById('chart1652044767023')
const ctx1652045829401 = document
.getElementById('chart1652045829401')
.getContext('2d')
const chart1652044767023 = new Chart(ctx1652044767023, {
const chart1652045829401 = new Chart(ctx1652045829401, {
type: 'bar',
data: {
labels: ["Blind cycle a traffic light 500 times by transition","Blind cycle a hooked traffic light 500 times by transition","Blind cycle a traffic light 500 times by action","Blind cycle a hooked traffic light 500 times by action"],
datasets: [
{
data: [19064,1716,14278,838],
backgroundColor: ["hsl(120, 85%, 55%)","hsl(10.799999999999999, 85%, 55%)","hsl(89.88000000000001, 85%, 55%)","hsl(5.280000000000007, 85%, 55%)"],
borderColor: ["hsl(120, 85%, 55%)","hsl(10.799999999999999, 85%, 55%)","hsl(89.88000000000001, 85%, 55%)","hsl(5.280000000000007, 85%, 55%)"],
data: [17308,1610,12894,792],
backgroundColor: ["hsl(120, 85%, 55%)","hsl(11.159999999999997, 85%, 55%)","hsl(89.4, 85%, 55%)","hsl(5.495999999999998, 85%, 55%)"],
borderColor: ["hsl(120, 85%, 55%)","hsl(11.159999999999997, 85%, 55%)","hsl(89.4, 85%, 55%)","hsl(5.495999999999998, 85%, 55%)"],
borderWidth: 2,
},
],
Expand Down
24 changes: 12 additions & 12 deletions benchmark/results/general.json
@@ -1,31 +1,31 @@
{
"name": "General performance suite",
"date": "2022-05-08T21:19:27.023Z",
"date": "2022-05-08T21:37:09.401Z",
"version": "1.1.0",
"results": [
{
"name": "Blind cycle a traffic light 500 times by transition",
"ops": 19064,
"margin": 1.18,
"ops": 17308,
"margin": 1.39,
"percentSlower": 0
},
{
"name": "Blind cycle a hooked traffic light 500 times by transition",
"ops": 1716,
"margin": 0.74,
"percentSlower": 91
"ops": 1610,
"margin": 2.93,
"percentSlower": 90.7
},
{
"name": "Blind cycle a traffic light 500 times by action",
"ops": 14278,
"margin": 1,
"percentSlower": 25.1
"ops": 12894,
"margin": 3.19,
"percentSlower": 25.5
},
{
"name": "Blind cycle a hooked traffic light 500 times by action",
"ops": 838,
"margin": 0.82,
"percentSlower": 95.6
"ops": 792,
"margin": 3.14,
"percentSlower": 95.42
}
],
"fastest": {
Expand Down
2 changes: 1 addition & 1 deletion dist/es6/jssm-dot.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jssm.es5.cjs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jssm.es5.iife.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/classes/Machine.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/modules.html

Large diffs are not rendered by default.

0 comments on commit 5d08dc6

Please sign in to comment.