1
0
Fork 0
mirror of synced 2025-09-23 04:08:33 +00:00
ZoKrates/scripts/benchmark.sh
2021-02-23 11:41:39 +01:00

7 lines
No EOL
162 B
Bash
Executable file

#!/bin/bash
cmd=$*
format="mem=%K rss=%M elapsed=%E cpu=%P cpu.sys=%S inputs=%I outputs=%O"
echo 'Benchmarking ' $cmd;
/usr/bin/time -f "$format" bash -c "$cmd"