From b4033c9094355f8d69383bd2deed1793f986606b Mon Sep 17 00:00:00 2001 From: gwarser Date: Mon, 24 Feb 2020 00:59:07 +0100 Subject: [PATCH] Mention consoleLogLevel in benchmarkDatasetURL --- Advanced-settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Advanced-settings.md b/Advanced-settings.md index 35aedf5..2656a71 100644 --- a/Advanced-settings.md +++ b/Advanced-settings.md @@ -99,7 +99,7 @@ _Benchmark_ is one of the internal uBO benchmarks: - [`µBlock.sessionFirewall.benchmark();`](https://github.com/gorhill/uBlock/commit/928ab91ab8b72be1c962370b49a36fbe1e1ded94) - [`µBlock.cosmeticFilteringEngine.benchmark();`](https://github.com/gorhill/uBlock/commit/1e40f50eb3c1347afea251dce603f432e2199606) -Benchmarks can be executed from Browser Console in extension background context. +Benchmarks can be executed from Browser Console in extension background context. [`consoleLogLevel`](./Advanced-settings#consoleloglevel) must be set to `info` to actually print the results. ***