|
28 | 28 | </head>
|
29 | 29 | <body>
|
30 | 30 | <div class="container">
|
31 |
| - <canvas id="chart1687684087088" width="16" height="9"></canvas> |
| 31 | + <canvas id="chart1742452282334" 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 ctx1687684087088 = document |
55 |
| - .getElementById('chart1687684087088') |
| 54 | + const ctx1742452282334 = document |
| 55 | + .getElementById('chart1742452282334') |
56 | 56 | .getContext('2d')
|
57 |
| - const chart1687684087088 = new Chart(ctx1687684087088, { |
| 57 | + const chart1742452282334 = new Chart(ctx1742452282334, { |
58 | 58 | type: 'bar',
|
59 | 59 | data: {
|
60 | 60 | labels: ["get 1 KiB of data","put 1 KiB of data","put zero data","put zero data then del"],
|
61 | 61 | datasets: [
|
62 | 62 | {
|
63 |
| - data: [47519,32985,35687,17917], |
64 |
| - backgroundColor: ["hsl(120, 85%, 55%)","hsl(83.29199999999999, 85%, 55%)","hsl(90.11999999999999, 85%, 55%)","hsl(45.24, 85%, 55%)"], |
65 |
| - borderColor: ["hsl(120, 85%, 55%)","hsl(83.29199999999999, 85%, 55%)","hsl(90.11999999999999, 85%, 55%)","hsl(45.24, 85%, 55%)"], |
| 63 | + data: [71704,40939,49028,19057], |
| 64 | + backgroundColor: ["hsl(120, 85%, 55%)","hsl(68.50800000000001, 85%, 55%)","hsl(82.056, 85%, 55%)","hsl(31.895999999999997, 85%, 55%)"], |
| 65 | + borderColor: ["hsl(120, 85%, 55%)","hsl(68.50800000000001, 85%, 55%)","hsl(82.056, 85%, 55%)","hsl(31.895999999999997, 85%, 55%)"], |
66 | 66 | borderWidth: 2,
|
67 | 67 | },
|
68 | 68 | ],
|
|
0 commit comments