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

Switch to a custom Myers-based LCS engine #103

Closed
wants to merge 6 commits into from

Add BENCHMARKING.md file and more comments

21e7a07
Select commit
Loading
Failed to load commit list.
Closed

Switch to a custom Myers-based LCS engine #103

Add BENCHMARKING.md file and more comments
21e7a07
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 2, 2024 in 0s

92.50% of diff hit (target 85.11%)

View this Pull Request on Codecov

92.50% of diff hit (target 85.11%)

Annotations

Check warning on line 413 in src/engine.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine.rs#L410-L413

Added lines #L410 - L413 were not covered by tests

Check warning on line 415 in src/engine.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine.rs#L415

Added line #L415 was not covered by tests

Check warning on line 419 in src/engine.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine.rs#L417-L419

Added lines #L417 - L419 were not covered by tests

Check warning on line 422 in src/engine.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine.rs#L421-L422

Added lines #L421 - L422 were not covered by tests

Check warning on line 431 in src/engine.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine.rs#L431

Added line #L431 was not covered by tests

Check warning on line 485 in src/engine.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine.rs#L484-L485

Added lines #L484 - L485 were not covered by tests

Check warning on line 499 in src/engine.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine.rs#L499

Added line #L499 was not covered by tests

Check warning on line 509 in src/engine.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine.rs#L509

Added line #L509 was not covered by tests