Skip to content

Commit

Permalink
forgot version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed May 8, 2022
1 parent 9be7e04 commit 1e3d722
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 28 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="chart1652002716455" width="16" height="9"></canvas>
<canvas id="chart1652002932520" width="16" height="9"></canvas>
</div>
<script>
const format = (num) => {
Expand All @@ -51,18 +51,18 @@
chunked.map((chunk) => chunk.join('')).join(' ') + fractionStr
)
}
const ctx1652002716455 = document
.getElementById('chart1652002716455')
const ctx1652002932520 = document
.getElementById('chart1652002932520')
.getContext('2d')
const chart1652002716455 = new Chart(ctx1652002716455, {
const chart1652002932520 = new Chart(ctx1652002932520, {
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: [18818,1661,14241,833],
backgroundColor: ["hsl(120, 85%, 55%)","hsl(10.595999999999998, 85%, 55%)","hsl(90.816, 85%, 55%)","hsl(5.316000000000008, 85%, 55%)"],
borderColor: ["hsl(120, 85%, 55%)","hsl(10.595999999999998, 85%, 55%)","hsl(90.816, 85%, 55%)","hsl(5.316000000000008, 85%, 55%)"],
data: [17597,1684,14251,824],
backgroundColor: ["hsl(120, 85%, 55%)","hsl(11.483999999999993, 85%, 55%)","hsl(97.18799999999999, 85%, 55%)","hsl(5.6160000000000085, 85%, 55%)"],
borderColor: ["hsl(120, 85%, 55%)","hsl(11.483999999999993, 85%, 55%)","hsl(97.18799999999999, 85%, 55%)","hsl(5.6160000000000085, 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-08T09:38:36.455Z",
"date": "2022-05-08T09:42:12.520Z",
"version": "1.1.0",
"results": [
{
"name": "Blind cycle a traffic light 500 times by transition",
"ops": 18818,
"margin": 1.33,
"ops": 17597,
"margin": 1.41,
"percentSlower": 0
},
{
"name": "Blind cycle a hooked traffic light 500 times by transition",
"ops": 1661,
"margin": 1.03,
"percentSlower": 91.17
"ops": 1684,
"margin": 0.73,
"percentSlower": 90.43
},
{
"name": "Blind cycle a traffic light 500 times by action",
"ops": 14241,
"margin": 1.25,
"percentSlower": 24.32
"ops": 14251,
"margin": 2.94,
"percentSlower": 19.01
},
{
"name": "Blind cycle a hooked traffic light 500 times by action",
"ops": 833,
"margin": 1.14,
"percentSlower": 95.57
"ops": 824,
"margin": 1.57,
"percentSlower": 95.32
}
],
"fastest": {
Expand Down
2 changes: 1 addition & 1 deletion dist/es6/version.js
@@ -1,2 +1,2 @@
const version = "5.51.0";
const version = "5.52.0";
export { version };
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.cjs.nonmin.js
Expand Up @@ -15887,7 +15887,7 @@ function peg$parse(input, options) {
}
}

const version = "5.51.0";
const version = "5.52.0";

// whargarbl lots of these return arrays could/should be sets
/* eslint-disable complexity */
Expand Down
2 changes: 1 addition & 1 deletion dist/jssm.es5.iife.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jssm.es5.iife.nonmin.js
Expand Up @@ -15886,7 +15886,7 @@ var jssm = (function (exports) {
}
}

const version = "5.51.0";
const version = "5.52.0";

// whargarbl lots of these return arrays could/should be sets
/* eslint-disable complexity */
Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jssm",
"version": "5.51.0",
"version": "5.52.0",
"engines": {
"node": ">=10.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/ts/version.ts
@@ -1,3 +1,3 @@

const version: string = "5.51.0";
const version: string = "5.52.0";
export { version };

0 comments on commit 1e3d722

Please sign in to comment.