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\n

Sourced from mypy's changelog.

\n
\n

Mypy Release Notes

\n

Next release

\n

Mypy 1.12

\n

We’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:

\n
python3 -m pip install -U mypy\n
\n

You can read the full documentation for this release on Read the Docs.

\n

Support Python 3.12 Syntax for Generics (PEP 695)

\n

Support 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.

\n

This example demonstrates the new syntax:

\n
# Generic function\ndef f[T](https://github.com/python/mypy/blob/master/x: T) -> T: ...\n

reveal_type(f(1)) # Revealed type is 'int'

\n

Generic class

\n

class C[T]:\ndef init(self, x: T) -> None:\nself.x = x

\n

c = C('a')\nreveal_type(c.x) # Revealed type is 'str'

\n

Type alias

\n

type A[T] = C[list[T]]\n

\n

For more information, refer to the documentation.

\n

These improvements are included:

\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" + } + ] } ] }