fix: page title
This commit is contained in:
parent
82bb2f327a
commit
79bd99d398
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue