Skip to content

Commit

Permalink
Bumps tscheck, fixes StoneCypher/fsl#722
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed May 8, 2022
1 parent 7b4c2ba commit c7b93af
Show file tree
Hide file tree
Showing 6 changed files with 897 additions and 21 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="chart1652046176729" width="16" height="9"></canvas>
<canvas id="chart1652046365363" width="16" height="9"></canvas>
</div>
<script>
const format = (num) => {
Expand All @@ -51,18 +51,18 @@
chunked.map((chunk) => chunk.join('')).join(' ') + fractionStr
)
}
const ctx1652046176729 = document
.getElementById('chart1652046176729')
const ctx1652046365363 = document
.getElementById('chart1652046365363')
.getContext('2d')
const chart1652046176729 = new Chart(ctx1652046176729, {
const chart1652046365363 = new Chart(ctx1652046365363, {
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: [16934,1647,13838,835],
backgroundColor: ["hsl(120, 85%, 55%)","hsl(11.676000000000005, 85%, 55%)","hsl(98.06400000000001, 85%, 55%)","hsl(5.9160000000000075, 85%, 55%)"],
borderColor: ["hsl(120, 85%, 55%)","hsl(11.676000000000005, 85%, 55%)","hsl(98.06400000000001, 85%, 55%)","hsl(5.9160000000000075, 85%, 55%)"],
data: [20030,1707,13722,828],
backgroundColor: ["hsl(120, 85%, 55%)","hsl(10.223999999999995, 85%, 55%)","hsl(82.212, 85%, 55%)","hsl(4.955999999999994, 85%, 55%)"],
borderColor: ["hsl(120, 85%, 55%)","hsl(10.223999999999995, 85%, 55%)","hsl(82.212, 85%, 55%)","hsl(4.955999999999994, 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:42:56.729Z",
"date": "2022-05-08T21:46:05.363Z",
"version": "1.1.0",
"results": [
{
"name": "Blind cycle a traffic light 500 times by transition",
"ops": 16934,
"margin": 1.95,
"ops": 20030,
"margin": 2.06,
"percentSlower": 0
},
{
"name": "Blind cycle a hooked traffic light 500 times by transition",
"ops": 1647,
"margin": 0.79,
"percentSlower": 90.27
"ops": 1707,
"margin": 0.83,
"percentSlower": 91.48
},
{
"name": "Blind cycle a traffic light 500 times by action",
"ops": 13838,
"margin": 0.66,
"percentSlower": 18.28
"ops": 13722,
"margin": 1.78,
"percentSlower": 31.49
},
{
"name": "Blind cycle a hooked traffic light 500 times by action",
"ops": 835,
"margin": 0.84,
"percentSlower": 95.07
"ops": 828,
"margin": 2.04,
"percentSlower": 95.87
}
],
"fastest": {
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.

0 comments on commit c7b93af

Please sign in to comment.