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: benchmark/README.MD
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,19 @@ This directory contains different types of benchmarks.
4
4
5
5
## Running Benchmarks via Docker
6
6
7
-
Docker allows the execution of benchmarks without needing to install and configure your development environment. For example, package installation and installation of sirun is performed automatically.
7
+
Docker allows the execution of benchmarks without needing to install and configure your development environment. For example, package installation and installation of sirun are performed automatically.
8
8
9
-
In order to run benchmarks using Docker, issue the following command from the benchmark folder of the project:
9
+
In order to run benchmarks using Docker, issue the following command from the `benchmark/` folder of this project:
10
10
11
11
```sh
12
12
./run.sh
13
13
```
14
14
15
-
Once it finishes, the reports will be available in the reports folder.
15
+
If you run into storage errors (e.g. running out of disk space), try removing all unused Docker containers, networks, and images with `docker system prune -af` before running the script again. Once finished, the reports will be available in the `benchmark/reports/` folder. Note that the script can take ~40 minutes to run.
16
16
17
17
### Running specific benchmarks
18
18
19
-
If you want to run only a specific category of benchmarks you can do it via arguments:
19
+
If you want to run only a specific category of benchmarks, you can do so via arguments:
0 commit comments