Skip to content

Commit 6ed394a

Browse files
authored
Merge pull request #10 from powerapi-ng/documentation
docs(benchmarking): Add information if process is stopped
2 parents 0d467cd + 516071d commit 6ed394a

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
@@ -1,9 +1,5 @@
11
# PowerAPI Framework Benchmarks
22

3-
Here’s how the **"What it does"** section could look based on the content you provided:
4-
5-
---
6-
73
## What It Does
84

95
This repository contains the source code for generating and running benchmarks for the **PowerAPI Framework**. These benchmarks are designed to adapt to the configuration and architecture of underlying nodes in the **Grid5000** infrastructure.
@@ -19,9 +15,6 @@ This repository contains the source code for generating and running benchmarks f
1915
- 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.
2016
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.
2117

22-
This automated workflow ensures efficient and scalable benchmarking tailored to the dynamic nature of the Grid5000 environment.
23-
24-
2518
## Why it exists.
2619

2720
This benchmarks aim at measuring the variability introduced by the PowerAPI framework over the RAPL interface.
@@ -76,7 +69,8 @@ Execute the compiled program:
7669
```bash
7770
./target/release/benchmarking
7871
```
79-
72+
73+
You may stop the execution of the process and start it again later, as long as the "jobs.yaml" file is present so the necessary information can be retrieved.
8074
8175
# Tips G5k
8276

0 commit comments

Comments
 (0)