-
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 dc77d6c
- Loading branch information
github-action-benchmark
committed
Aug 27, 2024
1 parent
66577db
commit f294988
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": 1724784087570, | ||
"lastUpdate": 1724795704870, | ||
"repoUrl": "https://github.com/aws/jsii", | ||
"entries": { | ||
"jsii Benchmark": [ | ||
|
@@ -32599,6 +32599,44 @@ window.BENCHMARK_DATA = { | |
"extra": "Compile [email protected] (tsc) averaged 37589.27921515 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": "dc77d6c7016bcb7531f6e374243410f969ea1fbf", | ||
"message": "chore(merge-back): 1.103.0 (#4621)\n\nSee [CHANGELOG](https://github.com/aws/jsii/blob/merge-back/1.103.0/CHANGELOG.md)", | ||
"timestamp": "2024-08-27T21:19:37Z", | ||
"tree_id": "6d64e907b73a67e46ba3d3b20675eb20273a17f8", | ||
"url": "https://github.com/aws/jsii/commit/dc77d6c7016bcb7531f6e374243410f969ea1fbf" | ||
}, | ||
"date": 1724795700676, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Compile [email protected]", | ||
"value": 44750.66709564997, | ||
"unit": "milliseconds", | ||
"range": 106562.7218155654, | ||
"extra": "Compile [email protected] averaged 44750.66709564997 milliseconds over 20 runs" | ||
}, | ||
{ | ||
"name": "Compile [email protected] (tsc)", | ||
"value": 36542.5553393, | ||
"unit": "milliseconds", | ||
"range": 33954.118424949746, | ||
"extra": "Compile [email protected] (tsc) averaged 36542.5553393 milliseconds over 20 runs" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|