From 34221f263afa4147f9d0e5979777aa46b4c02412 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 28 Oct 2024 15:24:56 +0000 Subject: [PATCH] add jsii Benchmark (customSmallerIsBetter) benchmark result for 7681fa8c621b5f19212c3653df5207344176503f --- 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 bd4d5b2177..e0d0347010 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1730126857073, + "lastUpdate": 1730129096271, "repoUrl": "https://github.com/aws/jsii", "entries": { "jsii Benchmark": [ @@ -34727,6 +34727,44 @@ window.BENCHMARK_DATA = { "extra": "Compile aws-cdk-lib@v2.31.0 (tsc) averaged 37701.2123065 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": "7681fa8c621b5f19212c3653df5207344176503f", + "message": "chore(deps): Bump mypy from 1.12.1 to 1.13.0 in /packages/@jsii/python-runtime (#4685)\n\nBumps [mypy](https://github.com/python/mypy) from 1.12.1 to 1.13.0.\n
\nChangelog\n

Sourced from mypy's changelog.

\n
\n

Mypy Release Notes

\n

Next release

\n

Mypy 1.13

\n

We’ve just uploaded mypy 1.13 to the Python Package Index (PyPI).\nMypy is a static type checker for Python. You 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

Note that unlike typical releases, Mypy 1.13 does not have any changes to type checking semantics\nfrom 1.12.1.

\n

Improved performance

\n

Mypy 1.13 contains several performance improvements. Users can expect mypy to be 5-20% faster.\nIn environments with long search paths (such as environments using many editable installs), mypy\ncan be significantly faster, e.g. 2.2x faster in the use case targeted by these improvements.

\n

Mypy 1.13 allows use of the orjson library for handling the cache instead of the stdlib json,\nfor improved performance. You can ensure the presence of orjson using the faster-cache extra:

\n
python3 -m pip install -U mypy[faster-cache]\n
\n

Mypy may depend on orjson by default in the future.

\n

These improvements were contributed by Shantanu.

\n

List of changes:

\n
    \n
  • Significantly speed up file handling error paths (Shantanu, PR 17920)
  • \n
  • Use fast path in modulefinder more often (Shantanu, PR 17950)
  • \n
  • Let mypyc optimise os.path.join (Shantanu, PR 17949)
  • \n
  • Make is_sub_path faster (Shantanu, PR 17962)
  • \n
  • Speed up stubs suggestions (Shantanu, PR 17965)
  • \n
  • Use sha1 for hashing (Shantanu, PR 17953)
  • \n
  • Use orjson instead of json, when available (Shantanu, PR 17955)
  • \n
  • Add faster-cache extra, test in CI (Shantanu, PR 17978)
  • \n
\n

Acknowledgements

\n

Thanks to all mypy contributors who contributed to this release:

\n
    \n
  • Shantanu Jain
  • \n
  • Jukka Lehtosalo
  • \n
\n

Mypy 1.12

\n

We’ve just uploaded mypy 1.12 to the Python Package Index (PyPI). Mypy is a static type

\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.12.1&new-version=1.13.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-28T14:48:31Z", + "tree_id": "ab47d1758e6f0e511019946ef84ceb371c45ed58", + "url": "https://github.com/aws/jsii/commit/7681fa8c621b5f19212c3653df5207344176503f" + }, + "date": 1730129090843, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "Compile aws-cdk-lib@v2.31.0", + "value": 44749.53456444997, + "unit": "milliseconds", + "range": 78065.88402087787, + "extra": "Compile aws-cdk-lib@v2.31.0 averaged 44749.53456444997 milliseconds over 20 runs" + }, + { + "name": "Compile aws-cdk-lib@v2.31.0 (tsc)", + "value": 36684.4226705, + "unit": "milliseconds", + "range": 24294.38906825058, + "extra": "Compile aws-cdk-lib@v2.31.0 (tsc) averaged 36684.4226705 milliseconds over 20 runs" + } + ] } ] }