No successful run was found on main (ca43601) during the generation of this report, so 5d396e4 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.
Benchmarks
Passed
Create a timeline with initial events[10000 events]
benchmarks/benches/timeline.rs::room::create_timeline_with_initial_events::Create a timeline
fix(ui): Sending read receipt in live timeline when latest event is in a thread
Previously, this used the latest event in the thread as the event to mark as read, while this is not right if we're in a context that hides thread events
635313a
29 days ago
by jmartinesp
-0.09%
fix(test): Fix broken test locally: it was using a previous cached value before
543eefb
29 days ago
by jmartinesp
0%
fix clippy
6eec020
29 days ago
by jmartinesp
+0.02%
reafactor(ffi): Have `ffi::Timeline::latest_event_id` use `ui::Timeline::latest_event_id`, instead of `ui::Timeline::latest_event`
This is important because `latest_event` would also return local events, which won't have an event id.
487b842
28 days ago
by jmartinesp
-0.4%
doc: Fix docs for `ffi::Timeline::latest_event_id`
92a3d3a
28 days ago
by jmartinesp
+0.71%
doc: Improve doc comments
Also move `EventMeta::thread_root_id` next to `event_id`