Replace core_bench with benchmark#189
Replace core_bench with benchmark#189Leonidas-from-XIV merged 1 commit intoocaml-community:masterfrom
core_bench with benchmark#189Conversation
`core_bench` is nice but the amount of dependency issues and build failures it causes via its `core_unix` dependency is draining a lot of maintenance time trying to get it to work again so this replaces it with a simpler library. The output is a bit less fancy, but it should allow for similar measurements.
67e00e8 to
fefddb7
Compare
b743dd0
into
ocaml-community:master
|
Sorry to come after your great work but you should take a look on |
|
Thanks @dinosaure. @patricoferris pointed me at bechamel before but it looked rather daunting and without a simple CLI option (requiring either I would be in support of migrating to bechamel at some time in the future, but for now I just wanted to avoid the headache and |
core_benchis nice but the amount of dependency issues and build failures it causes via itscore_unixdependency is draining a lot of maintenance time trying to get it to work again so this replaces it with a simpler library.The output is a bit less fancy, but it should allow for similar measurements.