-
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 3b9adc4
- Loading branch information
github-action-benchmark
committed
Aug 27, 2024
1 parent
db8b0bf
commit 66577db
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": 1724776075017, | ||
"lastUpdate": 1724784087570, | ||
"repoUrl": "https://github.com/aws/jsii", | ||
"entries": { | ||
"jsii Benchmark": [ | ||
|
@@ -32561,6 +32561,44 @@ window.BENCHMARK_DATA = { | |
"extra": "Compile [email protected] (tsc) averaged 37222.36469435 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": "3b9adc41c6666f57ab1fa064dfb4175436df7767", | ||
"message": "chore(release): 1.103.0 (#4620)\n\nSee [CHANGELOG](https://github.com/aws/jsii/blob/bump/1.103.0/CHANGELOG.md)", | ||
"timestamp": "2024-08-27T18:04:50Z", | ||
"tree_id": "6d64e907b73a67e46ba3d3b20675eb20273a17f8", | ||
"url": "https://github.com/aws/jsii/commit/3b9adc41c6666f57ab1fa064dfb4175436df7767" | ||
}, | ||
"date": 1724784083377, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Compile [email protected]", | ||
"value": 46943.96902519997, | ||
"unit": "milliseconds", | ||
"range": 120470.71263255621, | ||
"extra": "Compile [email protected] averaged 46943.96902519997 milliseconds over 20 runs" | ||
}, | ||
{ | ||
"name": "Compile [email protected] (tsc)", | ||
"value": 37589.27921515, | ||
"unit": "milliseconds", | ||
"range": 88435.27090830076, | ||
"extra": "Compile [email protected] (tsc) averaged 37589.27921515 milliseconds over 20 runs" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|