Skip to content

Commit

Permalink
chore: update benchmark doc (#4201)
Browse files Browse the repository at this point in the history
* update benchmark doc

* minor
  • Loading branch information
wcy-fdu committed Feb 20, 2024
1 parent 643d966 commit cb654b3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions core/benches/ops/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ Notice: The default will skip all benches if the env is not set.
Test all available backend.

```shell
cargo bench
cargo bench --features tests
```

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 --features tests
```

0 comments on commit cb654b3

Please sign in to comment.