-
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 b380f01
- Loading branch information
github-action-benchmark
committed
Jan 9, 2024
1 parent
4853b16
commit ca6005f
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": 1704805223088, | ||
"lastUpdate": 1704813461044, | ||
"repoUrl": "https://github.com/aws/jsii", | ||
"entries": { | ||
"jsii Benchmark": [ | ||
|
@@ -25683,6 +25683,44 @@ window.BENCHMARK_DATA = { | |
"extra": "Compile [email protected] (tsc) averaged 39952.39490999999 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": "b380f01636df9a7d4391d410a7a5ee6e57e0d1b1", | ||
"message": "chore(release): 1.94.0 (#4395)\n\nSee [CHANGELOG](https://github.com/aws/jsii/blob/bump/1.94.0/CHANGELOG.md)", | ||
"timestamp": "2024-01-09T14:37:34Z", | ||
"tree_id": "268fb726e5b519489d3d1cfa4eb277380305c755", | ||
"url": "https://github.com/aws/jsii/commit/b380f01636df9a7d4391d410a7a5ee6e57e0d1b1" | ||
}, | ||
"date": 1704813455857, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Compile [email protected]", | ||
"value": 52866.25914410001, | ||
"unit": "milliseconds", | ||
"range": 3039917.6976878894, | ||
"extra": "Compile [email protected] averaged 52866.25914410001 milliseconds over 20 runs" | ||
}, | ||
{ | ||
"name": "Compile [email protected] (tsc)", | ||
"value": 40017.08620935, | ||
"unit": "milliseconds", | ||
"range": 640079.8250713514, | ||
"extra": "Compile [email protected] (tsc) averaged 40017.08620935 milliseconds over 20 runs" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|