Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Anexen committed Jan 28, 2024
1 parent 68b4e87 commit 80f6552
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bench/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
});

const formatRatio = (x) => {
return "x" + Plotly.d3.format("0.2f")(x);
return "x" + Plotly.d3.format("0.1f")(x);
};
const formatDuration = (x) => {
return Plotly.d3.format("0.4s")(x.value / 1e9) + "s";
Expand Down
Binary file modified docs/static/bench.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 80f6552

Please sign in to comment.