mpiton
vortex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
feat(download): hoster wait-time flow with countdown UI (task 39)
#151
Merged
Comparing
feat/task-39-wait-time-flow
(
af86bf9
) with
main
(
3ff9c0b
)
CodSpeed Performance Gauge
-24%
Improvement
4
Regression
1
Untouched
21
Benchmarks
Mode
CPU Simulation
Wall Time
Memory
Status
Improvement
Acknowledged
Untouched
26 total
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
split
src-tauri/benches/domain_benchmarks.rs::benches::bench_segment_operations::segment_operations
CodSpeed Performance Gauge
+20%
530.3 ns
442.8 ns
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
reject_invalid
src-tauri/benches/domain_benchmarks.rs::benches::bench_checksum_detection::checksum_detection
CodSpeed Performance Gauge
+18%
581.1 ns
493.6 ns
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
detect_md5
src-tauri/benches/domain_benchmarks.rs::benches::bench_checksum_detection::checksum_detection
CodSpeed Performance Gauge
+15%
657.5 ns
570 ns
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
full_lifecycle
src-tauri/benches/domain_benchmarks.rs::benches::bench_segment_operations::segment_operations
CodSpeed Performance Gauge
+13%
254.7 ns
225.6 ns
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
from_status_code_200
src-tauri/benches/domain_benchmarks.rs::benches::bench_link_status::link_status
CodSpeed Performance Gauge
-24%
93.9 ns
123.1 ns
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
detect_sha256
src-tauri/benches/domain_benchmarks.rs::benches::bench_checksum_detection::checksum_detection
CodSpeed Performance Gauge
+8%
763.6 ns
705.3 ns
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
full_lifecycle
src-tauri/benches/domain_benchmarks.rs::benches::bench_download_state_machine::download_state_machine
CodSpeed Performance Gauge
+1%
3.9 µs
3.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
default_config
src-tauri/benches/domain_benchmarks.rs::benches::bench_config_operations::config_operations
CodSpeed Performance Gauge
0%
3.2 µs
3.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
from_status_code_500
src-tauri/benches/domain_benchmarks.rs::benches::bench_link_status::link_status
CodSpeed Performance Gauge
0%
125.3 ns
125.3 ns
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
normalize_link_check_parallelism
src-tauri/benches/domain_benchmarks.rs::benches::bench_config_operations::config_operations
CodSpeed Performance Gauge
0%
150 ns
150 ns
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
progress_percentage
src-tauri/benches/domain_benchmarks.rs::benches::bench_download_state_machine::download_state_machine
CodSpeed Performance Gauge
0%
423.1 ns
423.1 ns
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
normalize_max_concurrent
src-tauri/benches/domain_benchmarks.rs::benches::bench_config_operations::config_operations
CodSpeed Performance Gauge
0%
150 ns
150 ns
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
from_status_code_404
src-tauri/benches/domain_benchmarks.rs::benches::bench_link_status::link_status
CodSpeed Performance Gauge
0%
154.7 ns
154.7 ns
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
create_new
src-tauri/benches/domain_benchmarks.rs::benches::bench_download_state_machine::download_state_machine
CodSpeed Performance Gauge
-1%
4.8 µs
4.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
start_and_fail_retry_cycle
src-tauri/benches/domain_benchmarks.rs::benches::bench_download_state_machine::download_state_machine
CodSpeed Performance Gauge
-1%
4.8 µs
4.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
create_invalid
src-tauri/benches/domain_benchmarks.rs::benches::bench_priority::priority
CodSpeed Performance Gauge
-1%
2.6 µs
2.6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
apply_patch_many_fields
src-tauri/benches/domain_benchmarks.rs::benches::bench_config_operations::config_operations
CodSpeed Performance Gauge
-2%
3.6 µs
3.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
error_and_reset_cycle
src-tauri/benches/domain_benchmarks.rs::benches::bench_segment_operations::segment_operations
CodSpeed Performance Gauge
-2%
1.7 µs
1.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
checksum_workflow
src-tauri/benches/domain_benchmarks.rs::benches::bench_download_state_machine::download_state_machine
CodSpeed Performance Gauge
-2%
6.3 µs
6.4 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
apply_patch_single_field
src-tauri/benches/domain_benchmarks.rs::benches::bench_config_operations::config_operations
CodSpeed Performance Gauge
-2%
2.9 µs
3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
simple_https
src-tauri/benches/domain_benchmarks.rs::benches::bench_url_parsing::url_parsing
CodSpeed Performance Gauge
-2%
2.4 µs
2.5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
complex_with_port_and_path
src-tauri/benches/domain_benchmarks.rs::benches::bench_url_parsing::url_parsing
CodSpeed Performance Gauge
-3%
2.6 µs
2.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
with_userinfo
src-tauri/benches/domain_benchmarks.rs::benches::bench_url_parsing::url_parsing
CodSpeed Performance Gauge
-3%
2.5 µs
2.6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
ftp_scheme
src-tauri/benches/domain_benchmarks.rs::benches::bench_url_parsing::url_parsing
CodSpeed Performance Gauge
-6%
2.5 µs
2.6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
create_valid
src-tauri/benches/domain_benchmarks.rs::benches::bench_priority::priority
CodSpeed Performance Gauge
-9%
312.5 ns
341.7 ns
1
2
Commits
Click on a commit to change the comparison range
Base
main
3ff9c0b
-23.7%
refactor(download): clean up wait-time flow per /simplify (task 39)
ad6bb3c
14 hours ago
by mpiton
0%
fix(download): address PR #151 review comments (task 39)
3999aa0
13 hours ago
by mpiton
0%
fix(download): close remaining wait-timer races (PR #151 review)
af86bf9
12 hours ago
by mpiton
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs