You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If configured with `--enable-benchmark` (which is the default), binaries for benchmarking the libsecp256k1 functions will be present in the root directory after the build.
106
+
107
+
To print the benchmark result to the command line:
108
+
109
+
$ ./bench_name
110
+
111
+
To create a CSV file for the benchmark result :
112
+
113
+
$ ./bench_name | sed '2d;s/ \{1,\}//g' > bench_name.csv
0 commit comments