Skip to content

Commit

Permalink
Remove event sort
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Oct 26, 2024
1 parent ae316a4 commit f9dc2e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/hyperqueue/src/dashboard/data/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ impl DashboardData {
}

pub fn push_new_events(&mut self, mut events: Vec<Event>) {
events.sort_unstable_by_key(|e| e.time);

// Update data views
self.worker_timeline.handle_new_events(&events);
self.job_timeline.handle_new_events(&events);
Expand Down

0 comments on commit f9dc2e6

Please sign in to comment.