From 1f5051dd31579c29ee7668a03779e1af2aaaa7d4 Mon Sep 17 00:00:00 2001 From: Matthew Wilding Date: Wed, 18 Oct 2023 12:24:22 +0800 Subject: [PATCH] Fix --- frontend/src/app.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app.rs b/frontend/src/app.rs index da347c4..388242f 100644 --- a/frontend/src/app.rs +++ b/frontend/src/app.rs @@ -106,7 +106,7 @@ impl eframe::App for LambdaBenchmark { ); }); - ui.collapsing("Guide", |ui| { + ui.collapsing("Instructions", |ui| { ui.label("Pan by dragging, or scroll (+ shift = horizontal)."); ui.label("Box zooming: Right click to zoom in and zoom out using a selection."); if cfg!(target_arch = "wasm32") { @@ -124,7 +124,7 @@ impl eframe::App for LambdaBenchmark { ui.horizontal(|ui| { ui.heading("Test case:"); ui.label( - "Write the current iteration value to an S3 key 500 times in succession, then deletes it. The test is executed 10 times, and the average of the 10 runs is displayed.", + "Writes the current iteration value to an S3 key 500 times, then deletes it. It's executed 10 times per runtime/architecture/memory and the average is displayed.", ); ui.with_layout(egui::Layout::right_to_left(Align::Center), |ui| {