Skip to content

Commit

Permalink
update benchmark doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wcy-fdu committed Feb 20, 2024
1 parent 688fde2 commit 4ea82a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/benches/ops/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ Test all available backend.
cargo bench
```

Test specific backend.
Test specific backend, take s3 for example, first set the corresponding environment variables of s3, then:

```shell
cargo bench fs
OPENDAL_TEST=s3
cargo bench
```

0 comments on commit 4ea82a9

Please sign in to comment.