You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Alexey Zotov (Jira)" <ji...@apache.org> on 2021/04/30 11:51:00 UTC

[jira] [Created] (CASSANDRA-16645) Add a microbenchmark for checksum calculation

Alexey Zotov created CASSANDRA-16645:
----------------------------------------

             Summary: Add a microbenchmark for checksum calculation
                 Key: CASSANDRA-16645
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16645
             Project: Cassandra
          Issue Type: Improvement
          Components: Test/benchmark
            Reporter: Alexey Zotov
            Assignee: Alexey Zotov


h2. Overview
As a part CASSANDRA-16360 there was a need to change the checksum algo from _CRC32_ to _CRC32C_ for client/internode messaging. Before making that change it would be nice to have a way to measure performance for checksum calculation (similarly to {{HashingBench}} for hash calculation).

In fact, the microbenchmark has been already created as a part of that ticket. However, after running it we saw a performance degradation for Java 8 and decided to wait until Java 8 support is abandoned. The purpose of this ticket is to merge the benchmark changes separately.

h2. What needs to be done
* Create a microbenchmark



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org