Skip to content

Commit

Permalink
Add more entries to the testing chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Mar 31, 2020
1 parent d511ac2 commit 606dff0
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,19 +139,40 @@ zksync dockerhub-push
```

- Running the database tests:

```sh
zksync db-tests
```
- Running the integration test:

```sh
zksync server # Has to be run in the 1st terminal
zksync prover # Has to be run in the 2nd terminal
zksync integration-simple # Has to be run in the 3rd terminal
```

- Running the benchmarks:
- Running the full integration tests (similar to `integration-simple`, but performs different full exits)

```sh
zksync server # Has to be run in the 1st terminal
zksync prover # Has to be run in the 2nd terminal
zksync integration-full-exit # Has to be run in the 3rd terminal
```

- Running the circuit tests:

```sh
zksync circuit-tests
```

- Running the prover tests:

```sh
zksync prover-tests
```

- Running the benchmarks:

```sh
f cargo bench
```
Expand Down

0 comments on commit 606dff0

Please sign in to comment.