Update protobuf/benchmarks README for #553
diff --git a/protobuf/benchmarks/README.md b/protobuf/benchmarks/README.md
index df5d8ab..6a0824e 100644
--- a/protobuf/benchmarks/README.md
+++ b/protobuf/benchmarks/README.md
@@ -3,8 +3,8 @@
 This directory contains protobuf benchmarks adapted from [original protobuf](
 https://github.com/google/protobuf/tree/master/benchmarks) library.
 
-These benchmarks cover parsing and serializing protobufs both to
-binary and JSON formats.
+These benchmarks cover parsing and serializing protobufs both to binary and
+JSON formats, and hash code generation for messages.
 
 ## Prerequisites