You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,15 @@ This project is designed to test the performance of string search operations usi
13
13
* Java: Version 11
14
14
* Apache Maven: Version 3.9
15
15
16
-
To launch the project please check src/main/resources/config.properties.template to configure the credentials for the mentioned database envirovement. (the credentials should be in config.properties file)
16
+
To launch the project please check `src/main/resources/config.properties.template` to configure the credentials for the mentioned database envirovement. (the credentials should be in config.properties file)
17
17
18
18
## Possible commands to launch the project:
19
19
20
20
```bash
21
21
mvn test -DindexType=$indexType -DindexSize=$indexSize
0 commit comments