Skip to content

Instantly share code, notes, and snippets.

@toshok
Created June 30, 2015 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toshok/6c2290ea83d989cf9d7b to your computer and use it in GitHub Desktop.
Save toshok/6c2290ea83d989cf9d7b to your computer and use it in GitHub Desktop.
$ time ./pyston_release minibenchmarks/django_template.py
Collection #1, heap size = 32.00M, pre-gc occupancy ~= 28.80M large objects: 1541 huge objects: 0, post-gc occupancy = 5.52M) . 8ms
Collection #2, heap size = 32.00M, pre-gc occupancy ~= 28.80M large objects: 1764 huge objects: 0, post-gc occupancy = 9.02M) . 12ms
Collection #3, heap size = 32.00M, pre-gc occupancy ~= 28.80M large objects: 3364 huge objects: 0, post-gc occupancy = 9.05M) . 11ms
after 2 gcs occuring more frequently than 500ms, heap was resized to 60.80M
Collection #4, heap size = 60.80M, pre-gc occupancy ~= 54.72M large objects: 6453 huge objects: 0, post-gc occupancy = 9.08M) . 14ms
Collection #5, heap size = 60.80M, pre-gc occupancy ~= 54.72M large objects: 6516 huge objects: 0, post-gc occupancy = 9.08M) . 14ms
after 2 gcs occuring more frequently than 500ms, heap was resized to 115.52M
Collection #6, heap size = 115.52M, pre-gc occupancy ~= 103.97M large objects: 12304 huge objects: 0, post-gc occupancy = 9.16M) . 20ms
Collection #7, heap size = 115.52M, pre-gc occupancy ~= 103.97M large objects: 12416 huge objects: 0, post-gc occupancy = 9.17M) . 20ms
Collection #8, heap size = 115.52M, pre-gc occupancy ~= 103.97M large objects: 12423 huge objects: 0, post-gc occupancy = 9.16M) . 20ms
took 4.4ms for last iteration
real 0m4.108s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment