Skip to content

Commit 9085327

Browse files
author
Inkedstinct
committed
doc(main) : Add results processing description
1 parent e4dd370 commit 9085327

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "674ebc02e125e194eeda1bb9"]
2-
path = 674ebc02e125e194eeda1bb9
3-
url = https://[email protected]/674ebc02e125e194eeda1bb9

674ebc02e125e194eeda1bb9

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This repository contains the source code for generating and running benchmarks f
1414
- The status of each submitted job is tracked until it completes (either successfully or in a failed state).
1515
- Upon completion, **rsync** is used to retrieve the results files locally. If the retrieval fails, the job’s state is marked as `UnknownState` for manual review.
1616
6. **Store Results**: Once all filtered nodes have completed their benchmark jobs, the benchmarking process concludes, and all result files are stored in the `/results.d` directory.
17+
7. **Processe Results**: Once a job reaches a terminal state (likely Terminated or Failed), aggregates all files into proper CSVs. Formats can be found in [the results source code](./src/results), structures provides it.
1718

1819
## Why it exists.
1920

0 commit comments

Comments
 (0)