-
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 00b106d
- Loading branch information
github-action-benchmark
committed
Apr 30, 2024
1 parent
fcd8018
commit 2194b30
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": 1714404101814, | ||
"lastUpdate": 1714505783056, | ||
"repoUrl": "https://github.com/aws/jsii", | ||
"entries": { | ||
"jsii Benchmark": [ | ||
|
@@ -28761,6 +28761,44 @@ window.BENCHMARK_DATA = { | |
"extra": "Compile [email protected] (tsc) averaged 39695.04158465002 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": "00b106d0081957097d167f33197bb5b806ee12f9", | ||
"message": "chore(release): 1.98.0 (#4497)\n\nSee [CHANGELOG](https://github.com/aws/jsii/blob/bump/1.98.0/CHANGELOG.md)", | ||
"timestamp": "2024-04-30T18:56:04Z", | ||
"tree_id": "51b9be9b8130606b1fe43337067a3d05b7310dcf", | ||
"url": "https://github.com/aws/jsii/commit/00b106d0081957097d167f33197bb5b806ee12f9" | ||
}, | ||
"date": 1714505778972, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Compile [email protected]", | ||
"value": 52779.49987955, | ||
"unit": "milliseconds", | ||
"range": 3084983.238875745, | ||
"extra": "Compile [email protected] averaged 52779.49987955 milliseconds over 20 runs" | ||
}, | ||
{ | ||
"name": "Compile [email protected] (tsc)", | ||
"value": 38947.277984199995, | ||
"unit": "milliseconds", | ||
"range": 453891.56674414093, | ||
"extra": "Compile [email protected] (tsc) averaged 38947.277984199995 milliseconds over 20 runs" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|