Skip to content

Commit

Permalink
Update graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
beeequeue authored and github-actions[bot] committed Jul 26, 2024
1 parent ef4a12f commit b887d2a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,31 +17,31 @@ Lower is better. Leftmost is the base, with the others being the difference from
```mermaid
xychart-beta
title "src/main.bench.ts > one (red)"
x-axis ["[email protected]", "[email protected]", "[email protected]", "[email protected]", "node:util@22.1.0", "[email protected]"]
x-axis ["[email protected]", "[email protected]", "[email protected]", "[email protected]", "node:util@22.5.1", "[email protected]"]
y-axis Difference from fastest
bar [1.0000, 1.1883, 2.9270, 3.6189, 4.8152, 5.3885]
bar [1.0000, 1.1541, 3.0158, 4.5723, 4.9722, 5.5895]
```

```mermaid
xychart-beta
title "src/main.bench.ts > two (red, bold)"
x-axis ["[email protected]", "[email protected]", "[email protected]", "[email protected]", "node:util@22.1.0", "[email protected]"]
x-axis ["[email protected]", "[email protected]", "[email protected]", "[email protected]", "node:util@22.5.1", "[email protected]"]
y-axis Difference from fastest
bar [1.0000, 1.1394, 2.1772, 3.8057, 6.4463, 8.4372]
bar [1.0000, 1.3401, 3.2930, 4.1972, 7.5553, 9.4031]
```

```mermaid
xychart-beta
title "src/main.bench.ts > three (blue, bold, italic)"
x-axis ["[email protected]", "[email protected]", "[email protected]", "[email protected]", "node:util@22.1.0", "[email protected]"]
x-axis ["[email protected]", "[email protected]", "[email protected]", "[email protected]", "node:util@22.5.1", "[email protected]"]
y-axis Difference from fastest
bar [1.0000, 2.0984, 2.5773, 5.5369, 10.1776, 13.7858]
bar [1.0000, 1.9636, 2.5863, 5.7097, 9.8296, 14.3438]
```

```mermaid
xychart-beta
title "src/main.bench.ts > complex"
x-axis ["[email protected]", "[email protected]", "[email protected]", "[email protected]", "node:util@22.1.0", "[email protected]"]
x-axis ["[email protected]", "[email protected]", "[email protected]", "[email protected]", "node:util@22.5.1", "[email protected]"]
y-axis Difference from fastest
bar [1.0000, 4.1101, 9.3336, 18.4526, 22.1868, 49.5891]
bar [1.0000, 3.9320, 8.8911, 17.8708, 21.8199, 49.3448]
```

0 comments on commit b887d2a

Please sign in to comment.