add benchmark and JSDoc for isError function#277
Merged
yceffort-naver merged 1 commit intoNaverPayDev:mainfrom Jun 9, 2025
Merged
add benchmark and JSDoc for isError function#277yceffort-naver merged 1 commit intoNaverPayDev:mainfrom
yceffort-naver merged 1 commit intoNaverPayDev:mainfrom
Conversation
Contributor
umsungjun
commented
May 30, 2025
- Added isError.bench.ts for performance comparison with lodash
- Added JSDoc to isError.ts

- Added isError.bench.ts for performance comparison with lodash - Added JSDoc to isError.ts
Contributor
|
✅ All utility modules are properly registered in |
Contributor
Benchmark Results
View Full Benchmark Data{
"files": [
{
"filepath": "/home/runner/work/hidash/hidash/src/isError.bench.ts",
"groups": [
{
"fullName": "src/isError.bench.ts > isError performance",
"benchmarks": [
{
"id": "1045968056_0_0",
"name": "hidash",
"rank": 1,
"rme": 0.25705527962013436,
"samples": [],
"totalTime": 500.5723989999999,
"min": 12.062013000000093,
"max": 12.509371999999985,
"hz": 81.90623390723549,
"period": 12.209082902439022,
"mean": 12.209082902439022,
"variance": 0.009887132891940858,
"sd": 0.09943406303647084,
"sem": 0.015528991684274443,
"df": 40,
"critical": 2.021,
"moe": 0.03138409219391865,
"p75": 12.257167999999979,
"p99": 12.509371999999985,
"p995": 12.509371999999985,
"p999": 12.509371999999985,
"sampleCount": 41,
"median": 12.191592000000014
},
{
"id": "1045968056_0_1",
"name": "lodash",
"rank": 2,
"rme": 0.8178714816652398,
"samples": [],
"totalTime": 1723.0641220000005,
"min": 170.8118800000002,
"max": 177.49126699999988,
"hz": 5.803614544763876,
"period": 172.30641220000004,
"mean": 172.30641220000004,
"variance": 3.8813946959075563,
"sd": 1.9701255533360194,
"sem": 0.623008402504136,
"df": 9,
"critical": 2.262,
"moe": 1.4092450064643558,
"p75": 172.3994210000003,
"p99": 177.49126699999988,
"p995": 177.49126699999988,
"p999": 177.49126699999988,
"sampleCount": 10,
"median": 171.928901
}
]
}
]
}
]
}Last updated by GitHub Actions |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.