-
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 981c478
- Loading branch information
github-action-benchmark
committed
Nov 16, 2023
1 parent
55271f9
commit 002a4e6
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": 1700148487771, | ||
"lastUpdate": 1700160529681, | ||
"repoUrl": "https://github.com/aws/jsii", | ||
"entries": { | ||
"jsii Benchmark": [ | ||
|
@@ -23973,6 +23973,44 @@ window.BENCHMARK_DATA = { | |
"extra": "Compile [email protected] (tsc) averaged 41009.94100255 milliseconds over 20 runs" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "37929162+mergify[bot]@users.noreply.github.com", | ||
"name": "mergify[bot]", | ||
"username": "mergify[bot]" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "981c4783551f667299cea4b93d29a9c131fd9189", | ||
"message": "chore(merge-back): 1.92.0 (#4337)\n\nSee [CHANGELOG](https://github.com/aws/jsii/blob/merge-back/1.92.0/CHANGELOG.md)", | ||
"timestamp": "2023-11-16T18:09:01Z", | ||
"tree_id": "94d41d69da526aa862874340bbcf0aac32658142", | ||
"url": "https://github.com/aws/jsii/commit/981c4783551f667299cea4b93d29a9c131fd9189" | ||
}, | ||
"date": 1700160526833, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Compile [email protected]", | ||
"value": 52083.0836726, | ||
"unit": "milliseconds", | ||
"range": 103966.61936261089, | ||
"extra": "Compile [email protected] averaged 52083.0836726 milliseconds over 20 runs" | ||
}, | ||
{ | ||
"name": "Compile [email protected] (tsc)", | ||
"value": 39304.04361, | ||
"unit": "milliseconds", | ||
"range": 57296.91417018765, | ||
"extra": "Compile [email protected] (tsc) averaged 39304.04361 milliseconds over 20 runs" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|