Skip to content

Commit

Permalink
placed Basemark Web 3.0 benchmarks into an archived section
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmJafeth committed Sep 21, 2024
1 parent 6338aa6 commit 24ca917
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions content/benchmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,29 @@ xychart-beta
line [1464,1562,1538,1527]
```


<style>
/* Add spacing between each details section */
details {
margin-bottom: 20px; /* Adjust this value to increase or decrease spacing */
}

/* Style the summary to make it stand out */
summary {
font-size: 1.25em;
font-weight: bold;
cursor: pointer; /* Changes cursor to pointer when hovering over summary */
}

/* Add spacing between the summary and the content */
details > summary + * {
margin-top: 10px;
}
</style>

<details>
<summary>Archived Benchmarks (Basemark Web 3.0)</summary>

## [Basemark Web 3.0](https://web.basemark.com/)

| Version | Score |CSS | HTML5 | Page Responsiveness |
Expand Down Expand Up @@ -110,3 +133,7 @@ xychart-beta
bar [475.52, 470.49, 1747.98, 1964.43, 446.74, 470, 1660.89, 1678.49, 1874.49, 1658.87, 2141.63, 1732, 1957, 1920]
line [475.52, 470.49, 1747.98, 1964.43, 446.74, 470, 1660.89, 1678.49, 1874.49, 1658.87, 2141.63, 1732, 1957, 1920]
```

</details>


0 comments on commit 24ca917

Please sign in to comment.