-
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 3c5f063
- Loading branch information
github-action-benchmark
committed
Apr 9, 2024
1 parent
ae188ee
commit bcb4b63
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": 1712608276104, | ||
"lastUpdate": 1712622811556, | ||
"repoUrl": "https://github.com/aws/jsii", | ||
"entries": { | ||
"jsii Benchmark": [ | ||
|
@@ -28039,6 +28039,44 @@ window.BENCHMARK_DATA = { | |
"extra": "Compile [email protected] (tsc) averaged 39899.7607689 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": "3c5f06373bdf00bf15d7a6000d2bfd7c81be115a", | ||
"message": "chore(merge-back): 1.97.0 (#4476)\n\nSee [CHANGELOG](https://github.com/aws/jsii/blob/merge-back/1.97.0/CHANGELOG.md)", | ||
"timestamp": "2024-04-08T23:54:26Z", | ||
"tree_id": "5855ed7bb7045b5dda534b88500eee712d8febfa", | ||
"url": "https://github.com/aws/jsii/commit/3c5f06373bdf00bf15d7a6000d2bfd7c81be115a" | ||
}, | ||
"date": 1712622806907, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Compile [email protected]", | ||
"value": 51217.402489350025, | ||
"unit": "milliseconds", | ||
"range": 1220133.8638933531, | ||
"extra": "Compile [email protected] averaged 51217.402489350025 milliseconds over 20 runs" | ||
}, | ||
{ | ||
"name": "Compile [email protected] (tsc)", | ||
"value": 38740.6619683, | ||
"unit": "milliseconds", | ||
"range": 177580.10467547117, | ||
"extra": "Compile [email protected] (tsc) averaged 38740.6619683 milliseconds over 20 runs" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|