Skip to content

Commit

Permalink
add jsii Benchmark (customSmallerIsBetter) benchmark result for 906c24d
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jul 26, 2023
1 parent d6b9c9f commit 170372a
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1690284734211,
"lastUpdate": 1690387739133,
"repoUrl": "https://github.com/aws/jsii",
"entries": {
"jsii Benchmark": [
Expand Down Expand Up @@ -19147,6 +19147,44 @@ window.BENCHMARK_DATA = {
"extra": "Compile aws-cdk-lib@v2.31.0 (tsc) averaged 54003.90094935002 milliseconds over 20 runs"
}
]
},
{
"commit": {
"author": {
"email": "danielmschmidt92@gmail.com",
"name": "Daniel Schmidt",
"username": "DanielMSchmidt"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "906c24db65a0c4a581ba2727dc4ad7ca157a8995",
"message": "fix(jsii-pacmak): comment lines should not contain comment ending (#4193)\n\nWhen a comment contains `*/` (for any reason, in our case because the escaped version is unescaped within JSII) it should be escaped to not make the file invalid",
"timestamp": "2023-07-26T15:03:14Z",
"tree_id": "3bd09882cd501835da53145af938bd9cc533b5be",
"url": "https://github.com/aws/jsii/commit/906c24db65a0c4a581ba2727dc4ad7ca157a8995"
},
"date": 1690387733677,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "Compile aws-cdk-lib@v2.31.0",
"value": 85482.67506789998,
"unit": "milliseconds",
"range": 3900662.984990455,
"extra": "Compile aws-cdk-lib@v2.31.0 averaged 85482.67506789998 milliseconds over 20 runs"
},
{
"name": "Compile aws-cdk-lib@v2.31.0 (tsc)",
"value": 63915.934094050004,
"unit": "milliseconds",
"range": 285376.934643102,
"extra": "Compile aws-cdk-lib@v2.31.0 (tsc) averaged 63915.934094050004 milliseconds over 20 runs"
}
]
}
]
}
Expand Down

0 comments on commit 170372a

Please sign in to comment.