We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 579bba5 commit 8e96693Copy full SHA for 8e96693
libs/wal_decoder/benches/README.md
@@ -3,12 +3,14 @@
3
Note that these benchmarks pull WAL from a public bucket in S3
4
as a preparation step. Hence, you need a way to auth with AWS.
5
You can achieve this by copying the `~/.aws/config` file from
6
-the AWS SSO notion page and exportin `AWS_PROFILE=dev` when invoking
+the AWS SSO notion page and exporting `AWS_PROFILE=dev` when invoking
7
the benchmarks.
8
9
To run benchmarks:
10
11
```sh
12
+aws sso login --profile dev
13
+
14
# All benchmarks.
15
AWS_PROFILE=dev cargo bench --package wal_decoder
16
0 commit comments