Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stress: utils like lodash / underscore , but smaller #63

Merged
merged 6 commits into from
Apr 20, 2024

add chunk/chunkArray

326cf45
Select commit
Loading
Failed to load commit list.
Merged

stress: utils like lodash / underscore , but smaller #63

add chunk/chunkArray
326cf45
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Apr 20, 2024 in 0s

51.72% of diff hit (target 48.46%)

View this Pull Request on Codecov

51.72% of diff hit (target 48.46%)

Annotations

Check warning on line 20 in src/collection/default-map.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/collection/default-map.ts#L19-L20

Added lines #L19 - L20 were not covered by tests

Check warning on line 22 in src/collection/default-map.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/collection/default-map.ts#L22

Added line #L22 was not covered by tests

Check warning on line 25 in src/collection/default-map.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/collection/default-map.ts#L25

Added line #L25 was not covered by tests

Check warning on line 27 in src/collection/default-map.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/collection/default-map.ts#L27

Added line #L27 was not covered by tests

Check warning on line 29 in src/collection/default-map.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/collection/default-map.ts#L29

Added line #L29 was not covered by tests

Check warning on line 96 in src/collection/iterables.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/collection/iterables.ts#L93-L96

Added lines #L93 - L96 were not covered by tests

Check warning on line 98 in src/collection/iterables.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/collection/iterables.ts#L98

Added line #L98 was not covered by tests

Check warning on line 38 in src/collection/segment-tree.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/collection/segment-tree.ts#L38

Added line #L38 was not covered by tests

Check warning on line 4 in src/stress/chunk.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/stress/chunk.ts#L1-L4

Added lines #L1 - L4 were not covered by tests

Check warning on line 7 in src/stress/chunk.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/stress/chunk.ts#L6-L7

Added lines #L6 - L7 were not covered by tests

Check warning on line 11 in src/stress/chunk.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/stress/chunk.ts#L11

Added line #L11 was not covered by tests

Check warning on line 17 in src/stress/chunk.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/stress/chunk.ts#L15-L17

Added lines #L15 - L17 were not covered by tests

Check warning on line 19 in src/stress/chunk.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/stress/chunk.ts#L19

Added line #L19 was not covered by tests

Check warning on line 21 in src/stress/chunk.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/stress/chunk.ts#L21

Added line #L21 was not covered by tests