-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
## Maya ZK Benchmarks | ||
|
||
This repo contains cli commands to generate and verify zero-knowledge proof of image crop transformation. | ||
This enables a verifier to verify if an image was actually cropped from an original image. | ||
This repo contains cli commands to generate and verify zero-knowledge proof of image transformation. | ||
This enables a verifier to verify if an image was actually transformed correctly from an original image. | ||
|
||
See [docs](https://docs.mayalabs.tech) for more information. | ||
|
||
To run benchmark tests: | ||
```shell | ||
go test -v ./cmd --results-dir=../book/perf/<machine> -run ^TestBenchmark | ||
``` | ||
``` |