-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add jsii Benchmark (customSmallerIsBetter) benchmark result for 7197b4f
- Loading branch information
github-action-benchmark
committed
Nov 14, 2023
1 parent
1df5961
commit 23e2da9
Showing
1 changed file
with
39 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1699975615088, | ||
"lastUpdate": 1699979617419, | ||
"repoUrl": "https://github.com/aws/jsii", | ||
"entries": { | ||
"jsii Benchmark": [ | ||
|
@@ -23555,6 +23555,44 @@ window.BENCHMARK_DATA = { | |
"extra": "Compile [email protected] (tsc) averaged 38996.87231070001 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": "7197b4f21e7f6776fbbfe5bac7f03a308cd9f7c0", | ||
"message": "feat(superchain): publish a bullseye image with node18 & python 3.9 (#4326)\n\nThis will become the new default for most use cases.\n\n\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-14T14:48:08Z", | ||
"tree_id": "a11fcf35e18ce210214b1a570ceff7ddfd4613cd", | ||
"url": "https://github.com/aws/jsii/commit/7197b4f21e7f6776fbbfe5bac7f03a308cd9f7c0" | ||
}, | ||
"date": 1699979614185, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Compile [email protected]", | ||
"value": 51133.84979144998, | ||
"unit": "milliseconds", | ||
"range": 530922.9466461826, | ||
"extra": "Compile [email protected] averaged 51133.84979144998 milliseconds over 20 runs" | ||
}, | ||
{ | ||
"name": "Compile [email protected] (tsc)", | ||
"value": 38837.967043900004, | ||
"unit": "milliseconds", | ||
"range": 31919.097941998956, | ||
"extra": "Compile [email protected] (tsc) averaged 38837.967043900004 milliseconds over 20 runs" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|