nuprl / retic_performance

Performance evaluation of Reticulated Python
MIT License
3 stars 1 forks source link

Add red dot to Takikawa plots #69

Closed bennn closed 7 years ago

bennn commented 7 years ago

Change plots like this: screen shot 2017-05-12 at 17 19 42

to have a RED DOT where the blue line crosses the typed/untyped ratio.

bennn commented 7 years ago

Oh and, make sure to write the prose explaining the red dot before implementing it. (May be easier to explain a cross or a vertical line or a horizontal)

bennn commented 7 years ago

Fixed in #72

Currently the marks DON'T always touch the lines.

That's because the overhead plots are really histograms and at the moment we have a sparse number of samples. Should increase the number of samples ... I was going to wait longer but since the pictures get cached I guess it won't take that much time.