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)
commit5f14c71497129dfa65f52639022d2b46ee38d253
treea939f4d08f7548e8d6b2eaff05ded3b9a9b5a897
parent2dffa0759c175223593872b23846575c6871cb5b
parentc0cd3a7ce756eabbdfb169fcc3bc16c334e94ac5
Merge: Rewrite benchlang

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>