https://github.com/blocksense-network/benchmarking-noir
A repository of open-source Noir programs that can be used to benchmark Noir language tools
https://github.com/blocksense-network/benchmarking-noir
Last synced: 3 months ago
JSON representation
A repository of open-source Noir programs that can be used to benchmark Noir language tools
- Host: GitHub
- URL: https://github.com/blocksense-network/benchmarking-noir
- Owner: blocksense-network
- License: mit
- Created: 2024-06-07T11:01:43.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T13:22:19.000Z (7 months ago)
- Last Synced: 2024-10-23T13:13:56.417Z (7 months ago)
- Language: Noir
- Size: 39.1 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# benchmarking-noir
A repository of open-source Noir programs that can be used to benchmark Noir
language tools# How To Get It
Note that this project uses git submodules. In order to obtain a fully-working
copy of the repository, issue the following:```
git clone
git submodule init
git submodule update
```This should not only clone the repo, but pull all submodules as well. More
information here: https://www.git-scm.com/book/en/v2/Git-Tools-Submodules.