An open API service indexing awesome lists of open source software.

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

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.