Skip to content

Commit

Permalink
add jsii Benchmark (customSmallerIsBetter) benchmark result for a71b0ee
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 11, 2024
1 parent 47ba581 commit cbf841c
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1728669909963,
"lastUpdate": 1728672009285,
"repoUrl": "https://github.com/aws/jsii",
"entries": {
"jsii Benchmark": [
Expand Down Expand Up @@ -33891,6 +33891,44 @@ window.BENCHMARK_DATA = {
"extra": "Compile aws-cdk-lib@v2.31.0 (tsc) averaged 36337.711769600006 milliseconds over 20 runs"
}
]
},
{
"commit": {
"author": {
"email": "67916761+ashishdhingra@users.noreply.github.com",
"name": "Ashish Dhingra",
"username": "ashishdhingra"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "a71b0ee25e61c95f55553b80be6ab45d93be960c",
"message": "chore: modified bug issue template to add checkbox to report potential regression (#4640)\n\n- Modified bug issue template to add checkbox to report potential regression.\n- Added GitHub action to add/remove label `potential-regression` when issue is created/edited.\n\nLabel `potential-regression` would make issue standout in the list and help engineers to handle high severity issues effectively.\n\n**NOTE:**\n- The GitHub action code was ported from CDK repo.\n- The label `potential-regression` would need to be created manually (we could use color `#FF6700` and description `Marking this issue as a potential regression to be checked by team member` to make it consistent across SDK repos)\n\n---\n\nBy submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].\n\n[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0",
"timestamp": "2024-10-11T18:04:43Z",
"tree_id": "b756820139a895e22392d69058279a4f7062c860",
"url": "https://github.com/aws/jsii/commit/a71b0ee25e61c95f55553b80be6ab45d93be960c"
},
"date": 1728672004791,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "Compile aws-cdk-lib@v2.31.0",
"value": 43817.82023179999,
"unit": "milliseconds",
"range": 115637.24238134059,
"extra": "Compile aws-cdk-lib@v2.31.0 averaged 43817.82023179999 milliseconds over 20 runs"
},
{
"name": "Compile aws-cdk-lib@v2.31.0 (tsc)",
"value": 36000.17703230001,
"unit": "milliseconds",
"range": 211145.6845851314,
"extra": "Compile aws-cdk-lib@v2.31.0 (tsc) averaged 36000.17703230001 milliseconds over 20 runs"
}
]
}
]
}
Expand Down

0 comments on commit cbf841c

Please sign in to comment.