-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Oxc Metrics (customSmallerIsBetter) benchmark result for 454b180
- Loading branch information
github-action-benchmark
committed
Jul 17, 2024
1 parent
ad7a83f
commit c2297e5
Showing
1 changed file
with
35 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": 1721201678476, | ||
"lastUpdate": 1721201781686, | ||
"repoUrl": "https://github.com/oxc-project/monitor-oxc", | ||
"entries": { | ||
"Oxc Metrics": [ | ||
|
@@ -1904,6 +1904,40 @@ window.BENCHMARK_DATA = { | |
"unit": "Bytes" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Boshen", | ||
"username": "Boshen" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Boshen", | ||
"username": "Boshen" | ||
}, | ||
"distinct": true, | ||
"id": "454b1800bb932c661b3dd3632df6726fb7e31461", | ||
"message": "fix", | ||
"timestamp": "2024-07-17T15:34:49+08:00", | ||
"tree_id": "95e0d2c4e512fe0aa405d80f27264820ff1fd6be", | ||
"url": "https://github.com/oxc-project/monitor-oxc/commit/454b1800bb932c661b3dd3632df6726fb7e31461" | ||
}, | ||
"date": 1721201781393, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Compile Time", | ||
"value": 49.24, | ||
"unit": "Seconds" | ||
}, | ||
{ | ||
"name": "Binary Size", | ||
"value": 3816072, | ||
"unit": "Bytes" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|