<p dir="ltr">I think also ecriterion should be mentioned - it does an honest attempt at verifying the reliability of the results. </p>
<div class="gmail_quote">Den 30/04/2013 16.35 skrev "Michael Truog" <<a href="mailto:mjtruog@gmail.com">mjtruog@gmail.com</a>>:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 04/30/2013 06:44 AM, Garrett Smith wrote:<br>
> This is not an announcement of anything -- but [ANN] seems to flag<br>
> "something I can maybe use" which does apply in this case :)<br>
><br>
> Occasionally I wonder, "what's faster"? It's not often, but it happens.<br>
><br>
> I've found the best way to answer this is to measure things.<br>
><br>
> So I have this silly project:<br>
><br>
> <a href="https://github.com/gar1t/erlang-bench" target="_blank">https://github.com/gar1t/erlang-bench</a><br>
><br>
> It's not rigorous but it's simple and I can experiment quickly with<br>
> different implementations. My goal is just to get a sense of things --<br>
> not to formally prove anything.<br>
><br>
> It's so trivial it's almost not worth sharing/reusing -- *however* it<br>
> may provide value as a distributed repository for what people are<br>
> interested in. As it's in github there's no ownership -- please feel<br>
> free to fork and use for your own concerns!<br>
><br>
> Garrett<br>
> _______________________________________________<br>
> erlang-questions mailing list<br>
> <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
> <a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
><br>
You might want to look at erlbench here <a href="https://github.com/okeuday/erlbench" target="_blank">https://github.com/okeuday/erlbench</a> since it has the same basic purpose, and allows you to use different compilation methods now (through the makefile specifying an optimization level).  The erlbench project is also ad-hoc, but it has been enough to produce results in the past.<br>

<br>
The other option is trying to use basho_bench here <a href="https://github.com/basho/basho_bench" target="_blank">https://github.com/basho/basho_bench</a>, if you are testing key/value storage.<br>
<br>
- Michael<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div>