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
b4b1306 create csv file from the benchmark output (siv2r)
26a255b Shared benchmark format for command line and CSV outputs (siv2r)
Pull request description:
ACKs for top commit:
real-or-random:
ACK b4b1306
jonasnick:
ACK b4b1306
Tree-SHA512: 1eebbdd7701ad21d9647434ff05f23827be217d47870bb05a2fdb12447abc365fc6e56306f344e05d8d2ec1ff5532562131b3876261733e4412117357c5c65f8
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