Remco Bloemen
9cff202e1a
Move benches to bins ( #534 )
...
* Copy recusion bench to bin
* Add command line arguments
* Allow ranges for inner_size
* Accept range for threads
* Log2 inner size
* CLI args for logging
* Update readme
* Use split_once
* Cleanup
* Correct inner proof size
* Shrink public surface
* Print stats on inner proofs
2022-04-14 19:23:43 -07:00
Daniel Lubarov
55ca718a77
Test no longer ignored
2022-02-13 10:51:27 -08:00
Jakub Nabaglo
483799746b
Jemalloc warnings in Readme ( #448 )
2022-01-24 13:35:26 -08:00
Daniel Lubarov
9ecdc4d30f
note about toolchain
2022-01-11 19:36:32 -08:00
Daniel Lubarov
6c25fb9717
wording
2022-01-09 09:53:54 -08:00
Daniel Lubarov
ac59f2bc45
readme updates
2022-01-09 09:52:19 -08:00
Daniel Lubarov
1d576f2046
licensing note
2022-01-03 10:00:15 -08:00
Daniel Lubarov
57dc460ff7
Update running example
2021-08-19 08:27:14 -07:00
Daniel Lubarov
21bdc6b380
Temporarily remove license info
...
We'll add back a license later, potentially the same one, but just want to take our time thinking about which one to select.
2021-08-17 23:52:51 -07:00
Daniel Lubarov
0b75c9f1bc
Tweak readme
2021-05-20 19:49:20 -07:00
Daniel Lubarov
a035a9ca83
Tweak readme
2021-05-20 19:42:10 -07:00
Daniel Lubarov
ad6a17890c
Update README
2021-05-05 19:24:04 -07:00
Daniel Lubarov
0c07fcf0ae
Licenses
2021-04-08 09:37:08 -07:00
Daniel Lubarov
5fe8d633b6
Split main into multiple binaries
...
... and other minor refactoring.
`bench_recursion` will be the default bin run by `cargo run`; the otheres can be selected with the `--bin` flag.
We could probably delete some of the other binaries later. E.g. `field_search` might not be useful any more. `bench_fft` should maybe be converted to a benchmark (although there are some pros and cons, e.g. the bench framework has a minimum number of runs, and isn't helpful in testing multi-core performance).
2021-04-06 13:23:47 -07:00