|
28 | 28 | </head>
|
29 | 29 | <body>
|
30 | 30 | <div class="container">
|
31 |
| - <canvas id="chart1687501360929" width="16" height="9"></canvas> |
| 31 | + <canvas id="chart1741583490433" 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 ctx1687501360929 = document |
55 |
| - .getElementById('chart1687501360929') |
| 54 | + const ctx1741583490433 = document |
| 55 | + .getElementById('chart1741583490433') |
56 | 56 | .getContext('2d')
|
57 |
| - const chart1687501360929 = new Chart(ctx1687501360929, { |
| 57 | + const chart1741583490433 = new Chart(ctx1741583490433, { |
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: [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%)"], |
| 63 | + data: [778,395,400,30,5144,820,1908,788,1583,5795], |
| 64 | + backgroundColor: ["hsl(16.116000000000007, 85%, 55%)","hsl(8.18399999999999, 85%, 55%)","hsl(8.280000000000008, 85%, 55%)","hsl(0.6239999999999952, 85%, 55%)","hsl(106.52399999999999, 85%, 55%)","hsl(16.980000000000008, 85%, 55%)","hsl(39.504, 85%, 55%)","hsl(16.319999999999993, 85%, 55%)","hsl(32.78399999999999, 85%, 55%)","hsl(120, 85%, 55%)"], |
| 65 | + borderColor: ["hsl(16.116000000000007, 85%, 55%)","hsl(8.18399999999999, 85%, 55%)","hsl(8.280000000000008, 85%, 55%)","hsl(0.6239999999999952, 85%, 55%)","hsl(106.52399999999999, 85%, 55%)","hsl(16.980000000000008, 85%, 55%)","hsl(39.504, 85%, 55%)","hsl(16.319999999999993, 85%, 55%)","hsl(32.78399999999999, 85%, 55%)","hsl(120, 85%, 55%)"], |
66 | 66 | borderWidth: 2,
|
67 | 67 | },
|
68 | 68 | ],
|
|
0 commit comments