Skip to content

Commit

Permalink
add jsii Benchmark (customSmallerIsBetter) benchmark result for 5ec16c9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 21, 2024
1 parent 933af2a commit fc5485b
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": 1729517089925,
"lastUpdate": 1729519371519,
"repoUrl": "https://github.com/aws/jsii",
"entries": {
"jsii Benchmark": [
Expand Down Expand Up @@ -34347,6 +34347,44 @@ window.BENCHMARK_DATA = {
"extra": "Compile aws-cdk-lib@v2.31.0 (tsc) averaged 36614.501314949994 milliseconds over 20 runs"
}
]
},
{
"commit": {
"author": {
"email": "49699333+dependabot[bot]@users.noreply.github.com",
"name": "dependabot[bot]",
"username": "dependabot[bot]"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "5ec16c9e1154418240e1f4bc3771a6c8f35a261f",
"message": "chore(deps-dev): Bump mypy from 1.12.0 to 1.12.1 in /packages/jsii-pacmak/test/generated-code (#4676)\n\nBumps [mypy](https://github.com/python/mypy) from 1.12.0 to 1.12.1.\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/python/mypy/blob/master/CHANGELOG.md\">mypy's changelog</a>.</em></p>\n<blockquote>\n<h3>Mypy 1.12.1</h3>\n<ul>\n<li>Fix crash when showing partially analyzed type in error message (Ivan Levkivskyi, PR <a href=\"https://redirect.github.com/python/mypy/pull/17961\">17961</a>)</li>\n<li>Fix iteration over union (when self type is involved) (Shantanu, PR <a href=\"https://redirect.github.com/python/mypy/pull/17976\">17976</a>)</li>\n<li>Fix type object with type var default in union context (Jukka Lehtosalo, PR <a href=\"https://redirect.github.com/python/mypy/pull/17991\">17991</a>)</li>\n<li>Revert change to <code>os.path</code> stubs affecting use of <code>os.PathLike[Any]</code> (Shantanu, PR <a href=\"https://redirect.github.com/python/mypy/pull/17995\">17995</a>)</li>\n</ul>\n<h3>Acknowledgements</h3>\n<p>Thanks to all mypy contributors who contributed to this release:</p>\n<ul>\n<li>Ali Hamdan</li>\n<li>Anders Kaseorg</li>\n<li>Bénédikt Tran</li>\n<li>Brian Schubert</li>\n<li>bzoracler</li>\n<li>Chelsea Durazo</li>\n<li>Danny Yang</li>\n<li>Edgar Ramírez Mondragón</li>\n<li>Eric Mark Martin</li>\n<li>InSync</li>\n<li>Ivan Levkivskyi</li>\n<li>Jordandev678</li>\n<li>Katrina Connors</li>\n<li>Kirill Podoprigora</li>\n<li>Marc Mueller</li>\n<li>Max Muoto</li>\n<li>Max Murin</li>\n<li>Michael Carlstrom</li>\n<li>Michael I Chen</li>\n<li>Pradyun Gedam</li>\n<li>quinn-sasha</li>\n<li>Raphael Krupinski</li>\n<li>Sebastian Rittau</li>\n<li>Shantanu</li>\n<li>sobolevn</li>\n<li>Soubhik Kumar Mitra</li>\n<li>Stanislav Terliakov</li>\n<li>wyattscarpenter</li>\n</ul>\n<p>I’d also like to thank my employer, Dropbox, for supporting mypy development.</p>\n<h2>Mypy 1.11</h2>\n<p>We’ve just uploaded mypy 1.11 to the Python Package Index (<a href=\"https://pypi.org/project/mypy/\">PyPI</a>). Mypy is a static type checker for Python. This release includes new features, performance improvements and bug fixes. You can install it as follows:</p>\n<pre><code>python3 -m pip install -U mypy\n</code></pre>\n<p>You can read the full documentation for this release on <a href=\"http://mypy.readthedocs.io\">Read the Docs</a>.</p>\n<h3>Support Python 3.12 Syntax for Generics (PEP 695)</h3>\n\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/python/mypy/commit/050d12f8d5b07a892fc4e24fabc485cfafce3ff0\"><code>050d12f</code></a> Bump version to 1.12.1</li>\n<li><a href=\"https://github.com/python/mypy/commit/346e370fc314b3c7c84a1e3e920dd9afe039b4bd\"><code>346e370</code></a> [1.12 backport] revert os.path change (<a href=\"https://redirect.github.com/python/mypy/issues/17995\">#17995</a>)</li>\n<li><a href=\"https://github.com/python/mypy/commit/71e1f055f0fcfa289a8ed6e82297ceb0a3e74417\"><code>71e1f05</code></a> Fix type object with type var default in union context (<a href=\"https://redirect.github.com/python/mypy/issues/17991\">#17991</a>)</li>\n<li><a href=\"https://github.com/python/mypy/commit/34d86038bab0b79251019fd1cbb438b7aef1a592\"><code>34d8603</code></a> Fix iteration over union (when self type is involved) (<a href=\"https://redirect.github.com/python/mypy/issues/17976\">#17976</a>)</li>\n<li><a href=\"https://github.com/python/mypy/commit/2485bed372cbc82ea4789c480eb6359905693e86\"><code>2485bed</code></a> Use kw-only args for member access booleans (<a href=\"https://redirect.github.com/python/mypy/issues/17975\">#17975</a>)</li>\n<li><a href=\"https://github.com/python/mypy/commit/a5e9b0b7fe5f2b5e3b3efac844216159a24ebd9c\"><code>a5e9b0b</code></a> Fix crash when showing partially analyzed type in error message (<a href=\"https://redirect.github.com/python/mypy/issues/17961\">#17961</a>)</li>\n<li><a href=\"https://github.com/python/mypy/commit/4775da1977dc116d2005e61e819df1603780178a\"><code>4775da1</code></a> Bump version to 1.12.1+dev</li>\n<li>See full diff in <a href=\"https://github.com/python/mypy/compare/v1.12.0...v1.12.1\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mypy&package-manager=pip&previous-version=1.12.0&new-version=1.12.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\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-10-21T13:26:45Z",
"tree_id": "f5cee231915370d6babfc32299a528af9d6569b1",
"url": "https://github.com/aws/jsii/commit/5ec16c9e1154418240e1f4bc3771a6c8f35a261f"
},
"date": 1729519366076,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "Compile aws-cdk-lib@v2.31.0",
"value": 46384.30774249997,
"unit": "milliseconds",
"range": 468668.4839976469,
"extra": "Compile aws-cdk-lib@v2.31.0 averaged 46384.30774249997 milliseconds over 20 runs"
},
{
"name": "Compile aws-cdk-lib@v2.31.0 (tsc)",
"value": 37651.98297784999,
"unit": "milliseconds",
"range": 83685.06279870986,
"extra": "Compile aws-cdk-lib@v2.31.0 (tsc) averaged 37651.98297784999 milliseconds over 20 runs"
}
]
}
]
}
Expand Down

0 comments on commit fc5485b

Please sign in to comment.