diff --git a/dbms/tests/performance/number_formatting_formats.xml b/dbms/tests/performance/number_formatting_formats.xml
index c40e74884f5..7c9c4ea0fe9 100644
--- a/dbms/tests/performance/number_formatting_formats.xml
+++ b/dbms/tests/performance/number_formatting_formats.xml
@@ -2,7 +2,7 @@
number_formatting_formats
loop
- CREATE TABLE IF NOT EXISTS table_{format} (x UInt64) ENGINE = File({format})
+ CREATE TABLE IF NOT EXISTS table_{format} (x UInt64) ENGINE = File(`{format}`)