Skip to content

Commit

Permalink
add jsii Benchmark (customSmallerIsBetter) benchmark result for 77042dc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Feb 19, 2024
1 parent 471b55e commit 48a9d22
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1708353016295,
"lastUpdate": 1708357858127,
"repoUrl": "https://github.com/aws/jsii",
"entries": {
"jsii Benchmark": [
Expand Down Expand Up @@ -26747,6 +26747,44 @@ window.BENCHMARK_DATA = {
"extra": "Compile [email protected] (tsc) averaged 38406.39457945 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": "77042dc822733a1829fb4dc27ec4a9ae94e04432",
"message": "chore(deps): Update black requirement from ~=23.12 to ~=24.1 in /packages/@jsii/python-runtime (#4410)\n\nUpdates the requirements on [black](https://github.com/psf/black) to permit the latest version.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/psf/black/releases\">black's releases</a>.</em></p>\n<blockquote>\n<h2>24.1.1</h2>\n<p>Bugfix release to fix a bug that made Black unusable on certain file systems\nwith strict limits on path length.</p>\n<h3>Preview style</h3>\n<ul>\n<li>Consistently add trailing comma on typed parameters (<a href=\"https://redirect.github.com/psf/black/issues/4164\">#4164</a>)</li>\n</ul>\n<h3>Configuration</h3>\n<ul>\n<li>Shorten the length of the name of the cache file to fix crashes on file systems that\ndo not support long paths (<a href=\"https://redirect.github.com/psf/black/issues/4176\">#4176</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/psf/black/blob/main/CHANGES.md\">black's changelog</a>.</em></p>\n<blockquote>\n<h2>24.1.1</h2>\n<p>Bugfix release to fix a bug that made Black unusable on certain file systems with strict\nlimits on path length.</p>\n<h3>Preview style</h3>\n<ul>\n<li>Consistently add trailing comma on typed parameters (<a href=\"https://redirect.github.com/psf/black/issues/4164\">#4164</a>)</li>\n</ul>\n<h3>Configuration</h3>\n<ul>\n<li>Shorten the length of the name of the cache file to fix crashes on file systems that\ndo not support long paths (<a href=\"https://redirect.github.com/psf/black/issues/4176\">#4176</a>)</li>\n</ul>\n<h2>24.1.0</h2>\n<h3>Highlights</h3>\n<p>This release introduces the new 2024 stable style (<a href=\"https://redirect.github.com/psf/black/issues/4106\">#4106</a>), stabilizing the following\nchanges:</p>\n<ul>\n<li>Add parentheses around <code>if</code>-<code>else</code> expressions (<a href=\"https://redirect.github.com/psf/black/issues/2278\">#2278</a>)</li>\n<li>Dummy class and function implementations consisting only of <code>...</code> are formatted more\ncompactly (<a href=\"https://redirect.github.com/psf/black/issues/3796\">#3796</a>)</li>\n<li>If an assignment statement is too long, we now prefer splitting on the right-hand side\n(<a href=\"https://redirect.github.com/psf/black/issues/3368\">#3368</a>)</li>\n<li>Hex codes in Unicode escape sequences are now standardized to lowercase (<a href=\"https://redirect.github.com/psf/black/issues/2916\">#2916</a>)</li>\n<li>Allow empty first lines at the beginning of most blocks (<a href=\"https://redirect.github.com/psf/black/issues/3967\">#3967</a>, <a href=\"https://redirect.github.com/psf/black/issues/4061\">#4061</a>)</li>\n<li>Add parentheses around long type annotations (<a href=\"https://redirect.github.com/psf/black/issues/3899\">#3899</a>)</li>\n<li>Enforce newline after module docstrings (<a href=\"https://redirect.github.com/psf/black/issues/3932\">#3932</a>, <a href=\"https://redirect.github.com/psf/black/issues/4028\">#4028</a>)</li>\n<li>Fix incorrect magic trailing comma handling in return types (<a href=\"https://redirect.github.com/psf/black/issues/3916\">#3916</a>)</li>\n<li>Remove blank lines before class docstrings (<a href=\"https://redirect.github.com/psf/black/issues/3692\">#3692</a>)</li>\n<li>Wrap multiple context managers in parentheses if combined in a single <code>with</code> statement\n(<a href=\"https://redirect.github.com/psf/black/issues/3489\">#3489</a>)</li>\n<li>Fix bug in line length calculations for power operations (<a href=\"https://redirect.github.com/psf/black/issues/3942\">#3942</a>)</li>\n<li>Add trailing commas to collection literals even if there's a comment after the last\nentry (<a href=\"https://redirect.github.com/psf/black/issues/3393\">#3393</a>)</li>\n<li>When using <code>--skip-magic-trailing-comma</code> or <code>-C</code>, trailing commas are stripped from\nsubscript expressions with more than 1 element (<a href=\"https://redirect.github.com/psf/black/issues/3209\">#3209</a>)</li>\n<li>Add extra blank lines in stubs in a few cases (<a href=\"https://redirect.github.com/psf/black/issues/3564\">#3564</a>, <a href=\"https://redirect.github.com/psf/black/issues/3862\">#3862</a>)</li>\n<li>Accept raw strings as docstrings (<a href=\"https://redirect.github.com/psf/black/issues/3947\">#3947</a>)</li>\n<li>Split long lines in case blocks (<a href=\"https://redirect.github.com/psf/black/issues/4024\">#4024</a>)</li>\n<li>Stop removing spaces from walrus operators within subscripts (<a href=\"https://redirect.github.com/psf/black/issues/3823\">#3823</a>)</li>\n<li>Fix incorrect formatting of certain async statements (<a href=\"https://redirect.github.com/psf/black/issues/3609\">#3609</a>)</li>\n<li>Allow combining <code># fmt: skip</code> with other comments (<a href=\"https://redirect.github.com/psf/black/issues/3959\">#3959</a>)</li>\n</ul>\n<p>There are already a few improvements in the <code>--preview</code> style, which are slated for the\n2025 stable style. Try them out and\n<a href=\"https://github.com/psf/black/issues\">share your feedback</a>. In the past, the preview\nstyle has included some features that we were not able to stabilize. This year, we're</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/psf/black/commit/e026c93888f91a47a9c9f4e029f3eb07d96375e6\"><code>e026c93</code></a> Prepare release 24.1.1 (<a href=\"https://redirect.github.com/psf/black/issues/4186\">#4186</a>)</li>\n<li><a href=\"https://github.com/psf/black/commit/79fc1158a98281dac798feb14b8fddb4051e4a42\"><code>79fc115</code></a> chore: ignore node_modules (produced by a pre-commit check) (<a href=\"https://redirect.github.com/psf/black/issues/4184\">#4184</a>)</li>\n<li><a href=\"https://github.com/psf/black/commit/8bf04549ffd276a1bad6eb110e66e6557ee630d9\"><code>8bf0454</code></a> Consistently add trailing comma on typed parameters (<a href=\"https://redirect.github.com/psf/black/issues/4164\">#4164</a>)</li>\n<li><a href=\"https://github.com/psf/black/commit/1607e9ab20ad550cf940482d0d361ca31fc03189\"><code>1607e9a</code></a> Fix missing space in option description (<a href=\"https://redirect.github.com/psf/black/issues/4182\">#4182</a>)</li>\n<li><a href=\"https://github.com/psf/black/commit/ed770ba4dd50c419148a0fca2b43937a7447e1f9\"><code>ed770ba</code></a> Fix cache file length (<a href=\"https://redirect.github.com/psf/black/issues/4176\">#4176</a>)</li>\n<li><a href=\"https://github.com/psf/black/commit/659c29a41c7c686687aef21f57b95bcfa236b03b\"><code>659c29a</code></a> New changelog</li>\n<li><a href=\"https://github.com/psf/black/commit/0e6e46b9eb45f5a22062fe84c2c2ff46bd0d738e\"><code>0e6e46b</code></a> Prepare release 24.1.0 (<a href=\"https://redirect.github.com/psf/black/issues/4170\">#4170</a>)</li>\n<li><a href=\"https://github.com/psf/black/commit/4f47cac1925a2232892ceae438e2c62f81517714\"><code>4f47cac</code></a> Add --unstable flag (<a href=\"https://redirect.github.com/psf/black/issues/4096\">#4096</a>)</li>\n<li><a href=\"https://github.com/psf/black/commit/bccec8adfbed2bbc24c0859e8758d5e7809d42b7\"><code>bccec8a</code></a> Show warning on invalid toml configuration (<a href=\"https://redirect.github.com/psf/black/issues/4165\">#4165</a>)</li>\n<li><a href=\"https://github.com/psf/black/commit/7d789469ed947022f183962b823f5862511272ac\"><code>7d78946</code></a> Describe 2024 module docstring more accurately (<a href=\"https://redirect.github.com/psf/black/issues/4168\">#4168</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/psf/black/compare/23.12.0...24.1.1\">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-02-19T15:11:52Z",
"tree_id": "cda4c3ed17741669815ffc9b91ba2cfdb223438e",
"url": "https://github.com/aws/jsii/commit/77042dc822733a1829fb4dc27ec4a9ae94e04432"
},
"date": 1708357854755,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "Compile [email protected]",
"value": 51252.74550870001,
"unit": "milliseconds",
"range": 664706.3606327139,
"extra": "Compile [email protected] averaged 51252.74550870001 milliseconds over 20 runs"
},
{
"name": "Compile [email protected] (tsc)",
"value": 39257.47307905,
"unit": "milliseconds",
"range": 31158.689854611664,
"extra": "Compile [email protected] (tsc) averaged 39257.47307905 milliseconds over 20 runs"
}
]
}
]
}
Expand Down

0 comments on commit 48a9d22

Please sign in to comment.