[
https://issues.apache.org/jira/browse/AVRO-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14194885#comment-14194885
]
Zoltan Farkas commented on AVRO-1502:
-------------------------------------
Hi gentlemen, Can we create a subproject for avro with standard benchmarks with
JMH?
Jmh, is a good benchmarking framework that mitigates some of the common
benchmarking pitfalls (http://openjdk.java.net/projects/code-tools/jmh/)
these benchmarks results, can then be reported on (trends, detail..) jenkins
with https://github.com/blackboard/jmh-jenkins
Here is how I do it in a project that I maintain:
https://code.google.com/p/spf4j/source/browse/#svn%2Ftrunk%2Fspf4j-benchmarks
I also publish the results to the project site:
http://zolyfarkas.github.io/spf4j/spf4j-benchmarks/index.html
In my case I also collect profiling information during benchmarking, which
allows be to have the data ready when I see a performance degradation. (I also
publish them to the project site, both spf4j stack sample data and java flight
recorder data)
I use this approach and it is really really useful.
let me know what you think, cheers
> Avro objects should implement Serializable
> ------------------------------------------
>
> Key: AVRO-1502
> URL: https://issues.apache.org/jira/browse/AVRO-1502
> Project: Avro
> Issue Type: New Feature
> Components: java
> Reporter: Jeff Hammerbacher
> Assignee: Doug Cutting
> Fix For: 1.8.0
>
> Attachments: AVRO-1502.patch, AVRO-1502.patch,
> serializeable_base.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)