Skip to content

Commit

Permalink
Add the testring entry to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Mar 31, 2020
1 parent f952781 commit 6cdb9a2
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,32 @@ zksync dockerhub-push
zksync db-tests
```

## Testing

- Running all the `rust` tests:

```sh
f cargo test
```

- 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:

```sh
f cargo bench
```

## Generating keys

To generate a proving key, from `server` dir run:
Expand Down

0 comments on commit 6cdb9a2

Please sign in to comment.