dlang-community / D-YAML

YAML parser and emitter for the D programming language
https://dlang-community.github.io/D-YAML/
Boost Software License 1.0
119 stars 37 forks source link

move Loader.scanBench into benchmark tool #318

Closed Herringway closed 1 year ago

Herringway commented 1 year ago

This code doesn't need to be in Loader, and it's not generally useful.

codecov[bot] commented 1 year ago

Codecov Report

Merging #318 (d3df140) into master (2774ce1) will increase coverage by 0.05%. Report is 1 commits behind head on master. The diff coverage is 100.00%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/dlang-community/D-YAML/pull/318/graphs/tree.svg?width=650&height=150&src=pr&token=3GhqwvvAYo&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dlang-community)](https://app.codecov.io/gh/dlang-community/D-YAML/pull/318?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dlang-community) ```diff @@ Coverage Diff @@ ## master #318 +/- ## ========================================== + Coverage 95.29% 95.35% +0.05% ========================================== Files 29 29 Lines 4505 4496 -9 ========================================== - Hits 4293 4287 -6 + Misses 212 209 -3 ``` | [Files Changed](https://app.codecov.io/gh/dlang-community/D-YAML/pull/318?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dlang-community) | Coverage Δ | | |---|---|---| | [source/dyaml/loader.d](https://app.codecov.io/gh/dlang-community/D-YAML/pull/318?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dlang-community#diff-c291cmNlL2R5YW1sL2xvYWRlci5k) | `94.66% <ø> (+3.52%)` | :arrow_up: | | [source/dyaml/test/common.d](https://app.codecov.io/gh/dlang-community/D-YAML/pull/318?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dlang-community#diff-c291cmNlL2R5YW1sL3Rlc3QvY29tbW9uLmQ=) | `90.38% <100.00%> (+0.80%)` | :arrow_up: | | [source/dyaml/test/compare.d](https://app.codecov.io/gh/dlang-community/D-YAML/pull/318?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dlang-community#diff-c291cmNlL2R5YW1sL3Rlc3QvY29tcGFyZS5k) | `100.00% <100.00%> (ø)` | | | [source/dyaml/test/emitter.d](https://app.codecov.io/gh/dlang-community/D-YAML/pull/318?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dlang-community#diff-c291cmNlL2R5YW1sL3Rlc3QvZW1pdHRlci5k) | `100.00% <100.00%> (ø)` | | ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/dlang-community/D-YAML/pull/318?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dlang-community). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dlang-community) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/dlang-community/D-YAML/pull/318?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dlang-community). Last update [f3c3e30...d3df140](https://app.codecov.io/gh/dlang-community/D-YAML/pull/318?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dlang-community). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dlang-community).