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: benchmarks/auto_tune/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,16 +161,16 @@ The `batch_auto_tune.sh` script allows you to run multiple `auto_tune.sh` experi
161
161
162
162
### How to Run
163
163
164
-
1.**Create a JSON configuration file**: Create a file (e.g., `runs_config.json`) containing an array of JSON objects. Each object defines the parameters for a single `auto_tune.sh` run.
164
+
1.**Create a JSON configuration file**: Create a file (e.g., `runs_config.json`) containing an array of JSON objects. Each object defines the parameters for a single `auto_tune.sh` run.
- `<path_to_json_file>`: **Required.** Path to your JSON configuration file.
173
-
- `[gcs_upload_path]`: **Optional.** A GCS path (e.g., `gs://my-bucket/benchmark-results`) where the detailed results and profiles for each run will be uploaded.
172
+
- `<path_to_json_file>`: **Required.** Path to your JSON configuration file.
173
+
- `[gcs_upload_path]`: **Optional.** A GCS path (e.g., `gs://my-bucket/benchmark-results`) where the detailed results and profiles for each run will be uploaded.
174
174
175
175
### Configuration File
176
176
@@ -210,9 +210,9 @@ Here is an example `runs_config.json` with two benchmark configurations:
210
210
211
211
The script modifies the input JSON file in place, adding the results of each run to the corresponding object. The following fields are added:
212
212
213
-
- `run_id`: A unique identifier for the run, derived from the timestamp.
214
-
- `status`: The outcome of the run (`SUCCESS`, `FAILURE`, or `WARNING_NO_RESULT_FILE`).
215
-
- `results`: The content of the `result.txt` file from the `auto_tune.sh` run.
216
-
- `gcs_results`: The GCS URL where the run's artifacts are stored (if a GCS path was provided).
213
+
- `run_id`: A unique identifier for the run, derived from the timestamp.
214
+
- `status`: The outcome of the run (`SUCCESS`, `FAILURE`, or `WARNING_NO_RESULT_FILE`).
215
+
- `results`: The content of the `result.txt` file from the `auto_tune.sh` run.
216
+
- `gcs_results`: The GCS URL where the run's artifacts are stored (if a GCS path was provided).
217
217
218
218
A summary of successful and failed runs is also printed to the console upon completion.
0 commit comments