From edb9c07382cd745be2db313c45cc615e3d6cb329 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sun, 2 Apr 2023 15:44:59 +0000 Subject: [PATCH] add Benchmark (benchmarkjs) benchmark result for 1cb1b094609ea5b8ff418ee680e664c46de3f885 --- benchmarksResult/data.js | 110 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 109 insertions(+), 1 deletion(-) diff --git a/benchmarksResult/data.js b/benchmarksResult/data.js index 8a2d51a33..788ece11a 100644 --- a/benchmarksResult/data.js +++ b/benchmarksResult/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1680450162794, + "lastUpdate": 1680450299266, "repoUrl": "https://github.com/discordeno/discordeno", "entries": { "Benchmark": [ @@ -817,6 +817,114 @@ window.BENCHMARK_DATA = { "extra": "94 samples" } ] + }, + { + "commit": { + "author": { + "email": "to@itoh.at", + "name": "ITOH", + "username": "itohatweb" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "1cb1b094609ea5b8ff418ee680e664c46de3f885", + "message": "refactor!(rest): rest proxy attachment sending (#2924)\n\n* refactor!(rest): rest proxy attachment sending\nCurrently attachments get encoded as base64 before being send to the proxy. This is not really necessary, instead we can just send `FormData` to the proxy.\n\n* fix lint", + "timestamp": "2023-04-02T15:43:08Z", + "tree_id": "ef76737a8c040079afadc523adcc8bbab70bbcd0", + "url": "https://github.com/discordeno/discordeno/commit/1cb1b094609ea5b8ff418ee680e664c46de3f885" + }, + "date": 1680450297666, + "tool": "benchmarkjs", + "benches": [ + { + "name": "[transformer] message cache check RSS", + "value": 124.1, + "range": "±1%", + "unit": "MB", + "extra": "3 samples" + }, + { + "name": "[transformer] message cache check Heap Used", + "value": 117.61, + "range": "±1%", + "unit": "MB", + "extra": "3 samples" + }, + { + "name": "[transformer] message cache check Heap Total", + "value": 107.14, + "range": "±1%", + "unit": "MB", + "extra": "3 samples" + }, + { + "name": "[transformer] old message cache check RSS", + "value": 69.18, + "range": "±1%", + "unit": "MB", + "extra": "3 samples" + }, + { + "name": "[transformer] old message cache check Heap Used", + "value": 102.73, + "range": "±1%", + "unit": "MB", + "extra": "3 samples" + }, + { + "name": "[transformer] old message cache check Heap Total", + "value": 80.93, + "range": "±1%", + "unit": "MB", + "extra": "3 samples" + }, + { + "name": "[Cache Plugin] RSS", + "value": 0.7, + "range": "±2.84%", + "unit": "MB", + "extra": "3 samples" + }, + { + "name": "[Cache Plugin] Heap Used", + "value": 10.65, + "range": "±1.44%", + "unit": "MB", + "extra": "3 samples" + }, + { + "name": "[Cache Plugin] Heap Total", + "value": 0, + "range": "±0%", + "unit": "MB", + "extra": "3 samples" + }, + { + "name": "rest.simplifyUrl", + "value": 224913, + "range": "±0.22%", + "unit": "ops/sec", + "extra": "93 samples" + }, + { + "name": "Camelize 1 event", + "value": 6384, + "range": "±0.22%", + "unit": "ops/sec", + "extra": "96 samples" + }, + { + "name": "Snakelize 1 event", + "value": 6336, + "range": "±0.25%", + "unit": "ops/sec", + "extra": "95 samples" + } + ] } ] }