Browse Source

correct filenames for test nginx in ini-file

Bernhard 5 years ago
parent
commit
f35857ee21
2 changed files with 2 additions and 2 deletions
  1. 1 1
      init.ini
  2. 1 1
      init_test.ini

+ 1 - 1
init.ini

@@ -29,7 +29,7 @@ domass=no
 
 ####### section for nginx-Calls
 # which file-Names are there in the folder?
-file_names=file_00.file,file_01.file,file_02.file,file_03.file,file_04.file
+file_names=file_01.file,file_02.file,file_03.file,file_04.file,file_05.file
 
 # how many iterations shall happen?
 iterations=1000

+ 1 - 1
init_test.ini

@@ -29,7 +29,7 @@ domass=yes
 
 ####### section for nginx-Calls
 # which file-Names are there in the folder?
-file_names=file_00.file,file_01.file,file_02.file,file_03.file,file_04.file
+file_names=file_01.file,file_02.file,file_03.file,file_04.file,file_05.file
 
 # how many iterations shall happen?
 iterations=1000