This script generates long repetitive programs in various languages (statically typed ones that target native code) and measures the time taken to compile them.
Every program is roughly of the form:
main() {
var x = 0
{% n*2 times: %}
x = 2
print(i)
x = 3