Skip to content

test: add benches for TheAlgorithms/backtracking #43

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

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

art049
Copy link
Member

@art049 art049 commented Sep 19, 2024

No description provided.

Copy link

codspeed-hq bot commented Sep 19, 2024

CodSpeed Performance Report

Merging #43 will not alter performance

Comparing test/TheAlgorithms/backtracking (630460a) with master (c81f446)

Summary

✅ 20 untouched benchmarks

🆕 26 new benchmarks

Benchmarks breakdown

Benchmark master test/TheAlgorithms/backtracking Change
🆕 test_combination_lists N/A 31.7 µs N/A
🆕 test_generate_all_combinations N/A 39.2 µs N/A
🆕 test_generate_all_combinations_edge_case N/A 22.5 µs N/A
🆕 test_generate_all_combinations_larger N/A 45 µs N/A
🆕 test_generate_all_permutations N/A 105 µs N/A
🆕 test_generate_all_permutations_str N/A 104.7 µs N/A
🆕 test_generate_all_subsequences N/A 94 µs N/A
🆕 test_generate_all_subsequences_str N/A 62.4 µs N/A
🆕 test_color N/A 80.8 µs N/A
🆕 test_combination_sum N/A 43 µs N/A
🆕 test_solve_crossword N/A 21.6 µs N/A
🆕 test_generate_parenthesis N/A 40.6 µs N/A
🆕 test_hamilton_cycle N/A 78.8 µs N/A
🆕 test_get_valid_pos N/A 24.4 µs N/A
🆕 test_is_complete N/A 23.3 µs N/A
🆕 test_open_knight_tour N/A 32.9 µs N/A
🆕 test_match_word_pattern N/A 193.8 µs N/A
🆕 test_minimax N/A 39.9 µs N/A
🆕 test_is_safe N/A 41.9 µs N/A
🆕 test_solve N/A 3.8 ms N/A
... ... ... ... ...

ℹ️ Only the first 20 benchmarks are displayed. Go to the app to view all benchmarks.

@art049 art049 merged commit 630460a into master Sep 19, 2024
57 checks passed
@adriencaccia adriencaccia deleted the test/TheAlgorithms/backtracking branch September 20, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant