From dab549ec0046bf9bb184b8a37eea15d9c75bb6cf Mon Sep 17 00:00:00 2001
From: github-action-benchmark
Date: Mon, 14 Oct 2024 13:30:50 +0000
Subject: [PATCH] add jsii Benchmark (customSmallerIsBetter) benchmark result
for 2af903a55d4e98424facde33d325ccf34962402c
---
dev/bench/data.js | 40 +++++++++++++++++++++++++++++++++++++++-
1 file changed, 39 insertions(+), 1 deletion(-)
diff --git a/dev/bench/data.js b/dev/bench/data.js
index 0ce8f5f287..0254037cc7 100644
--- a/dev/bench/data.js
+++ b/dev/bench/data.js
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
- "lastUpdate": 1728908907777,
+ "lastUpdate": 1728912650115,
"repoUrl": "https://github.com/aws/jsii",
"entries": {
"jsii Benchmark": [
@@ -34081,6 +34081,44 @@ window.BENCHMARK_DATA = {
"extra": "Compile aws-cdk-lib@v2.31.0 (tsc) averaged 38738.2880718 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": "2af903a55d4e98424facde33d325ccf34962402c",
+ "message": "chore(deps): Bump mypy from 1.11.2 to 1.12.0 in /packages/@jsii/python-runtime (#4665)\n\nBumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.12.0.\n\nChangelog
\nSourced from mypy's changelog.
\n\nMypy Release Notes
\nNext release
\nMypy 1.12
\nWe’ve just uploaded mypy 1.12 to the Python Package Index (PyPI). Mypy is a static type\nchecker for Python. This release includes new features, performance improvements and bug fixes.\nYou can install it as follows:
\npython3 -m pip install -U mypy\n
\nYou can read the full documentation for this release on Read the Docs.
\nSupport Python 3.12 Syntax for Generics (PEP 695)
\nSupport for the new type parameter syntax introduced in Python 3.12 is now enabled by default,\ndocumented, and no longer experimental. It was available through a feature flag in\nmypy 1.11 as an experimental feature.
\nThis example demonstrates the new syntax:
\n# Generic function\ndef f[T](https://github.com/python/mypy/blob/master/x: T) -> T: ...\nreveal_type(f(1)) # Revealed type is 'int'
\nGeneric class
\nclass C[T]:\ndef init(self, x: T) -> None:\nself.x = x
\nc = C('a')\nreveal_type(c.x) # Revealed type is 'str'
\nType alias
\ntype A[T] = C[list[T]]\n
\nFor more information, refer to the documentation.
\nThese improvements are included:
\n\n- Document Python 3.12 type parameter syntax (Jukka Lehtosalo, PR 17816)
\n- Further documentation updates (Jukka Lehtosalo, PR 17826)
\n- Allow Self return types with contravariance (Jukka Lehtosalo, PR 17786)
\n- Enable new type parameter syntax by default (Jukka Lehtosalo, PR 17798)
\n- Generate error if new-style type alias used as base class (Jukka Lehtosalo, PR 17789)
\n- Inherit variance if base class has explicit variance (Jukka Lehtosalo, PR 17787)
\n
\n\n\n... (truncated)
\n\n\nCommits
\n\n \n
\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mypy&package-manager=pip&previous-version=1.11.2&new-version=1.12.0)](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\nDependabot commands and options
\n
\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 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 ",
+ "timestamp": "2024-10-14T12:54:20Z",
+ "tree_id": "1dc31e2b58e12c8089b51d4fcfb7b071aaea2dcb",
+ "url": "https://github.com/aws/jsii/commit/2af903a55d4e98424facde33d325ccf34962402c"
+ },
+ "date": 1728912644978,
+ "tool": "customSmallerIsBetter",
+ "benches": [
+ {
+ "name": "Compile aws-cdk-lib@v2.31.0",
+ "value": 46146.56551619996,
+ "unit": "milliseconds",
+ "range": 341930.4460344099,
+ "extra": "Compile aws-cdk-lib@v2.31.0 averaged 46146.56551619996 milliseconds over 20 runs"
+ },
+ {
+ "name": "Compile aws-cdk-lib@v2.31.0 (tsc)",
+ "value": 38076.639987200004,
+ "unit": "milliseconds",
+ "range": 74889.0567707223,
+ "extra": "Compile aws-cdk-lib@v2.31.0 (tsc) averaged 38076.639987200004 milliseconds over 20 runs"
+ }
+ ]
}
]
}