diff --git a/src/benchmarks.html b/src/benchmarks.html
new file mode 100644
index 000000000..6fc270ad2
--- /dev/null
+++ b/src/benchmarks.html
@@ -0,0 +1,30 @@
+
+
+
+
+
The purpose of this pane is strictly for development purpose. Please, do not open issues about it.
+
+
Static Network Filtering Engine: ?
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/css/dashboard.css b/src/css/dashboard.css
index b5e78a6bc..232be86f4 100644
--- a/src/css/dashboard.css
+++ b/src/css/dashboard.css
@@ -76,6 +76,9 @@ iframe {
body:not(.canUpdateShortcuts) .tabButton[href="#shortcuts.html"] {
display: none;
}
+body:not(.canBenchmark) .tabButton[href="#benchmarks.html"] {
+ display: none;
+ }
@media (max-width: 640px) {
#dashboard-nav {
diff --git a/src/dashboard.html b/src/dashboard.html
index 3e3106ad4..43329706c 100644
--- a/src/dashboard.html
+++ b/src/dashboard.html
@@ -19,7 +19,8 @@
-->