From 322d5a71b0449dbc928f746e95c0e0318b4409f8 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 3 Sep 2024 12:50:06 +0000 Subject: [PATCH] add jsii Benchmark (customSmallerIsBetter) benchmark result for d178e64f19d8846f3d19af91c6c980bc9f27c4ea --- 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 822372b37b..76f63a20fd 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1725283609200, + "lastUpdate": 1725367806662, "repoUrl": "https://github.com/aws/jsii", "entries": { "jsii Benchmark": [ @@ -33207,6 +33207,44 @@ window.BENCHMARK_DATA = { "extra": "Compile aws-cdk-lib@v2.31.0 (tsc) averaged 37825.519431600005 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": "d178e64f19d8846f3d19af91c6c980bc9f27c4ea", + "message": "chore(deps): Bump peter-evans/create-pull-request from 6 to 7 (#4634)\n\nBumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7.\n
\nRelease notes\n

Sourced from peter-evans/create-pull-request's releases.

\n
\n

Create Pull Request v7.0.0

\n

:sparkles: Now supports commit signing with bot-generated tokens! See "What's new" below. :writing_hand::robot:

\n

Behaviour changes

\n
    \n
  • Action input git-token has been renamed branch-token, to be more clear about its purpose. The branch-token is the token that the action will use to create and update the branch.
  • \n
  • The action now handles requests that have been rate-limited by GitHub. Requests hitting a primary rate limit will retry twice, for a total of three attempts. Requests hitting a secondary rate limit will not be retried.
  • \n
  • The pull-request-operation output now returns none when no operation was executed.
  • \n
  • Removed deprecated output environment variable PULL_REQUEST_NUMBER. Please use the pull-request-number action output instead.
  • \n
\n

What's new

\n
    \n
  • The action can now sign commits as github-actions[bot] when using GITHUB_TOKEN, or your own bot when using GitHub App tokens. See commit signing for details.
  • \n
  • Action input draft now accepts a new value always-true. This will set the pull request to draft status when the pull request is updated, as well as on creation.
  • \n
  • A new action input maintainer-can-modify indicates whether maintainers can modify the pull request. The default is true, which retains the existing behaviour of the action.
  • \n
  • A new output pull-request-commits-verified returns true or false, indicating whether GitHub considers the signature of the branch's commits to be verified.
  • \n
\n

What's Changed

\n\n

New Contributors

\n\n

Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v6.1.0...v7.0.0

\n

Create Pull Request v6.1.0

\n

✨ Adds pull-request-branch as an action output.

\n

What's Changed

\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=peter-evans/create-pull-request&package-manager=github_actions&previous-version=6&new-version=7)](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-09-03T12:14:32Z", + "tree_id": "f843c6517abe6595dddb72cf1926a981cbafeb12", + "url": "https://github.com/aws/jsii/commit/d178e64f19d8846f3d19af91c6c980bc9f27c4ea" + }, + "date": 1725367802389, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "Compile aws-cdk-lib@v2.31.0", + "value": 45178.2603159, + "unit": "milliseconds", + "range": 454911.7275710081, + "extra": "Compile aws-cdk-lib@v2.31.0 averaged 45178.2603159 milliseconds over 20 runs" + }, + { + "name": "Compile aws-cdk-lib@v2.31.0 (tsc)", + "value": 36785.801093250004, + "unit": "milliseconds", + "range": 48015.24939063021, + "extra": "Compile aws-cdk-lib@v2.31.0 (tsc) averaged 36785.801093250004 milliseconds over 20 runs" + } + ] } ] }