From fc5485bc31d948a0d46b5ba1d3f1af103a9dec19 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 21 Oct 2024 14:02:51 +0000 Subject: [PATCH] add jsii Benchmark (customSmallerIsBetter) benchmark result for 5ec16c9e1154418240e1f4bc3771a6c8f35a261f --- 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 3725035a96..ce28d35d6a 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1729517089925, + "lastUpdate": 1729519371519, "repoUrl": "https://github.com/aws/jsii", "entries": { "jsii Benchmark": [ @@ -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
\nChangelog\n

Sourced from mypy's changelog.

\n
\n

Mypy 1.12.1

\n
    \n
  • Fix crash when showing partially analyzed type in error message (Ivan Levkivskyi, PR 17961)
  • \n
  • Fix iteration over union (when self type is involved) (Shantanu, PR 17976)
  • \n
  • Fix type object with type var default in union context (Jukka Lehtosalo, PR 17991)
  • \n
  • Revert change to os.path stubs affecting use of os.PathLike[Any] (Shantanu, PR 17995)
  • \n
\n

Acknowledgements

\n

Thanks to all mypy contributors who contributed to this release:

\n
    \n
  • Ali Hamdan
  • \n
  • Anders Kaseorg
  • \n
  • Bénédikt Tran
  • \n
  • Brian Schubert
  • \n
  • bzoracler
  • \n
  • Chelsea Durazo
  • \n
  • Danny Yang
  • \n
  • Edgar Ramírez Mondragón
  • \n
  • Eric Mark Martin
  • \n
  • InSync
  • \n
  • Ivan Levkivskyi
  • \n
  • Jordandev678
  • \n
  • Katrina Connors
  • \n
  • Kirill Podoprigora
  • \n
  • Marc Mueller
  • \n
  • Max Muoto
  • \n
  • Max Murin
  • \n
  • Michael Carlstrom
  • \n
  • Michael I Chen
  • \n
  • Pradyun Gedam
  • \n
  • quinn-sasha
  • \n
  • Raphael Krupinski
  • \n
  • Sebastian Rittau
  • \n
  • Shantanu
  • \n
  • sobolevn
  • \n
  • Soubhik Kumar Mitra
  • \n
  • Stanislav Terliakov
  • \n
  • wyattscarpenter
  • \n
\n

I’d also like to thank my employer, Dropbox, for supporting mypy development.

\n

Mypy 1.11

\n

We’ve just uploaded mypy 1.11 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features, performance improvements and bug fixes. 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

Support Python 3.12 Syntax for Generics (PEP 695)

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