Skip to content

Commit

Permalink
noir merkle insert bench
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron1024 committed Oct 3, 2023
1 parent 1c83af3 commit f4c3fae
Show file tree
Hide file tree
Showing 10 changed files with 873 additions and 28 deletions.
73 changes: 62 additions & 11 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
flake-utils.url = "github:numtide/flake-utils";
rust-overlay.url = "github:oxalica/rust-overlay";
noir.url = "github:noir-lang/noir";
barretenberg.url = "github:AztecProtocol/barretenberg";
};

outputs = { nixpkgs, flake-utils, rust-overlay, ... } @ inputs:
outputs = { nixpkgs, flake-utils, rust-overlay, barretenberg, ... } @ inputs:
flake-utils.lib.eachDefaultSystem (system:
let
pkgs = import nixpkgs {
Expand All @@ -22,13 +23,14 @@

in {
devShells.default = pkgs.mkShell {
# inputsFrom = [ noir.devShells.${system}.default ];
packages = with pkgs; [
rustup
rustToolchain

pkg-config
openssl

noir.packages."${system}".noir-native
noir.packages."${system}".default
];

RUST_SRC_PATH = "${rustToolchain}/lib/rustlib/src/rust/library";
Expand Down

0 comments on commit f4c3fae

Please sign in to comment.