ethereum / c-kzg-4844

A minimal implementation of the Polynomial Commitments API for EIP-4844 and EIP-7594, written in C.
Apache License 2.0
112 stars 105 forks source link

Remove benchmarks for Rust & Java #476

Closed jtraglia closed 1 month ago

jtraglia commented 1 month ago

Remove benchmarks in the Rust and Java bindings. This is mostly a maintenance issue. I would rather delete them than update them for EIP-7594. In my opinion, these benchmarks don't provide that much extra value.

Now, there will only be benchmarks in the Go bindings.