fix: page title

This commit is contained in:
Aravinth Manivannan 2023-01-26 20:58:07 +05:30
parent 82bb2f327a
commit 79bd99d398
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ impl CtxError for Bench {
impl Bench {
pub fn new(settings: &Settings) -> Self {
let ctx = RefCell::new(context(settings, "Login"));
let ctx = RefCell::new(context(settings, "Benchmark"));
Self { ctx }
}