Skip to content

Commit 18db5bf

Browse files
authored
Merge pull request #981 from alan-turing-institute/update_benchmarking_instructions
Update benchmarking instructions
2 parents 7e8aa1b + aee3427 commit 18db5bf

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

benchmarks/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77
## Quickstart
88
- Install [pueue](https://github.com/Nukesor/pueue): is included in [run_benchmark.sh](./run_benchmark.sh) and simplifies running multiple python scripts
9+
- Start the pueue daemon:
10+
```bash
11+
pueue -d
12+
```
13+
- Activate the virtual environment (navigate to the right directory first):
14+
```bash
15+
source .venv/bin/activate
16+
```
917
- Run:
1018
```bash
1119
./run_benchmark.sh

benchmarks/run_benchmark.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22
set -e
3-
source .venv/bin/activate
43

54
# Run the benchmark script with the specified parameters
65
date_time=$(date +"%Y-%m-%d_%H%M%S")

0 commit comments

Comments
 (0)