Skip to content

Commit d852952

Browse files
committed
WIP
1 parent 414d5d6 commit d852952

23 files changed

+2881
-2628
lines changed

benches/results/crypto_100KiB.chart.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</head>
2929
<body>
3030
<div class="container">
31-
<canvas id="chart1661148325685" width="16" height="9"></canvas>
31+
<canvas id="chart1687794239503" width="16" height="9"></canvas>
3232
</div>
3333
<script>
3434
const format = (num) => {
@@ -51,18 +51,18 @@
5151
chunked.map((chunk) => chunk.join('')).join(' ') + fractionStr
5252
)
5353
}
54-
const ctx1661148325685 = document
55-
.getElementById('chart1661148325685')
54+
const ctx1687794239503 = document
55+
.getElementById('chart1687794239503')
5656
.getContext('2d')
57-
const chart1661148325685 = new Chart(ctx1661148325685, {
57+
const chart1687794239503 = new Chart(ctx1687794239503, {
5858
type: 'bar',
5959
data: {
6060
labels: ["encrypt 100 KiB of data","decrypt 100 KiB of data","encrypt 100 KiB of data with workers","decrypt 100 KiB of data with workers"],
6161
datasets: [
6262
{
63-
data: [130,135,96,92],
64-
backgroundColor: ["hsl(115.56, 85%, 55%)","hsl(120, 85%, 55%)","hsl(85.332, 85%, 55%)","hsl(81.78000000000002, 85%, 55%)"],
65-
borderColor: ["hsl(115.56, 85%, 55%)","hsl(120, 85%, 55%)","hsl(85.332, 85%, 55%)","hsl(81.78000000000002, 85%, 55%)"],
63+
data: [169,170,125,146],
64+
backgroundColor: ["hsl(119.292, 85%, 55%)","hsl(120, 85%, 55%)","hsl(88.236, 85%, 55%)","hsl(103.056, 85%, 55%)"],
65+
borderColor: ["hsl(119.292, 85%, 55%)","hsl(120, 85%, 55%)","hsl(88.236, 85%, 55%)","hsl(103.056, 85%, 55%)"],
6666
borderWidth: 2,
6767
},
6868
],

0 commit comments

Comments
 (0)