Skip to content

Commit

Permalink
add jsii Benchmark (customSmallerIsBetter) benchmark result for 8784725
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 13, 2023
1 parent 386e749 commit 48cf6f9
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": 1699536220678,
"lastUpdate": 1699907561403,
"repoUrl": "https://github.com/aws/jsii",
"entries": {
"jsii Benchmark": [
Expand Down Expand Up @@ -23175,6 +23175,44 @@ window.BENCHMARK_DATA = {
"extra": "Compile [email protected] (tsc) averaged 47345.497679950015 milliseconds over 20 runs"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Momo Kornher",
"username": "mrgrain"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "87847254c8a39f6e99383bfa3a375ae6c8d9a8a5",
"message": "feat: make node 18 the default (#4325)\n\nRemoves testing and superchain releases for EOL Node 16\n\nDeprecation and EOL messages of node versions are automated, so no need to announce or wait.\nWe are well past the promised 30 days support after Node 16 went EOL.\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": "2023-11-13T19:54:12Z",
"tree_id": "c81b428afc3beaff5fde4e131799f22a10234796",
"url": "https://github.com/aws/jsii/commit/87847254c8a39f6e99383bfa3a375ae6c8d9a8a5"
},
"date": 1699907558322,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "Compile [email protected]",
"value": 50927.865121049996,
"unit": "milliseconds",
"range": 1055041.2417622171,
"extra": "Compile [email protected] averaged 50927.865121049996 milliseconds over 20 runs"
},
{
"name": "Compile [email protected] (tsc)",
"value": 39047.51109045,
"unit": "milliseconds",
"range": 51404.80465700742,
"extra": "Compile [email protected] (tsc) averaged 39047.51109045 milliseconds over 20 runs"
}
]
}
]
}
Expand Down

0 comments on commit 48cf6f9

Please sign in to comment.