Benchmarks for all internal operations

This commit is contained in:
Pieter Wuille
2015-01-31 16:12:10 -04:00
parent f88343f2eb
commit 039723d5da
8 changed files with 346 additions and 59 deletions

View File

@@ -42,7 +42,7 @@ int main(void) {
bench_recover_t data;
secp256k1_start(SECP256K1_START_VERIFY);
run_benchmark(bench_recover, bench_recover_setup, NULL, &data, 10, 20000);
run_benchmark("ecdsa_recover", bench_recover, bench_recover_setup, NULL, &data, 10, 20000);
secp256k1_stop();
return 0;