CodSpeedHQ
pytest-codspeed
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
feat: macro runs
#49
Closed
Comparing
macro-runs
(
5536cce
) with
master
(
8ed280f
)
CodSpeed Performance Gauge
-64%
New
248
Dropped
47
Ignored
53
Benchmarks
Failed
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_noop_pass_decorated
tests/benchmarks/test_bench_various_noop.py
Missing
CodSpeed Performance Gauge
N/A
14.5 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_noop_lambda_decorated
tests/benchmarks/test_bench_various_noop.py
Missing
CodSpeed Performance Gauge
N/A
18.8 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_noop_ellipsis_decorated
tests/benchmarks/test_bench_various_noop.py
Missing
CodSpeed Performance Gauge
N/A
14.2 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_noop_pass
tests/benchmarks/test_bench_various_noop.py
Missing
CodSpeed Performance Gauge
N/A
12.2 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_depth_first_search[4]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
Missing
CodSpeed Performance Gauge
N/A
83.5 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_noop_lambda
tests/benchmarks/test_bench_various_noop.py
Missing
CodSpeed Performance Gauge
N/A
17.2 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_recursive_cached_fibo_10
tests/benchmarks/test_bench_fibo.py
Missing
CodSpeed Performance Gauge
N/A
40.4 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_recursive_cached_fibo_100
tests/benchmarks/test_bench_fibo.py
Missing
CodSpeed Performance Gauge
N/A
200.9 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_recursive_fibo_20
tests/benchmarks/test_bench_fibo.py
Missing
CodSpeed Performance Gauge
N/A
10.2 ms
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_recursive_fibo_10
tests/benchmarks/test_bench_fibo.py
Missing
CodSpeed Performance Gauge
N/A
100.9 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_hamilton_cycle[graph0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
Missing
CodSpeed Performance Gauge
N/A
79.1 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_solve_crossword[puzzle0-words0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
Missing
CodSpeed Performance Gauge
N/A
21.6 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_word_exists[board0-ABCCED]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
Missing
CodSpeed Performance Gauge
N/A
64 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_solve_maze[maze0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
Missing
CodSpeed Performance Gauge
N/A
67.8 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_iterative_fibo_10
tests/benchmarks/test_bench_fibo.py
Missing
CodSpeed Performance Gauge
N/A
21.1 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_make_peak
tests/benchmarks/TheAlgorithms_bench/test_bench_audio_filters.py
Missing
CodSpeed Performance Gauge
N/A
40.4 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_solve_power_sum[13-2]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
Missing
CodSpeed Performance Gauge
N/A
32.2 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_is_complete[board0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
Missing
CodSpeed Performance Gauge
N/A
23.5 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_generate_parenthesis[3]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
Missing
CodSpeed Performance Gauge
N/A
40.9 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_open_knight_tour[1]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
Missing
CodSpeed Performance Gauge
N/A
33.1 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_combination_lists[5-4]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
Missing
CodSpeed Performance Gauge
N/A
27.9 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_get_valid_pos[pos0-4]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
Missing
CodSpeed Performance Gauge
N/A
25 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_is_safe[board0-1-1]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
Missing
CodSpeed Performance Gauge
N/A
42.4 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_n_queens_solve[board0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
Missing
CodSpeed Performance Gauge
N/A
3.8 ms
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_match_word_pattern[aba-GraphTreesGraph]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
Missing
CodSpeed Performance Gauge
N/A
194.3 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_generate_all_subsequences[sequence1]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
Missing
CodSpeed Performance Gauge
N/A
61.8 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_generate_all_subsequences[sequence0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
Missing
CodSpeed Performance Gauge
N/A
93.6 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_combination_lists[4-2]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
Missing
CodSpeed Performance Gauge
N/A
29.7 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_generate_sum_of_subsets_soln[nums0-9]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
Missing
CodSpeed Performance Gauge
N/A
72.9 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_sudoku[initial_grid0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
Missing
CodSpeed Performance Gauge
N/A
34 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_generate_all_combinations[0-0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
Missing
CodSpeed Performance Gauge
N/A
18.4 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_combination_sum[candidates0-8]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
Missing
CodSpeed Performance Gauge
N/A
43.2 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_minimax[scores0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
Missing
CodSpeed Performance Gauge
N/A
39.5 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_color[graph0-3]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
Missing
CodSpeed Performance Gauge
N/A
80.8 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_generate_all_combinations[4-2]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
Missing
CodSpeed Performance Gauge
N/A
36.4 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_generate_all_combinations[5-4]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
Missing
CodSpeed Performance Gauge
N/A
42.2 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_combination_lists[0-0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
Missing
CodSpeed Performance Gauge
N/A
23.2 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_generate_all_permutations[sequence1]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
Missing
CodSpeed Performance Gauge
N/A
103.8 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_generate_all_permutations[sequence0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
Missing
CodSpeed Performance Gauge
N/A
104.1 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_make_highshelf
tests/benchmarks/TheAlgorithms_bench/test_bench_audio_filters.py
Missing
CodSpeed Performance Gauge
N/A
42.7 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_iir_filter_set_coefficients[a_coeffs0-b_coeffs0]
tests/benchmarks/TheAlgorithms_bench/test_bench_audio_filters.py
Missing
CodSpeed Performance Gauge
N/A
15.7 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_iir_filter_process
tests/benchmarks/TheAlgorithms_bench/test_bench_audio_filters.py
Missing
CodSpeed Performance Gauge
N/A
31.2 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_make_allpass
tests/benchmarks/TheAlgorithms_bench/test_bench_audio_filters.py
Missing
CodSpeed Performance Gauge
N/A
36.9 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_make_highpass
tests/benchmarks/TheAlgorithms_bench/test_bench_audio_filters.py
Missing
CodSpeed Performance Gauge
N/A
38.1 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_make_bandpass
tests/benchmarks/TheAlgorithms_bench/test_bench_audio_filters.py
Missing
CodSpeed Performance Gauge
N/A
37.5 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_make_lowshelf
tests/benchmarks/TheAlgorithms_bench/test_bench_audio_filters.py
Missing
CodSpeed Performance Gauge
N/A
42.8 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_make_lowpass
tests/benchmarks/TheAlgorithms_bench/test_bench_audio_filters.py
Missing
CodSpeed Performance Gauge
N/A
46.4 µs
N/A
New
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_make_lowpass
tests/benchmarks/TheAlgorithms_bench/test_bench_audio_filters.py
CodSpeed Performance Gauge
N/A
N/A
6.6 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_iir_filter_set_coefficients[a_coeffs0-b_coeffs0]
tests/benchmarks/TheAlgorithms_bench/test_bench_audio_filters.py
CodSpeed Performance Gauge
N/A
N/A
1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_make_bandpass
tests/benchmarks/TheAlgorithms_bench/test_bench_audio_filters.py
CodSpeed Performance Gauge
N/A
N/A
6.5 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_make_allpass
tests/benchmarks/TheAlgorithms_bench/test_bench_audio_filters.py
CodSpeed Performance Gauge
N/A
N/A
6.1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_make_highpass
tests/benchmarks/TheAlgorithms_bench/test_bench_audio_filters.py
CodSpeed Performance Gauge
N/A
N/A
6.5 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_make_peak
tests/benchmarks/TheAlgorithms_bench/test_bench_audio_filters.py
CodSpeed Performance Gauge
N/A
N/A
7.5 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_make_lowshelf
tests/benchmarks/TheAlgorithms_bench/test_bench_audio_filters.py
CodSpeed Performance Gauge
N/A
N/A
8.5 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_make_highshelf
tests/benchmarks/TheAlgorithms_bench/test_bench_audio_filters.py
CodSpeed Performance Gauge
N/A
N/A
8.6 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_generate_all_permutations[sequence1]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
CodSpeed Performance Gauge
N/A
N/A
161.9 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_combination_lists[4-2]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
CodSpeed Performance Gauge
N/A
N/A
4.4 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_generate_all_permutations[sequence0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
CodSpeed Performance Gauge
N/A
N/A
161.2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_combination_lists[0-0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
CodSpeed Performance Gauge
N/A
N/A
2.1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_generate_all_subsequences[sequence1]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
CodSpeed Performance Gauge
N/A
N/A
96.4 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_sudoku[initial_grid0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
CodSpeed Performance Gauge
N/A
N/A
8.7 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_generate_all_combinations[4-2]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
CodSpeed Performance Gauge
N/A
N/A
6.5 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_solve_power_sum[13-2]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
CodSpeed Performance Gauge
N/A
N/A
5.5 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_combination_lists[5-4]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
CodSpeed Performance Gauge
N/A
N/A
4.1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_generate_sum_of_subsets_soln[nums0-9]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
CodSpeed Performance Gauge
N/A
N/A
23.7 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_generate_all_combinations[5-4]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
CodSpeed Performance Gauge
N/A
N/A
8.9 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_match_word_pattern[aba-GraphTreesGraph]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
CodSpeed Performance Gauge
N/A
N/A
97.3 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_combination_sum[candidates0-8]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
CodSpeed Performance Gauge
N/A
N/A
10.1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_minimax[scores0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
CodSpeed Performance Gauge
N/A
N/A
8.8 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_generate_all_subsequences[sequence0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
CodSpeed Performance Gauge
N/A
N/A
192.3 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_generate_all_combinations[0-0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
CodSpeed Performance Gauge
N/A
N/A
1.4 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_color[graph0-3]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
CodSpeed Performance Gauge
N/A
N/A
29.4 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_n_queens_solve[board0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
CodSpeed Performance Gauge
N/A
N/A
10.5 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_hamilton_cycle[graph0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
CodSpeed Performance Gauge
N/A
N/A
26.9 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_is_complete[board0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
CodSpeed Performance Gauge
N/A
N/A
2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_is_safe[board0-1-1]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
CodSpeed Performance Gauge
N/A
N/A
10.8 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_open_knight_tour[1]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
CodSpeed Performance Gauge
N/A
N/A
3.9 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_solve_maze[maze0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
CodSpeed Performance Gauge
N/A
N/A
20 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_word_exists[board0-ABCCED]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
CodSpeed Performance Gauge
N/A
N/A
15.9 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_generate_parenthesis[3]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
CodSpeed Performance Gauge
N/A
N/A
8.7 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_solve_crossword[puzzle0-words0]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
CodSpeed Performance Gauge
N/A
N/A
2.4 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_get_valid_pos[pos0-4]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
CodSpeed Performance Gauge
N/A
N/A
3.2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_depth_first_search[4]
tests/benchmarks/TheAlgorithms_bench/test_bench_backtracking.py
CodSpeed Performance Gauge
N/A
N/A
31.5 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_iir_filter_process
tests/benchmarks/TheAlgorithms_bench/test_bench_audio_filters.py
CodSpeed Performance Gauge
N/A
N/A
3.4 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_recursive_fibo_20
tests/benchmarks/test_bench_fibo.py
CodSpeed Performance Gauge
N/A
N/A
3.1 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_recursive_cached_fibo_10
tests/benchmarks/test_bench_fibo.py
CodSpeed Performance Gauge
N/A
N/A
6.8 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_recursive_cached_fibo_100
tests/benchmarks/test_bench_fibo.py
CodSpeed Performance Gauge
N/A
N/A
106.1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_iterative_fibo_10
tests/benchmarks/test_bench_fibo.py
CodSpeed Performance Gauge
N/A
N/A
1.4 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_sleep[0.01]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
10.1 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_array_alloc[100000]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
185.5 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_sleep[0.05]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
50.1 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_fs_write[1000]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
15 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_array_alloc[10000]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
20.6 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_recursive_fibo_10
tests/benchmarks/test_bench_fibo.py
CodSpeed Performance Gauge
N/A
N/A
25.7 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_open_close_fd[10]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
91.8 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_dup_fd
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
14.3 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_array_alloc[1000]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
3.1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_fs_write[100000]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
231.9 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_sleep[0.001]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
1.1 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_sleep[0.1]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
100.1 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_fs_write[10000]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
35.6 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_array_alloc[100]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
1.2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_tcp_connection[1.1.1.1-53]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
1 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_open_close_fd[1000]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
8.9 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_fs_read[100]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
600 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_hostname_resolution[127.0.0.1]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
7.2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_fs_write[100]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
13.5 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_hostname_resolution[localhost]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
118 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_hostname_resolution[amazon.com]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
318.6 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_open_close_fd[100]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
871.9 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_fs_read[1000]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
768 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_pipe_communication[1000]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
22 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_pipe_communication[10]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
22.1 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_fs_read[10000]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
66.5 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_hostname_resolution[1.1.1.1]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
7.1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_fs_write[1000000]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
2.5 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_mmap_operation[40960]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
42.8 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_hostname_resolution[google.com]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
381.1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_tcp_connection[8.8.8.8-53]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
790 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_process_creation[ls -l]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
4.3 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_tcp_connection[wikipedia.org-443]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
16 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_fs_read[100000]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
743.6 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_tcp_connection[google.com-443]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
1.3 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_hostname_resolution[8.8.8.8]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
7.1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_process_creation[echo hello]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
1.4 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_mmap_operation[4096]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
31.2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_pipe_communication[10000]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
22.2 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_mmap_operation[409600]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
122.4 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_fs_read[1000000]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
7.5 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_multiprocessing_map[1000]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
105.2 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_threadpool_map[10]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
1.4 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_threadpool_map[10000]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
791.2 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_process_creation[cat /dev/null]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
3.2 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_multiprocessing_map[10]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
104.2 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_noop_ellipsis
tests/benchmarks/test_bench_various_noop.py
CodSpeed Performance Gauge
N/A
N/A
552 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_noop_lambda
tests/benchmarks/test_bench_various_noop.py
CodSpeed Performance Gauge
N/A
N/A
1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_threadpool_map[1000]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
39.2 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_noop_pass
tests/benchmarks/test_bench_various_noop.py
CodSpeed Performance Gauge
N/A
N/A
552 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_multiprocessing_map[100000]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
171.8 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_multiprocessing_map[100]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
105.7 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_pipe_communication[100]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
22 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_noop_lambda_decorated
tests/benchmarks/test_bench_various_noop.py
CodSpeed Performance Gauge
N/A
N/A
1.1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_noop_pass_decorated
tests/benchmarks/test_bench_various_noop.py
CodSpeed Performance Gauge
N/A
N/A
648 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_noop_ellipsis_decorated
tests/benchmarks/test_bench_various_noop.py
CodSpeed Performance Gauge
N/A
N/A
648 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_threadpool_map[100000]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
8.8 s
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_threadpool_map[100]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
5.6 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_multiprocessing_map[10000]
tests/benchmarks/test_bench_syscalls.py
CodSpeed Performance Gauge
N/A
N/A
112.2 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_binary_and[21-30]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
10.2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_binary_or[21-30]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
10.3 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_binary_and[25-32]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
10.9 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_binary_or[58-73]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
11.8 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_binary_xor[21-30]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
9.6 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_binary_xor[58-73]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
10.7 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_largest_pow_of_two_le_num[0]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_binary_count_setbits[58]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
2.1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_binary_and[58-73]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
11.6 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_largest_pow_of_two_le_num[15]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.5 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_binary_or[25-32]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
11.1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_binary_and[37-50]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
10.8 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_binary_or[37-50]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
11.1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_binary_xor[37-50]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
10.1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_binary_count_setbits[16]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_largest_pow_of_two_le_num[3]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.3 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_largest_pow_of_two_le_num[1]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_binary_xor[25-32]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
10.2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_find_missing_number[nums0]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
2.7 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_find_missing_number[nums3]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
2.8 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_different_signs[1000000000000000000000000000--1000000000000000000000000000]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
912 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_binary_count_setbits[25]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
2.1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_largest_pow_of_two_le_num[99]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.8 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_different_signs[-1000000000000000000000000000-1000000000000000000000000000]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
948 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_largest_pow_of_two_le_num[999999]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
4.3 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_different_signs[2-0]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
768 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_largest_pow_of_two_le_num[178]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.9 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_binary_count_setbits[36]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_binary_count_setbits[0]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.9 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_find_missing_number[nums4]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
2.8 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_different_signs[0-2]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
768 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_binary_count_trailing_zeros[36]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.7 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_power_of_4[6]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
816 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_swap_odd_even_bits[2]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_find_missing_number[nums1]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
2.6 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_find_missing_number[nums6]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
2.8 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_find_missing_number[nums5]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
2.8 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_power_of_4[4]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.3 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_power_of_4[2]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_binary_count_setbits[4294967295]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
2.2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_swap_odd_even_bits[4]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_different_signs[1--1]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
756 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_power_of_4[1]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_find_missing_number[nums2]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
2.7 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_different_signs[50-278]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
864 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_power_of_4[64]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.6 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_different_signs[1-1]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
768 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_power_of_4[8]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.4 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_binary_count_trailing_zeros[4294967296]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_binary_count_trailing_zeros[16]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.7 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_swap_odd_even_bits[3]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
972 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_power_of_4[17]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
828 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_swap_odd_even_bits[0]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
984 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_binary_count_trailing_zeros[58]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.7 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_swap_odd_even_bits[24]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
996 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_twos_complement[-17]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
2.4 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_binary_count_trailing_zeros[25]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.7 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_twos_complement[-1]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
2.2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_twos_complement[-5]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
2.4 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_get_1s_count[25]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_swap_odd_even_bits[1]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_twos_complement[-207]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
2.5 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_swap_odd_even_bits[6]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
984 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_swap_odd_even_bits[23]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
984 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_binary_count_trailing_zeros[0]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_swap_odd_even_bits[5]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_get_1s_count[58]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.3 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_get_1s_count[37]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_reverse_bit[37]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
23 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_reverse_bit[256]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
21.2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_get_1s_count[0]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
792 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_reverse_bit[25]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
23.1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_reverse_bit[0]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
18.2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_reverse_bit[21]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
23.1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_get_1s_count[21]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_get_1s_count[256]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
960 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_reverse_bit[58]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
22.7 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_is_bit_set[10-0]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
744 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_set_bit[13-1]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
720 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_is_bit_set[10-1]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
732 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_clear_bit[18-1]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
792 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_set_bit[15-1]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
732 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_is_bit_set[10-2]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
708 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_get_bit[10-1]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_clear_bit[0-5]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
864 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_flip_bit[5-1]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
768 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_set_bit[0-5]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
696 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_flip_bit[5-0]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
792 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_logical_right_shift[0-1]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.3 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_is_bit_set[0-17]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
744 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_get_bit[10-3]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_binary_coded_decimal[3]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
5.6 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_excess_3_code[3]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
3.4 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_logical_left_shift[1983-4]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.6 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_binary_coded_decimal[0]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
5.4 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_logical_left_shift[0-1]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.3 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_get_bit[10-2]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_arithmetic_right_shift[1-1]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
2.2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_get_bit[10-0]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_arithmetic_right_shift[0-1]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
2.1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_arithmetic_right_shift[17-2]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
2.4 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_binary_coded_decimal[987]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
7.7 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_is_bit_set[10-3]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
732 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_logical_left_shift[1-5]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.4 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_arithmetic_right_shift[-1-1]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
2.7 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_find_previous_power_of_two[7]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_logical_right_shift[17-2]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.9 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_logical_left_shift[17-2]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.5 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_arithmetic_right_shift[-17-2]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
3.1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_arithmetic_right_shift[-1983-4]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
3.4 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_logical_right_shift[1-1]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.3 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_logical_right_shift[1983-4]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.9 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_find_previous_power_of_two[0]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
720 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_excess_3_code[120]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
6.2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_binary_coded_decimal[12]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
6.8 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_logical_right_shift[1-5]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.3 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_find_previous_power_of_two[9]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_binary_coded_decimal[2]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
5.6 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_logical_left_shift[1-1]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.3 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_find_previous_power_of_two[15]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_excess_3_code[2]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
3.5 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_is_even[1]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
672 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_find_previous_power_of_two[2]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_find_previous_power_of_two[5]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_find_previous_power_of_two[8]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_get_highest_set_bit_position[1]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
852 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_find_previous_power_of_two[10]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_find_previous_power_of_two[3]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_get_highest_set_bit_position[37]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.3 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_find_previous_power_of_two[16]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.3 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_gray_code[3]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
9.6 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_excess_3_code[20]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
4.9 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_find_previous_power_of_two[6]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_find_previous_power_of_two[4]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_gray_code[1]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
2.4 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_get_highest_set_bit_position[25]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_gray_code[2]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
5.2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_is_even[9]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
600 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_excess_3_code[0]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
3.5 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_find_previous_power_of_two[1]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
948 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_is_even[4]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
624 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_is_even[15]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
648 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_find_previous_power_of_two[17]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_is_even[101]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
672 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_is_even[40]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
648 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_get_highest_set_bit_position[0]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
696 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_get_highest_set_bit_position[4]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
1.1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
test_is_even[100]
tests/benchmarks/TheAlgorithms_bench/test_bit_manipulation.py
CodSpeed Performance Gauge
N/A
N/A
636 ns
Ignored
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_hostname_resolution[google.com]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
112.1 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_hostname_resolution[1.1.1.1]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
39.7 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_tcp_connection[wikipedia.org-443]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
65.5 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_tcp_connection[8.8.8.8-53]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
39 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_hostname_resolution[127.0.0.1]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
39.9 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_pipe_communication[10]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
43.5 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_process_creation[ls -l]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
208.4 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_hostname_resolution[amazon.com]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
90.4 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_hostname_resolution[8.8.8.8]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
39.7 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_process_creation[cat /dev/null]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
205.3 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_process_creation[echo hello]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
221.8 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_tcp_connection[1.1.1.1-53]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
33.9 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_threadpool_map[10]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
814.9 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_mmap_operation[4096]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
36.3 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_pipe_communication[1000]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
41.5 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_threadpool_map[100]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
4.6 ms
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_tcp_connection[google.com-443]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
106.8 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_pipe_communication[100]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
40 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_mmap_operation[40960]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
101.7 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_threadpool_map[1000]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
41.1 ms
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_threadpool_map[100000]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
4.3 s
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_multiprocessing_map[10]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
6.5 ms
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_threadpool_map[10000]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
419.7 ms
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_pipe_communication[10000]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
41.5 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_mmap_operation[409600]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
745.1 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_sleep[0.001]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
13.5 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_multiprocessing_map[100000]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
89.1 ms
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_multiprocessing_map[1000]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
4.7 ms
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_noop_ellipsis
tests/benchmarks/test_bench_various_noop.py
Ignored
CodSpeed Performance Gauge
N/A
12.2 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_sleep[0.01]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
13.5 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_multiprocessing_map[100]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
3.4 ms
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_sleep[0.05]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
13.4 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_array_alloc[1000]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
22.3 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_array_alloc[100]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
17.6 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_hostname_resolution[localhost]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
76.9 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_array_alloc[10000]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
59.8 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_array_alloc[100000]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
431.5 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_fs_write[10000]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
50.2 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_multiprocessing_map[10000]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
10.1 ms
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_open_close_fd[10]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
37.2 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_fs_read[1000]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
16 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_open_close_fd[1000]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
1.3 ms
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_fs_write[100]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
30.5 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_sleep[0.1]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
13.4 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_fs_read[1000000]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
28.1 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_fs_read[100000]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
28.7 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_fs_write[1000]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
32.9 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_fs_read[10000]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
28.7 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_dup_fd
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
22.8 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_fs_write[1000000]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
1.8 ms
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_fs_write[100000]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
208.1 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_fs_read[100]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
13.8 µs
N/A
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_open_close_fd[100]
tests/benchmarks/test_bench_syscalls.py
Ignored
CodSpeed Performance Gauge
N/A
133.9 µs
N/A
Commits
Click on a commit to change the comparison range
Base
master
8ed280f
-63.76%
feat: let the magic happens
5536cce
1 year ago
by art049
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs