This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a change to branch fix-e2e-latency-calc
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 3c0720e14 fix(bench): improve E2E latency calculation and fix consumer
group ID
add ebd4e3fa9 chore(deps): upgrade to yew 0.22 and yew-router 0.19 (#2467)
add 4ddc79cbf Merge branch 'master' into fix-e2e-latency-calc
No new revisions were added by this update.
Summary of changes:
Cargo.lock | 373 +++------------------
DEPENDENCIES.md | 31 +-
core/bench/dashboard/frontend/Cargo.toml | 7 +-
.../frontend/src/components/chart/single_chart.rs | 2 +-
.../frontend/src/components/chart/trend_chart.rs | 2 +-
.../selectors/recent_benchmarks_selector.rs | 53 ++-
.../dashboard/frontend/src/hooks}/mod.rs | 4 +-
.../bench/dashboard/frontend/src/hooks/use_size.rs | 75 +++++
core/bench/dashboard/frontend/src/main.rs | 1 +
9 files changed, 169 insertions(+), 379 deletions(-)
copy core/{common/src/types/diagnostic =>
bench/dashboard/frontend/src/hooks}/mod.rs (94%)
create mode 100644 core/bench/dashboard/frontend/src/hooks/use_size.rs