Avatar for the CodSpeedHQ user
CodSpeedHQ
pytest-codspeed
Instrumentation
Wall Time
BlogDocsChangelog

Fix some of the typing broken in #81

#84
Comparing
flying-sheep:patch-1
(
b099733
) with
master
(
3e26619
)
CodSpeed Performance Gauge
0%
Untouched
57
Ignored
53

Benchmarks

Passed

test_make_lowpass
tests/benchmarks/TheAlgorithms_bench/test_bench_audio_filters.py::test_make_lowpass
CodSpeed Performance Gauge
+1%
48.3 µs47.6 µs
test_noop_ellipsis_decorated
tests/benchmarks/test_bench_various_noop.py::test_noop_ellipsis_decorated
CodSpeed Performance Gauge
+1%
14.7 µs14.5 µs
test_noop_lambda_decorated
tests/benchmarks/test_bench_various_noop.py::test_noop_lambda_decorated
CodSpeed Performance Gauge
+1%
19.4 µs19.2 µs
test_make_bandpass
tests/benchmarks/TheAlgorithms_bench/test_bench_audio_filters.py::test_make_bandpass
CodSpeed Performance Gauge
+1%
37.7 µs37.4 µs
test_iir_filter_set_coefficients[a_coeffs0-b_coeffs0]
tests/benchmarks/TheAlgorithms_bench/test_bench_audio_filters.py::test_iir_filter_set_coefficients[a_coeffs0-b_coeffs0]
CodSpeed Performance Gauge
+1%
16.2 µs16.1 µs
test_noop_pass_decorated
tests/benchmarks/test_bench_various_noop.py::test_noop_pass_decorated
CodSpeed Performance Gauge
+1%
14.9 µs14.8 µs
test_get_valid_pos[pos0-4]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py::test_get_valid_pos[pos0-4]
CodSpeed Performance Gauge
+1%
25.5 µs25.4 µs
test_make_allpass
tests/benchmarks/TheAlgorithms_bench/test_bench_audio_filters.py::test_make_allpass
CodSpeed Performance Gauge
+1%
37.1 µs36.9 µs
test_iterative_fibo_10
tests/benchmarks/test_bench_fibo.py::test_iterative_fibo_10
CodSpeed Performance Gauge
+1%
21.7 µs21.5 µs
test_noop_lambda
tests/benchmarks/test_bench_various_noop.py::test_noop_lambda
CodSpeed Performance Gauge
+1%
17.7 µs17.6 µs
test_generate_all_combinations[0-0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py::test_generate_all_combinations[0-0]
CodSpeed Performance Gauge
0%
18.7 µs18.6 µs
test_make_peak
tests/benchmarks/TheAlgorithms_bench/test_bench_audio_filters.py::test_make_peak
CodSpeed Performance Gauge
0%
41 µs40.9 µs
test_depth_first_search[4]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py::test_depth_first_search[4]
CodSpeed Performance Gauge
0%
85.2 µs84.8 µs
test_solve_maze[maze0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py::test_solve_maze[maze0]
CodSpeed Performance Gauge
0%
68.1 µs67.8 µs
test_make_highpass
tests/benchmarks/TheAlgorithms_bench/test_bench_audio_filters.py::test_make_highpass
CodSpeed Performance Gauge
0%
38.9 µs38.7 µs
test_generate_all_combinations[4-2]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py::test_generate_all_combinations[4-2]
CodSpeed Performance Gauge
0%
36.5 µs36.4 µs
test_combination_lists[4-2]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py::test_combination_lists[4-2]
CodSpeed Performance Gauge
0%
30.4 µs30.3 µs
test_generate_parenthesis[3]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py::test_generate_parenthesis[3]
CodSpeed Performance Gauge
0%
41.5 µs41.4 µs
test_is_safe[board0-1-1]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py::test_is_safe[board0-1-1]
CodSpeed Performance Gauge
0%
42.9 µs42.8 µs
test_noop_pass
tests/benchmarks/test_bench_various_noop.py::test_noop_pass
CodSpeed Performance Gauge
0%
12.8 µs12.7 µs
test_iir_filter_process
tests/benchmarks/TheAlgorithms_bench/test_bench_audio_filters.py::test_iir_filter_process
CodSpeed Performance Gauge
0%
31.5 µs31.4 µs
test_open_knight_tour[1]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py::test_open_knight_tour[1]
CodSpeed Performance Gauge
0%
33.1 µs33.1 µs
test_hamilton_cycle[graph0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py::test_hamilton_cycle[graph0]
CodSpeed Performance Gauge
0%
79.3 µs79.2 µs
test_recursive_cached_fibo_10
tests/benchmarks/test_bench_fibo.py::test_recursive_cached_fibo_10
CodSpeed Performance Gauge
0%
41 µs40.9 µs
test_generate_all_permutations[sequence1]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py::test_generate_all_permutations[sequence1]
CodSpeed Performance Gauge
0%
105.1 µs105 µs
test_combination_lists[0-0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py::test_combination_lists[0-0]
CodSpeed Performance Gauge
0%
23 µs23 µs
test_match_word_pattern[aba-GraphTreesGraph]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py::test_match_word_pattern[aba-GraphTreesGraph]
CodSpeed Performance Gauge
0%
194.7 µs194.5 µs
test_is_complete[board0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py::test_is_complete[board0]
CodSpeed Performance Gauge
0%
23.6 µs23.6 µs
test_color[graph0-3]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py::test_color[graph0-3]
CodSpeed Performance Gauge
0%
81.3 µs81.2 µs
test_minimax[scores0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py::test_minimax[scores0]
CodSpeed Performance Gauge
0%
39.8 µs39.8 µs
test_sum_of_squares[sum_of_squares_for_loop_power]
tests/benchmarks/test_bench_misc.py::test_sum_of_squares[sum_of_squares_for_loop_power]
CodSpeed Performance Gauge
0%
517.2 µs516.7 µs
test_combination_sum[candidates0-8]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py::test_combination_sum[candidates0-8]
CodSpeed Performance Gauge
0%
43.2 µs43.2 µs
test_generate_all_subsequences[sequence1]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py::test_generate_all_subsequences[sequence1]
CodSpeed Performance Gauge
0%
62.8 µs62.8 µs
test_make_highshelf
tests/benchmarks/TheAlgorithms_bench/test_bench_audio_filters.py::test_make_highshelf
CodSpeed Performance Gauge
0%
42.9 µs42.9 µs
test_sum_of_squares[sum_of_squares_for_loop_product]
tests/benchmarks/test_bench_misc.py::test_sum_of_squares[sum_of_squares_for_loop_product]
CodSpeed Performance Gauge
0%
451.5 µs451.3 µs
test_sum_squares_slow
tests/benchmarks/test_bench_doc.py::test_sum_squares_slow
CodSpeed Performance Gauge
0%
646.2 µs645.9 µs
test_n_queens_solve[board0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py::test_n_queens_solve[board0]
CodSpeed Performance Gauge
0%
3.8 ms3.8 ms
test_sum_squares_fast
tests/benchmarks/test_bench_doc.py::test_sum_squares_fast
CodSpeed Performance Gauge
0%
449.4 µs449.2 µs
test_recursive_fibo_10
tests/benchmarks/test_bench_fibo.py::test_recursive_fibo_10
CodSpeed Performance Gauge
0%
101.1 µs101 µs
test_sum_of_squares[sum_of_squares_sum_comprehension_power]
tests/benchmarks/test_bench_misc.py::test_sum_of_squares[sum_of_squares_sum_comprehension_power]
CodSpeed Performance Gauge
0%
536.9 µs536.7 µs
test_sum_of_squares[sum_of_squares_sum_comprehension_product]
tests/benchmarks/test_bench_misc.py::test_sum_of_squares[sum_of_squares_sum_comprehension_product]
CodSpeed Performance Gauge
0%
471.6 µs471.5 µs
test_sum_of_squares[sum_of_squares_sum_labmda_product]
tests/benchmarks/test_bench_misc.py::test_sum_of_squares[sum_of_squares_sum_labmda_product]
CodSpeed Performance Gauge
0%
580.9 µs580.7 µs
test_solve_power_sum[13-2]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py::test_solve_power_sum[13-2]
CodSpeed Performance Gauge
0%
32.5 µs32.5 µs
test_count_even[count_even_fast]
tests/benchmarks/test_bench_misc.py::test_count_even[count_even_fast]
CodSpeed Performance Gauge
0%
3 ms3 ms
test_recursive_fibo_20
tests/benchmarks/test_bench_fibo.py::test_recursive_fibo_20
CodSpeed Performance Gauge
0%
10.1 ms10.1 ms
test_solve_crossword[puzzle0-words0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py::test_solve_crossword[puzzle0-words0]
CodSpeed Performance Gauge
0%
22 µs22 µs
test_count_even[count_even_slow]
tests/benchmarks/test_bench_misc.py::test_count_even[count_even_slow]
CodSpeed Performance Gauge
0%
3.1 ms3.1 ms
test_sum_of_squares[sum_of_squares_sum_labmda_power]
tests/benchmarks/test_bench_misc.py::test_sum_of_squares[sum_of_squares_sum_labmda_power]
CodSpeed Performance Gauge
0%
647.8 µs647.9 µs
test_make_lowshelf
tests/benchmarks/TheAlgorithms_bench/test_bench_audio_filters.py::test_make_lowshelf
CodSpeed Performance Gauge
0%
42.9 µs42.9 µs
test_word_exists[board0-ABCCED]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py::test_word_exists[board0-ABCCED]
CodSpeed Performance Gauge
0%
64.1 µs64.1 µs
test_generate_all_permutations[sequence0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py::test_generate_all_permutations[sequence0]
CodSpeed Performance Gauge
0%
105.2 µs105.3 µs
test_generate_all_combinations[5-4]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py::test_generate_all_combinations[5-4]
CodSpeed Performance Gauge
0%
42.1 µs42.2 µs
test_generate_sum_of_subsets_soln[nums0-9]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py::test_generate_sum_of_subsets_soln[nums0-9]
CodSpeed Performance Gauge
0%
72.5 µs72.6 µs
test_generate_all_subsequences[sequence0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py::test_generate_all_subsequences[sequence0]
CodSpeed Performance Gauge
0%
94.6 µs94.7 µs
test_sudoku[initial_grid0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py::test_sudoku[initial_grid0]
CodSpeed Performance Gauge
0%
34.4 µs34.5 µs
test_recursive_cached_fibo_100
tests/benchmarks/test_bench_fibo.py::test_recursive_cached_fibo_100
CodSpeed Performance Gauge
0%
202.3 µs202.9 µs
test_combination_lists[5-4]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py::test_combination_lists[5-4]
CodSpeed Performance Gauge
-1%
27.9 µs28.1 µs

Ignored

test_array_alloc[10000]
tests/benchmarks/test_bench_syscalls.py::test_array_alloc[10000]
Ignored
CodSpeed Performance Gauge
0%
60.2 µs60.3 µs
test_array_alloc[100]
tests/benchmarks/test_bench_syscalls.py::test_array_alloc[100]
Ignored
CodSpeed Performance Gauge
0%
18.1 µs18 µs
test_fs_read[100000]
tests/benchmarks/test_bench_syscalls.py::test_fs_read[100000]
Ignored
CodSpeed Performance Gauge
+1%
29.2 µs28.9 µs
test_array_alloc[100000]
tests/benchmarks/test_bench_syscalls.py::test_array_alloc[100000]
Ignored
CodSpeed Performance Gauge
0%
431.7 µs431.5 µs
test_array_alloc[1000]
tests/benchmarks/test_bench_syscalls.py::test_array_alloc[1000]
Ignored
CodSpeed Performance Gauge
+1%
23.6 µs23.4 µs
test_dup_fd
tests/benchmarks/test_bench_syscalls.py::test_dup_fd
Ignored
CodSpeed Performance Gauge
0%
23.2 µs23.1 µs
test_fs_read[1000000]
tests/benchmarks/test_bench_syscalls.py::test_fs_read[1000000]
Ignored
CodSpeed Performance Gauge
0%
28.7 µs28.5 µs
test_fs_read[1000]
tests/benchmarks/test_bench_syscalls.py::test_fs_read[1000]
Ignored
CodSpeed Performance Gauge
+1%
16.4 µs16.3 µs
test_fs_read[100]
tests/benchmarks/test_bench_syscalls.py::test_fs_read[100]
Ignored
CodSpeed Performance Gauge
0%
14.1 µs14.1 µs
test_fs_write[1000000]
tests/benchmarks/test_bench_syscalls.py::test_fs_write[1000000]
Ignored
CodSpeed Performance Gauge
0%
1.8 ms1.8 ms
test_fs_read[10000]
tests/benchmarks/test_bench_syscalls.py::test_fs_read[10000]
Ignored
CodSpeed Performance Gauge
+1%
29.2 µs29 µs
test_fs_write[100000]
tests/benchmarks/test_bench_syscalls.py::test_fs_write[100000]
Ignored
CodSpeed Performance Gauge
0%
207.9 µs208.1 µs
test_fs_write[1000]
tests/benchmarks/test_bench_syscalls.py::test_fs_write[1000]
Ignored
CodSpeed Performance Gauge
+1%
33.7 µs33.3 µs
test_hostname_resolution[1.1.1.1]
tests/benchmarks/test_bench_syscalls.py::test_hostname_resolution[1.1.1.1]
Ignored
CodSpeed Performance Gauge
+1%
39.7 µs39.4 µs
test_fs_write[100]
tests/benchmarks/test_bench_syscalls.py::test_fs_write[100]
Ignored
CodSpeed Performance Gauge
0%
31.3 µs31.3 µs
test_hostname_resolution[amazon.com]
tests/benchmarks/test_bench_syscalls.py::test_hostname_resolution[amazon.com]
Ignored
CodSpeed Performance Gauge
0%
90.4 µs90.1 µs
test_hostname_resolution[google.com]
tests/benchmarks/test_bench_syscalls.py::test_hostname_resolution[google.com]
Ignored
CodSpeed Performance Gauge
0%
112.3 µs111.9 µs
test_tcp_connection[8.8.8.8-53]
tests/benchmarks/test_bench_syscalls.py::test_tcp_connection[8.8.8.8-53]
Ignored
CodSpeed Performance Gauge
-3%
38.9 µs40 µs
test_fs_write[10000]
tests/benchmarks/test_bench_syscalls.py::test_fs_write[10000]
Ignored
CodSpeed Performance Gauge
0%
50.5 µs50.6 µs
test_multiprocessing_map[1000]
tests/benchmarks/test_bench_syscalls.py::test_multiprocessing_map[1000]
Ignored
CodSpeed Performance Gauge
-1%
4.5 ms4.5 ms
test_sleep[0.1]
tests/benchmarks/test_bench_syscalls.py::test_sleep[0.1]
Ignored
CodSpeed Performance Gauge
+1%
14 µs13.8 µs
test_hostname_resolution[127.0.0.1]
tests/benchmarks/test_bench_syscalls.py::test_hostname_resolution[127.0.0.1]
Ignored
CodSpeed Performance Gauge
0%
39.8 µs39.6 µs
test_multiprocessing_map[10000]
tests/benchmarks/test_bench_syscalls.py::test_multiprocessing_map[10000]
Ignored
CodSpeed Performance Gauge
-5%
11.6 ms12.3 ms
test_hostname_resolution[8.8.8.8]
tests/benchmarks/test_bench_syscalls.py::test_hostname_resolution[8.8.8.8]
Ignored
CodSpeed Performance Gauge
0%
39.5 µs39.5 µs
test_mmap_operation[40960]
tests/benchmarks/test_bench_syscalls.py::test_mmap_operation[40960]
Ignored
CodSpeed Performance Gauge
0%
102.1 µs101.8 µs
test_mmap_operation[409600]
tests/benchmarks/test_bench_syscalls.py::test_mmap_operation[409600]
Ignored
CodSpeed Performance Gauge
0%
745.3 µs745.2 µs
test_multiprocessing_map[100000]
tests/benchmarks/test_bench_syscalls.py::test_multiprocessing_map[100000]
Ignored
CodSpeed Performance Gauge
-19%
83.4 ms103.3 ms
test_hostname_resolution[localhost]
tests/benchmarks/test_bench_syscalls.py::test_hostname_resolution[localhost]
Ignored
CodSpeed Performance Gauge
0%
76.7 µs76.7 µs
test_mmap_operation[4096]
tests/benchmarks/test_bench_syscalls.py::test_mmap_operation[4096]
Ignored
CodSpeed Performance Gauge
+1%
36.9 µs36.7 µs
test_tcp_connection[1.1.1.1-53]
tests/benchmarks/test_bench_syscalls.py::test_tcp_connection[1.1.1.1-53]
Ignored
CodSpeed Performance Gauge
0%
33.9 µs33.9 µs
test_open_close_fd[100]
tests/benchmarks/test_bench_syscalls.py::test_open_close_fd[100]
Ignored
CodSpeed Performance Gauge
0%
133.8 µs133.7 µs
test_multiprocessing_map[10]
tests/benchmarks/test_bench_syscalls.py::test_multiprocessing_map[10]
Ignored
CodSpeed Performance Gauge
+9%
4.1 ms3.8 ms
test_open_close_fd[1000]
tests/benchmarks/test_bench_syscalls.py::test_open_close_fd[1000]
Ignored
CodSpeed Performance Gauge
-3%
1.3 ms1.4 ms
test_open_close_fd[10]
tests/benchmarks/test_bench_syscalls.py::test_open_close_fd[10]
Ignored
CodSpeed Performance Gauge
-2%
36.6 µs37.3 µs
test_threadpool_map[100000]
tests/benchmarks/test_bench_syscalls.py::test_threadpool_map[100000]
Ignored
CodSpeed Performance Gauge
-1%
4.3 s4.3 s
test_pipe_communication[10000]
tests/benchmarks/test_bench_syscalls.py::test_pipe_communication[10000]
Ignored
CodSpeed Performance Gauge
0%
41.5 µs41.4 µs
test_threadpool_map[10]
tests/benchmarks/test_bench_syscalls.py::test_threadpool_map[10]
Ignored
CodSpeed Performance Gauge
-1%
814 µs820.7 µs
test_process_creation[cat /dev/null]
tests/benchmarks/test_bench_syscalls.py::test_process_creation[cat /dev/null]
Ignored
CodSpeed Performance Gauge
0%
206.1 µs205.6 µs
test_threadpool_map[10000]
tests/benchmarks/test_bench_syscalls.py::test_threadpool_map[10000]
Ignored
CodSpeed Performance Gauge
-1%
416.1 ms418.8 ms
test_multiprocessing_map[100]
tests/benchmarks/test_bench_syscalls.py::test_multiprocessing_map[100]
Ignored
CodSpeed Performance Gauge
-27%
3.7 ms5 ms
test_threadpool_map[100]
tests/benchmarks/test_bench_syscalls.py::test_threadpool_map[100]
Ignored
CodSpeed Performance Gauge
0%
4.6 ms4.6 ms
test_sleep[0.01]
tests/benchmarks/test_bench_syscalls.py::test_sleep[0.01]
Ignored
CodSpeed Performance Gauge
+1%
14 µs13.8 µs
test_tcp_connection[google.com-443]
tests/benchmarks/test_bench_syscalls.py::test_tcp_connection[google.com-443]
Ignored
CodSpeed Performance Gauge
0%
106.6 µs107 µs
test_sleep[0.05]
tests/benchmarks/test_bench_syscalls.py::test_sleep[0.05]
Ignored
CodSpeed Performance Gauge
0%
13.9 µs13.9 µs
test_tcp_connection[wikipedia.org-443]
tests/benchmarks/test_bench_syscalls.py::test_tcp_connection[wikipedia.org-443]
Ignored
CodSpeed Performance Gauge
0%
65.5 µs65.6 µs
test_sleep[0.001]
tests/benchmarks/test_bench_syscalls.py::test_sleep[0.001]
Ignored
CodSpeed Performance Gauge
0%
14 µs13.9 µs
test_pipe_communication[1000]
tests/benchmarks/test_bench_syscalls.py::test_pipe_communication[1000]
Ignored
CodSpeed Performance Gauge
0%
41.4 µs41.3 µs
test_threadpool_map[1000]
tests/benchmarks/test_bench_syscalls.py::test_threadpool_map[1000]
Ignored
CodSpeed Performance Gauge
0%
41.1 ms41.1 ms
test_noop_ellipsis
tests/benchmarks/test_bench_various_noop.py::test_noop_ellipsis
Ignored
CodSpeed Performance Gauge
0%
12.7 µs12.7 µs
test_pipe_communication[100]
tests/benchmarks/test_bench_syscalls.py::test_pipe_communication[100]
Ignored
CodSpeed Performance Gauge
0%
39.9 µs39.7 µs
test_process_creation[ls -l]
tests/benchmarks/test_bench_syscalls.py::test_process_creation[ls -l]
Ignored
CodSpeed Performance Gauge
0%
208.4 µs208.7 µs
test_process_creation[echo hello]
tests/benchmarks/test_bench_syscalls.py::test_process_creation[echo hello]
Ignored
CodSpeed Performance Gauge
0%
236 µs236.3 µs
test_pipe_communication[10]
tests/benchmarks/test_bench_syscalls.py::test_pipe_communication[10]
Ignored
CodSpeed Performance Gauge
+1%
43.4 µs43.2 µs

Commits

Click on a commit to change the comparison range
Base
master
3e26619
+0.2%
Fix some of the typing broken in #81
b099733
2 months ago
by flying-sheep
© 2025 CodSpeed Technology
Home Terms Privacy Docs