Conversation
|
✅ All utility modules are properly registered in |
Benchmark Results
View Full Benchmark Data{
"files": [
{
"filepath": "/home/runner/work/hidash/hidash/src/find.bench.ts",
"groups": [
{
"fullName": "src/find.bench.ts > find performance",
"benchmarks": [
{
"id": "-2037859673_0_0",
"name": "hidash",
"rank": 1,
"rme": 0.3900097515842264,
"samples": [],
"totalTime": 500.5389289999982,
"min": 0.6121949999999288,
"max": 1.067166000000043,
"hz": 1534.3461926814543,
"period": 0.6517433971354143,
"mean": 0.6517433971354143,
"variance": 0.0012916751050479904,
"sd": 0.03593988181739042,
"sem": 0.001296868777619606,
"df": 767,
"critical": 1.96,
"moe": 0.0025418628041344276,
"p75": 0.6829680000000735,
"p99": 0.7397230000000263,
"p995": 0.7714619999999854,
"p999": 1.067166000000043,
"sampleCount": 768,
"median": 0.6377930000000163
},
{
"id": "-2037859673_0_1",
"name": "lodash",
"rank": 2,
"rme": 1.283290418411396,
"samples": [],
"totalTime": 501.40107399999897,
"min": 2.4418969999999263,
"max": 4.477460000000065,
"hz": 394.893450108566,
"period": 2.5323286565656513,
"mean": 2.5323286565656513,
"variance": 0.05443059604312111,
"sd": 0.23330365630036987,
"sem": 0.016580168883873994,
"df": 197,
"critical": 1.96,
"moe": 0.03249713101239303,
"p75": 2.5378769999999804,
"p99": 4.3003230000000485,
"p995": 4.477460000000065,
"p999": 4.477460000000065,
"sampleCount": 198,
"median": 2.4906684999999698
}
]
}
]
},
{
"filepath": "/home/runner/work/hidash/hidash/src/get.bench.ts",
"groups": [
{
"fullName": "src/get.bench.ts > get performance",
"benchmarks": [
{
"id": "196551904_0_0",
"name": "hidash",
"rank": 1,
"rme": 0.23087090387179224,
"samples": [],
"totalTime": 500.28911399999987,
"min": 0.8714800000000196,
"max": 1.122760000000028,
"hz": 1109.3585378313871,
"period": 0.9014218270270268,
"mean": 0.9014218270270268,
"variance": 0.0006257133004105705,
"sd": 0.02501426194015267,
"sem": 0.001061796285589245,
"df": 554,
"critical": 1.96,
"moe": 0.0020811207197549203,
"p75": 0.8984800000000064,
"p99": 1.0161110000000235,
"p995": 1.0613549999999918,
"p999": 1.122760000000028,
"sampleCount": 555,
"median": 0.8956749999999829
},
{
"id": "196551904_0_1",
"name": "lodash",
"rank": 2,
"rme": 0.20101320239237272,
"samples": [],
"totalTime": 502.5336180000014,
"min": 2.8900449999998727,
"max": 3.1677049999999554,
"hz": 340.27574250763763,
"period": 2.9387930877193065,
"mean": 2.9387930877193065,
"variance": 0.0015533565462917006,
"sd": 0.039412644497568296,
"sem": 0.0030139602537297295,
"df": 170,
"critical": 1.96,
"moe": 0.005907362097310269,
"p75": 2.9528229999999667,
"p99": 3.1334099999999125,
"p995": 3.1677049999999554,
"p999": 3.1677049999999554,
"sampleCount": 171,
"median": 2.9243589999998676
}
]
}
]
}
]
}Last updated by GitHub Actions |
✅ Changeset detectedLatest commit: 0291a8e
If no version change is needed, please add The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
|
|
draft 풀어주시면보겠습니다! |
|
@AndrewSRP According to #165 , patterns like Relevant PR: #228 |
|
@yujeong-jeon thank you for comment. |
yujeong-jeon
left a comment
There was a problem hiding this comment.
Could you please add comments to the function you added according to the commenting guideline?
https://github.com/NaverPayDev/hidash?tab=readme-ov-file#commenting-guidelines
yujeong-jeon
left a comment
There was a problem hiding this comment.
I see the unused codes in get.test.ts. I would like to ask if it can be removed.
yujeong-jeon
left a comment
There was a problem hiding this comment.
Thank you 👍 👍 LGTM~!
This resolves