Skip to content

Commit

Permalink
fix README.
Browse files Browse the repository at this point in the history
  • Loading branch information
lcy-seso committed Sep 16, 2024
1 parent cb55867 commit 3e8e8e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions artifacts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,11 @@ Since the benchmarks reported in the paper involve running the worklos we listed
Once the FractalTensor is successfully built, running [run_all_tests_ft.sh](run_all_tests_ft.sh) as shown below will execute all the benchmark tests reported in the paper.

```bash
sh run_all_tests.sh
sh run_all_tests_ft.sh
```

> [!NOTE]
> *The `run_all_tests.sh` script should be executed from the root directory of the codebase.*
> *The `run_all_tests_ft.sh` script should be executed from the root directory of the codebase.*

The execution will take approximately 3 minutes. Once completed, all the benchmark logs can be found in the `logs` directory with the following structure. You can review them one by one:

Expand Down

0 comments on commit 3e8e8e9

Please sign in to comment.