mirror of
https://github.com/circify/circ.git
synced 2026-04-21 03:00:54 -04:00
8 lines
255 B
Bash
Executable File
8 lines
255 B
Bash
Executable File
#!/usr/bin/env zsh
|
|
|
|
set -ex
|
|
|
|
cargo flamegraph --help || (echo "Please install the rust 'flamegraph' binary with 'cargo install flamegraph'" && exit 1)
|
|
|
|
cargo flamegraph --example circ third_party/ZoKrates/zokrates_stdlib/stdlib/hashes/sha256/shaRound.zok
|