Re: Erlang 18.0-rc1 is behaving slower than 17.4 (and 17.5)
Jesper Louis Andersen <[email protected]> Wed, 8 Apr 2015 16:17:34 +0200
| Newsgroups | gmane.comp.lang.erlang.bugs |
|---|---|
| Message-ID | <CAGrdgiVPHTYuDMax=KdZi1uksNfAsbVhdG5K-uWQkAPvKf9=+Q@mail.gmail.com> |
On Wed, Apr 8, 2015 at 3:34 PM, José Valim <[email protected]> wrote: > In the reports you can see the total time for running the test suite, as > well as the time taken only for loading, and then just running the tests. It can be either the way the tests are constructed and run, the compiler producing worse code, or a slowdown in the runtime. I'd suggest investigating by measuring the behaviour of the system while it is executing the tests. Many things have changed, so it can be anything which causes such a slowdown. Also, confirmation from the OTP team that the build has no assertions in it would be nice. E.g., FreeBSD enables a lot of extra checking on their -CURRENT to catch problems early on. But as a benchmarking target, it is fairly bad :) To heed Brendan Gregg, use active benchmarking, the USE method[0] http://www.brendangregg.com/activebenchmarking.html -- J. _______________________________________________ erlang-bugs mailing list [email protected] http://erlang.org/mailman/listinfo/erlang-bugs