mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-30 20:39:39 +02:00
refactor(server, scan): introduce target management with active target switching, enhance DB pool handling, and integrate target-aware task routes for improved modularity
This commit is contained in:
parent
acdc71cd88
commit
635b213825
40 changed files with 1810 additions and 240 deletions
|
|
@ -74,7 +74,10 @@ fn cap_lanes_beat_single_lane_by_3x() {
|
|||
);
|
||||
let lanes = t1.elapsed();
|
||||
|
||||
assert_eq!(lane_out, baseline_out, "lanes must produce identical ordered results");
|
||||
assert_eq!(
|
||||
lane_out, baseline_out,
|
||||
"lanes must produce identical ordered results"
|
||||
);
|
||||
|
||||
let speedup = single_lane.as_secs_f64() / lanes.as_secs_f64();
|
||||
eprintln!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue