From fe58530d13fe6ac699fea07c3f49215578edaf3f Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sun, 15 Sep 2024 18:25:16 +0000 Subject: [PATCH] add Oxc Metrics (customSmallerIsBetter) benchmark result for dc221cf90e6722d2d9b01bd0560773cc45cc6f30 --- metrics/data.js | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/metrics/data.js b/metrics/data.js index b3bd78e..8a3a7d4 100644 --- a/metrics/data.js +++ b/metrics/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1726413530020, + "lastUpdate": 1726424716060, "repoUrl": "https://github.com/oxc-project/monitor-oxc", "entries": { "Oxc Metrics": [ @@ -21242,6 +21242,38 @@ window.BENCHMARK_DATA = { "unit": "Bytes" } ] + }, + { + "commit": { + "author": { + "name": "Dunqing", + "username": "Dunqing", + "email": "dengqing0821@gmail.com" + }, + "committer": { + "name": "GitHub", + "username": "web-flow", + "email": "noreply@github.com" + }, + "id": "dc221cf90e6722d2d9b01bd0560773cc45cc6f30", + "message": "Turns on Typescript's `only_remove_type_imports` option in transformer (#40)\n\nThis option always causes idempotency test failures.", + "timestamp": "2024-09-14T10:43:00Z", + "url": "https://github.com/oxc-project/monitor-oxc/commit/dc221cf90e6722d2d9b01bd0560773cc45cc6f30" + }, + "date": 1726424713683, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "Compile Time", + "value": 53.79, + "unit": "Seconds" + }, + { + "name": "Binary Size", + "value": 6277760, + "unit": "Bytes" + } + ] } ] }