-
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 f1ff514
- Loading branch information
github-action-benchmark
committed
Mar 5, 2024
1 parent
04682bb
commit af72008
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": 1709564230991, | ||
"lastUpdate": 1709628195855, | ||
"repoUrl": "https://github.com/aws/jsii", | ||
"entries": { | ||
"jsii Benchmark": [ | ||
|
@@ -27089,6 +27089,44 @@ window.BENCHMARK_DATA = { | |
"extra": "Compile [email protected] (tsc) averaged 39161.81247955001 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": "f1ff5144a1d71e0313966fbf68c3aaa56c24fee9", | ||
"message": "chore(release): 1.95.0 (#4427)\n\nSee [CHANGELOG](https://github.com/aws/jsii/blob/bump/1.95.0/CHANGELOG.md)", | ||
"timestamp": "2024-03-05T08:03:46Z", | ||
"tree_id": "eee1568b32c5fda593556de9cd2864065bab3ac4", | ||
"url": "https://github.com/aws/jsii/commit/f1ff5144a1d71e0313966fbf68c3aaa56c24fee9" | ||
}, | ||
"date": 1709628191676, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Compile [email protected]", | ||
"value": 51395.97868660003, | ||
"unit": "milliseconds", | ||
"range": 2341866.3674189774, | ||
"extra": "Compile [email protected] averaged 51395.97868660003 milliseconds over 20 runs" | ||
}, | ||
{ | ||
"name": "Compile [email protected] (tsc)", | ||
"value": 39234.11857889999, | ||
"unit": "milliseconds", | ||
"range": 267133.567142794, | ||
"extra": "Compile [email protected] (tsc) averaged 39234.11857889999 milliseconds over 20 runs" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|