Skip to content

Commit 8e96693

Browse files
committed
self-review: tweak benchmark readme
1 parent 579bba5 commit 8e96693

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libs/wal_decoder/benches/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
Note that these benchmarks pull WAL from a public bucket in S3
44
as a preparation step. Hence, you need a way to auth with AWS.
55
You can achieve this by copying the `~/.aws/config` file from
6-
the AWS SSO notion page and exportin `AWS_PROFILE=dev` when invoking
6+
the AWS SSO notion page and exporting `AWS_PROFILE=dev` when invoking
77
the benchmarks.
88

99
To run benchmarks:
1010

1111
```sh
12+
aws sso login --profile dev
13+
1214
# All benchmarks.
1315
AWS_PROFILE=dev cargo bench --package wal_decoder
1416

0 commit comments

Comments
 (0)