Skip to content

Commit

Permalink
Merge branch 'main' of github.com:tinylibs/tinybench
Browse files Browse the repository at this point in the history
  • Loading branch information
jerome-benoit committed Dec 23, 2024
2 parents 1a5a5e1 + 6f05405 commit 4196f37
Show file tree
Hide file tree
Showing 24 changed files with 141 additions and 135 deletions.
2 changes: 1 addition & 1 deletion docs/assets/hierarchy.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
window.hierarchyData = "data:application/octet-stream;base64,H4sIAAAAAAAAA6tWKsrPLylWsoqO1VEqSk3LSU0uyczPK1ayqq6tBQAWeT+5HQAAAA=="
window.hierarchyData = "eJyrVirKzy8pVrKKjtVRKkpNy0lNLsnMzytWsqqurQUAmx4Kpg=="
8 changes: 4 additions & 4 deletions docs/assets/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions docs/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
--light-color-ts-function: #572be7;
--light-color-ts-class: #1f70c2;
--light-color-ts-interface: #108024;
--light-color-ts-constructor: #4d7fff;
--light-color-ts-property: #ff984d;
--light-color-ts-method: #ff4db8;
--light-color-ts-constructor: var(--light-color-ts-class);
--light-color-ts-property: #9f5f30;
--light-color-ts-method: #be3989;
--light-color-ts-reference: #ff4d82;
--light-color-ts-call-signature: var(--light-color-ts-method);
--light-color-ts-index-signature: var(--light-color-ts-property);
Expand All @@ -41,7 +41,7 @@
--light-color-ts-parameter: var(--light-color-ts-variable);
/* type literal not included as links will never be generated to it */
--light-color-ts-type-parameter: #a55c0e;
--light-color-ts-accessor: #ff4d4d;
--light-color-ts-accessor: #c73c3c;
--light-color-ts-get-signature: var(--light-color-ts-accessor);
--light-color-ts-set-signature: var(--light-color-ts-accessor);
--light-color-ts-type-alias: #d51270;
Expand Down Expand Up @@ -86,7 +86,7 @@
--dark-color-ts-function: #a280ff;
--dark-color-ts-class: #8ac4ff;
--dark-color-ts-interface: #6cff87;
--dark-color-ts-constructor: #4d7fff;
--dark-color-ts-constructor: var(--dark-color-ts-class);
--dark-color-ts-property: #ff984d;
--dark-color-ts-method: #ff4db8;
--dark-color-ts-reference: #ff4d82;
Expand All @@ -96,7 +96,7 @@
--dark-color-ts-parameter: var(--dark-color-ts-variable);
/* type literal not included as links will never be generated to it */
--dark-color-ts-type-parameter: #e07d13;
--dark-color-ts-accessor: #ff4d4d;
--dark-color-ts-accessor: #ff6060;
--dark-color-ts-get-signature: var(--dark-color-ts-accessor);
--dark-color-ts-set-signature: var(--dark-color-ts-accessor);
--dark-color-ts-type-alias: #ff6492;
Expand Down
Loading

0 comments on commit 4196f37

Please sign in to comment.