Skip to content

Commit

Permalink
Updated benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCDragonkai committed May 26, 2022
1 parent 6302cfa commit f9913c1
Show file tree
Hide file tree
Showing 4 changed files with 699 additions and 717 deletions.
10 changes: 5 additions & 5 deletions benches/results/DB1KiB.chart.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</head>
<body>
<div style="max-width: 800px">
<canvas id="chart1650349198645" width="16" height="9"></canvas>
<canvas id="chart1653548657749" width="16" height="9"></canvas>
</div>
<script>
const format = (num) => {
Expand All @@ -34,10 +34,10 @@

return chunked.map((chunk) => chunk.join("")).join(" ");
};
const ctx1650349198645 = document
.getElementById("chart1650349198645")
const ctx1653548657749 = document
.getElementById("chart1653548657749")
.getContext("2d");
const chart1650349198645 = new Chart(ctx1650349198645, {
const chart1653548657749 = new Chart(ctx1653548657749, {
type: "bar",
data: {
labels: [
Expand All @@ -48,7 +48,7 @@
],
datasets: [
{
data: [46034, 32639, 34614, 18795],
data: [52988, 31206, 36332, 19568],
backgroundColor: [
"rgba(63, 142, 252, 0.8)",
"rgba(116, 165, 127, 0.8)",
Expand Down
Loading

0 comments on commit f9913c1

Please sign in to comment.