-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add jsii Benchmark (customSmallerIsBetter) benchmark result for 48ebb47
- Loading branch information
github-action-benchmark
committed
Nov 4, 2024
1 parent
da9d7bc
commit f607166
Showing
1 changed file
with
39 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1730722648666, | ||
"lastUpdate": 1730726663209, | ||
"repoUrl": "https://github.com/aws/jsii", | ||
"entries": { | ||
"jsii Benchmark": [ | ||
|
@@ -34803,6 +34803,44 @@ window.BENCHMARK_DATA = { | |
"extra": "Compile [email protected] (tsc) averaged 35089.94399345001 milliseconds over 20 runs" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "49699333+dependabot[bot]@users.noreply.github.com", | ||
"name": "dependabot[bot]", | ||
"username": "dependabot[bot]" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "48ebb4794f831dad29aba3141046c23f7bbfd677", | ||
"message": "chore(deps): Update setuptools requirement from ~=75.2.0 to ~=75.3.0 in /packages/@jsii/python-runtime (#4689)\n\nUpdates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version.\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/pypa/setuptools/blob/main/NEWS.rst\">setuptools's changelog</a>.</em></p>\n<blockquote>\n<h1>v75.3.0</h1>\n<h2>Features</h2>\n<ul>\n<li>Allowed using <code>dict</code> as an ordered type in <code>setuptools.dist.check_requirements</code> -- by :user:<code>Avasam</code> (<a href=\"https://redirect.github.com/pypa/setuptools/issues/4575\">#4575</a>)</li>\n</ul>\n<h2>Bugfixes</h2>\n<ul>\n<li>Ensured methods in <code>setuptools.modified</code> preferably raise a consistent\n<code>distutils.errors.DistutilsError</code> type\n(except in the deprecated use case of <code>SETUPTOOLS_USE_DISTUTILS=stdlib</code>)\n-- by :user:<code>Avasam</code> (<a href=\"https://redirect.github.com/pypa/setuptools/issues/4567\">#4567</a>)</li>\n<li>Fix the ABI tag when building a wheel using the debug build of Python 3.13 on Windows. Previously, the ABI tag was missing the <code>"d"</code> flag. (<a href=\"https://redirect.github.com/pypa/setuptools/issues/4674\">#4674</a>)</li>\n<li>Fix clashes for <code>optional-dependencies</code> in <code>pyproject.toml</code> and\n<code>extra_requires</code> in <code>setup.cfg/setup.py</code>.\nAs per PEP 621, <code>optional-dependencies</code> have to be honoured and dynamic\nbehaviour is not allowed. (<a href=\"https://redirect.github.com/pypa/setuptools/issues/4696\">#4696</a>)</li>\n</ul>\n<h2>Misc</h2>\n<ul>\n<li><a href=\"https://redirect.github.com/pypa/setuptools/issues/4560\">#4560</a></li>\n</ul>\n<h1>v75.2.0</h1>\n<h2>Features</h2>\n<ul>\n<li>Made errors when parsing <code>Distribution</code> data more explicit about the expected type (<code>tuple[str, ...] | list[str]</code>) -- by :user:<code>Avasam</code> (<a href=\"https://redirect.github.com/pypa/setuptools/issues/4578\">#4578</a>)</li>\n</ul>\n<h2>Bugfixes</h2>\n<ul>\n<li>Fix a <code>TypeError</code> when a <code>Distribution</code>'s old included attribute was a <code>tuple</code> -- by :user:<code>Avasam</code> (<a href=\"https://redirect.github.com/pypa/setuptools/issues/4578\">#4578</a>)</li>\n<li>Add workaround for <code>bdist_wheel --dist-info-dir</code> errors\nwhen customisation does not inherit from setuptools. (<a href=\"https://redirect.github.com/pypa/setuptools/issues/4684\">#4684</a>)</li>\n</ul>\n<h1>v75.1.1</h1>\n<p>Bugfixes</p>\n\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/pypa/setuptools/commit/d8da7dfaa0cef4a69ee21d9406391651c4dc5ce4\"><code>d8da7df</code></a> Bump version: 75.2.0 → 75.3.0</li>\n<li><a href=\"https://github.com/pypa/setuptools/commit/a21c7fab9985c48e6f37e0e375ef1797647c98c0\"><code>a21c7fa</code></a> Fix grammar in news fragment</li>\n<li><a href=\"https://github.com/pypa/setuptools/commit/a9a79e70a7b78b4d4257a55c96201d25964a7bed\"><code>a9a79e7</code></a> Fix wheel ABI tag for debug Python 3.13 on Windows (<a href=\"https://redirect.github.com/pypa/setuptools/issues/4676\">#4676</a>)</li>\n<li><a href=\"https://github.com/pypa/setuptools/commit/0bc324806ce62e93fcbcf9d3f1b018f85176da52\"><code>0bc3248</code></a> Merge simple type annotations from typeshed (<a href=\"https://redirect.github.com/pypa/setuptools/issues/4504\">#4504</a>)</li>\n<li><a href=\"https://github.com/pypa/setuptools/commit/1155ca8001fb1619714dc5d6e4f1344803106697\"><code>1155ca8</code></a> Fix wheel ABI tag for debug Python 3.13 on Windows</li>\n<li><a href=\"https://github.com/pypa/setuptools/commit/1ca55c9e287d771b1fd20165c2443a3687b839d1\"><code>1ca55c9</code></a> Workaround for clash between <code>ruff</code> in <code>pre-commit</code> hook and <code>pytest-ruff</code> (#...</li>\n<li><a href=\"https://github.com/pypa/setuptools/commit/c498d162e7501165fb8415fec4ed3282b2f04af9\"><code>c498d16</code></a> Satisfy ruff linter - automatic fix</li>\n<li><a href=\"https://github.com/pypa/setuptools/commit/1f92af5201ebffcf4c7107f9d9dfcc687e57e2cc\"><code>1f92af5</code></a> Sync pre-commit-hook with version of ruff that gets automatically pulled in t...</li>\n<li><a href=\"https://github.com/pypa/setuptools/commit/a39336ba37c50695f5a57be20d8452e46a4ceb10\"><code>a39336b</code></a> Ruff: enable all pyflakes and perf rules (<a href=\"https://redirect.github.com/pypa/setuptools/issues/4556\">#4556</a>)</li>\n<li><a href=\"https://github.com/pypa/setuptools/commit/e5f16a2a990ff18cdef27a22b742f97444867186\"><code>e5f16a2</code></a> bump jaraco.test to py.typed version 5.5 in test extra (<a href=\"https://redirect.github.com/pypa/setuptools/issues/4651\">#4651</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/pypa/setuptools/compare/v75.2.0...v75.3.0\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>", | ||
"timestamp": "2024-11-04T12:49:31Z", | ||
"tree_id": "b821de7dfa8e6ab7c4fd0d02844a5fc8d9c71009", | ||
"url": "https://github.com/aws/jsii/commit/48ebb4794f831dad29aba3141046c23f7bbfd677" | ||
}, | ||
"date": 1730726658342, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Compile [email protected]", | ||
"value": 43653.308888000014, | ||
"unit": "milliseconds", | ||
"range": 232407.87395821838, | ||
"extra": "Compile [email protected] averaged 43653.308888000014 milliseconds over 20 runs" | ||
}, | ||
{ | ||
"name": "Compile [email protected] (tsc)", | ||
"value": 35856.308809099995, | ||
"unit": "milliseconds", | ||
"range": 139794.8198993796, | ||
"extra": "Compile [email protected] (tsc) averaged 35856.308809099995 milliseconds over 20 runs" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|