|
28 | 28 | </head>
|
29 | 29 | <body>
|
30 | 30 | <div class="container">
|
31 |
| - <canvas id="chart1658741454799" width="16" height="9"></canvas> |
| 31 | + <canvas id="chart1687501360929" width="16" height="9"></canvas> |
32 | 32 | </div>
|
33 | 33 | <script>
|
34 | 34 | const format = (num) => {
|
|
51 | 51 | chunked.map((chunk) => chunk.join('')).join(' ') + fractionStr
|
52 | 52 | )
|
53 | 53 | }
|
54 |
| - const ctx1658741454799 = document |
55 |
| - .getElementById('chart1658741454799') |
| 54 | + const ctx1687501360929 = document |
| 55 | + .getElementById('chart1687501360929') |
56 | 56 | .getContext('2d')
|
57 |
| - const chart1658741454799 = new Chart(ctx1658741454799, { |
| 57 | + const chart1687501360929 = new Chart(ctx1687501360929, { |
58 | 58 | type: 'bar',
|
59 | 59 | data: {
|
60 | 60 | labels: ["call overhead","parallel call overhead","parallel queue overhead","json stringify of 1 MiB of data","base64 of 1 MiB of data","md5 Hash of 1 MiB of data","sha256 Hash of 1 MiB of data","sha512 Hash of 1 MiB of data","transfer Overhead","slice-Copy of 1 MiB of data"],
|
61 | 61 | datasets: [
|
62 | 62 | {
|
63 |
| - data: [859,435,439,21,1150,702,1740,636,759,6400], |
64 |
| - backgroundColor: ["hsl(16.104000000000003, 85%, 55%)","hsl(8.159999999999997, 85%, 55%)","hsl(8.232, 85%, 55%)","hsl(0.39599999999999796, 85%, 55%)","hsl(21.564, 85%, 55%)","hsl(13.164, 85%, 55%)","hsl(32.628, 85%, 55%)","hsl(11.927999999999997, 85%, 55%)","hsl(14.232, 85%, 55%)","hsl(120, 85%, 55%)"], |
65 |
| - borderColor: ["hsl(16.104000000000003, 85%, 55%)","hsl(8.159999999999997, 85%, 55%)","hsl(8.232, 85%, 55%)","hsl(0.39599999999999796, 85%, 55%)","hsl(21.564, 85%, 55%)","hsl(13.164, 85%, 55%)","hsl(32.628, 85%, 55%)","hsl(11.927999999999997, 85%, 55%)","hsl(14.232, 85%, 55%)","hsl(120, 85%, 55%)"], |
| 63 | + data: [854,439,438,18,3981,759,1887,676,793,8508], |
| 64 | + backgroundColor: ["hsl(12.048000000000007, 85%, 55%)","hsl(6.191999999999996, 85%, 55%)","hsl(6.180000000000007, 85%, 55%)","hsl(0.2519999999999925, 85%, 55%)","hsl(56.147999999999996, 85%, 55%)","hsl(10.704000000000002, 85%, 55%)","hsl(26.61600000000001, 85%, 55%)","hsl(9.540000000000003, 85%, 55%)","hsl(11.183999999999992, 85%, 55%)","hsl(120, 85%, 55%)"], |
| 65 | + borderColor: ["hsl(12.048000000000007, 85%, 55%)","hsl(6.191999999999996, 85%, 55%)","hsl(6.180000000000007, 85%, 55%)","hsl(0.2519999999999925, 85%, 55%)","hsl(56.147999999999996, 85%, 55%)","hsl(10.704000000000002, 85%, 55%)","hsl(26.61600000000001, 85%, 55%)","hsl(9.540000000000003, 85%, 55%)","hsl(11.183999999999992, 85%, 55%)","hsl(120, 85%, 55%)"], |
66 | 66 | borderWidth: 2,
|
67 | 67 | },
|
68 | 68 | ],
|
|
0 commit comments