Skip to content
Snippets Groups Projects
Commit 9cbfb046 authored by Serafim Simonov's avatar Serafim Simonov
Browse files

Update experiment/README.MD

parent 13c4e331
No related branches found
No related tags found
No related merge requests found
Pipeline #9410 passed
# HOW TO PERFORM EXPERIMENTS
1. Run `./gradlew build` in the root directory of the reposiory to build all tools
2. Naviagate to `/tools/restructuring/build/distributions`
3. Extract one of the both archives to the location of your choice
4. Navigate to the location where you exctracted the archive and go to `restructuring-1.3.0-SNAPSHOT/bin`
5. run the one of the script files. The arguments that must be specified are:-e <experiment_name> -i <path/to/original/kieker/reposiory/directory> <path/to/optimized/kieker/repository/directory> -o <path/to/directory/to/store/output> -i <strategy_name>.
6. Avaible strategy names are `"normal"` for normal mapping, `"empty"` for execution without mapping and `"rand"` for execution with random mapping assignment.
7. At the end of the execution the number of steps is displayed with: "number of steps: <number>"
8. If the execution was not succesfull "Falty Sequence is displayed".
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment