From de8110a282c9e1a5569c816ac17744570c5359c6 Mon Sep 17 00:00:00 2001
From: Jonas Schaub <44881147+JonasSchaub@users.noreply.github.com>
Date: Tue, 19 Dec 2023 12:11:55 +0100
Subject: [PATCH] Updated readme
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 8bc1759..c601aac 100644
--- a/README.md
+++ b/README.md
@@ -38,13 +38,13 @@ contains an SD file with a small subset of small molecules taken from the [Chemi
for example usage purposes. The database is licensed under the [Creative Commons License (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/)
which allows distribution and modification.
-### Performance Test CMD Application
-The folder "Performance_Test_jar"
-contains the executable JAVA archive ErtlFunctionalGroupsFinderPerformanceTest.jar.
+### Performance Snapshot CMD Application
+The folder "Performance_Snapshot_App_jar"
+contains the executable JAVA archive ErtlFunctionalGroupsFinder-PerformanceSnapshotApp-1.2.0.0.jar.
It can be executed from the command-line (command: java -jar) to do a performance snapshot of the ErtlFunctionalGroupsFinder.find()
method under parallelization on multiple threads.
For more details see the file
-"Performance usage instructions.txt"
+"Performance usage instructions.txt"
## Example initialization and usage of ErtlFunctionalGroupsFinder
see in "wiki"