mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 18:00:08 +00:00
add Benchmark (benchmarkjs) benchmark result for 7c51f731cb
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
window.BENCHMARK_DATA = {
|
||||
"lastUpdate": 1680453039344,
|
||||
"lastUpdate": 1680454562558,
|
||||
"repoUrl": "https://github.com/discordeno/discordeno",
|
||||
"entries": {
|
||||
"Benchmark": [
|
||||
@@ -1134,6 +1134,114 @@ window.BENCHMARK_DATA = {
|
||||
"extra": "96 samples"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"commit": {
|
||||
"author": {
|
||||
"email": "to@itoh.at",
|
||||
"name": "ITOH",
|
||||
"username": "itohatweb"
|
||||
},
|
||||
"committer": {
|
||||
"email": "noreply@github.com",
|
||||
"name": "GitHub",
|
||||
"username": "web-flow"
|
||||
},
|
||||
"distinct": true,
|
||||
"id": "7c51f731cb3dca369877454aafed60b851db0aef",
|
||||
"message": "refactor(rest): improve `unauthorized` readability (#2946)\n\nCurrently we use a double negation in the code which makes it harder to understand what it actually does.\n\nTherefore the check has been changed to be understood easier.",
|
||||
"timestamp": "2023-04-02T16:54:36Z",
|
||||
"tree_id": "1c8cf5c416ccb0e9f17ad871460781d316461f64",
|
||||
"url": "https://github.com/discordeno/discordeno/commit/7c51f731cb3dca369877454aafed60b851db0aef"
|
||||
},
|
||||
"date": 1680454560477,
|
||||
"tool": "benchmarkjs",
|
||||
"benches": [
|
||||
{
|
||||
"name": "[transformer] message cache check RSS",
|
||||
"value": 128.18,
|
||||
"range": "±1%",
|
||||
"unit": "MB",
|
||||
"extra": "3 samples"
|
||||
},
|
||||
{
|
||||
"name": "[transformer] message cache check Heap Used",
|
||||
"value": 117.38,
|
||||
"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": 21.82,
|
||||
"range": "±1%",
|
||||
"unit": "MB",
|
||||
"extra": "3 samples"
|
||||
},
|
||||
{
|
||||
"name": "[transformer] old message cache check Heap Used",
|
||||
"value": 101.75,
|
||||
"range": "±1%",
|
||||
"unit": "MB",
|
||||
"extra": "3 samples"
|
||||
},
|
||||
{
|
||||
"name": "[transformer] old message cache check Heap Total",
|
||||
"value": 77,
|
||||
"range": "±1%",
|
||||
"unit": "MB",
|
||||
"extra": "3 samples"
|
||||
},
|
||||
{
|
||||
"name": "[Cache Plugin] RSS",
|
||||
"value": 0.67,
|
||||
"range": "±3.01%",
|
||||
"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": 219798,
|
||||
"range": "±0.56%",
|
||||
"unit": "ops/sec",
|
||||
"extra": "89 samples"
|
||||
},
|
||||
{
|
||||
"name": "Camelize 1 event",
|
||||
"value": 6395,
|
||||
"range": "±0.31%",
|
||||
"unit": "ops/sec",
|
||||
"extra": "92 samples"
|
||||
},
|
||||
{
|
||||
"name": "Snakelize 1 event",
|
||||
"value": 6427,
|
||||
"range": "±0.22%",
|
||||
"unit": "ops/sec",
|
||||
"extra": "94 samples"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user