Merge: Rewrite benchlang
authorJean Privat <jean@pryen.org>
Thu, 31 Mar 2016 13:59:00 +0000 (09:59 -0400)
committerJean Privat <jean@pryen.org>
Thu, 31 Mar 2016 13:59:00 +0000 (09:59 -0400)
This is a major rewrite of the existing but broken `bench_languages` script.

I squashed most of the whole work since a detailed bunch of commits does not make so much sense, just consider it as a new work.

what's new?

* update to lastest eiffel studio thing
* added pypy engine for python
* bench method and attribute access (not only type tests)
* add real polymorphism
* add null bench to test the bottom line
* improved html result

Pull-Request: #1995
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>


Trivial merge