Commit Graph

2 Commits

Author SHA1 Message Date
Peter J. Holzer bc510d119f Split Python into Python2 and Python3
Python 2 is quite a bit faster at startup than Python 3, so add that test
case.
2017-09-02 11:13:25 +02:00
Peter J. Holzer f4ffdda200 Time hello, world
The classic first program in various languages plus a wrapper to
benchmark them. This is a nice way to measure startup overhead of
language runtimes.
2017-09-02 10:44:54 +02:00