-
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 30, 2024
1 parent
56b253b
commit b7f1df1
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": 1724941709328, | ||
"lastUpdate": 1725020345111, | ||
"repoUrl": "https://github.com/aws/jsii", | ||
"entries": { | ||
"jsii Benchmark": [ | ||
|
@@ -32903,6 +32903,44 @@ window.BENCHMARK_DATA = { | |
"extra": "Compile [email protected] (tsc) averaged 37606.46411015002 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": 1725020339702, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Compile [email protected]", | ||
"value": 47036.21490105002, | ||
"unit": "milliseconds", | ||
"range": 460972.9391859112, | ||
"extra": "Compile [email protected] averaged 47036.21490105002 milliseconds over 20 runs" | ||
}, | ||
{ | ||
"name": "Compile [email protected] (tsc)", | ||
"value": 38689.074206000005, | ||
"unit": "milliseconds", | ||
"range": 91954.75230141547, | ||
"extra": "Compile [email protected] (tsc) averaged 38689.074206000005 milliseconds over 20 runs" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|