Skip to content

Commit 1e7f027

Browse files
committed
update README
1 parent 4104e2e commit 1e7f027

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,10 @@ If you face any errors, there might be a problem in translating your EvoSuite te
7373
If you want to investigate the effect of program transformation, please simply follow the steps in [Project Reduction, Program Transformation and Test Decomposition](#project-reduction-program-transformation-and-test-decomposition), and only perform the reduction step. You can then use CodeQL for program analysis and schema creation as mentioned in [Translate New Java Projects](#translate-new-java-projects).
7474

7575
#### Choice of LLM
76-
If you want to merge results of two different models, please first move each model result under `data/results`, and then execute the following:
76+
If you want to see the results of GPT-4o, please execute the following for different projects:
7777

7878
```
79-
bash scripts/merge_results.sh 0.0 deepseek-coder-33b-instruct gpt-4o-2024-11-20
80-
```
81-
82-
This will merge results and create a new directory under `data/results/{$first_model}_{$second_model}_MERGED`. You can then see the results by running:
83-
84-
```
85-
bash scripts/print_results.sh commons-fileupload 0.0 deepseek-coder-33b-instruct_gpt-4o-2024-11-20_MERGED data/results
79+
bash scripts/print_results.sh commons-fileupload 0.0 gpt-4o-2024-11-20 data/schemas_decomposed_tests/translations
8680
```
8781

8882
#### Impact of Program Decomposition

0 commit comments

Comments
 (0)