I can have a look into increasing the number of points displayed.<br><div class="gmail_quote"><div dir="ltr">El El lun, 27 mar 2017 a las 15:44, Victor Stinner <<a href="mailto:victor.stinner@gmail.com">victor.stinner@gmail.com</a>> escribió:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Zachary Ware told me on IRC that it's ok for him to drop old data.<br class="gmail_msg">
<br class="gmail_msg">
If nobody else complains, I will remove old data tomorrow (tuesday).<br class="gmail_msg">
<br class="gmail_msg">
I already validated that the patched scripts work on Git. I released<br class="gmail_msg">
new versions of perf and performance to make sure that the latest<br class="gmail_msg">
version of the code is released and used. By the way, the newly<br class="gmail_msg">
released perf 1.1 gets a new "perf command" command to measure the<br class="gmail_msg">
time of a command, it's like the Unix "time" command.<br class="gmail_msg">
<br class="gmail_msg">
<a href="http://perf.readthedocs.io/en/latest/cli.html#command-cmd" rel="noreferrer" class="gmail_msg" target="_blank">http://perf.readthedocs.io/en/latest/cli.html#command-cmd</a><br class="gmail_msg">
<br class="gmail_msg">
$ python3 -m perf command -- python2 -c pass<br class="gmail_msg">
.....................<br class="gmail_msg">
command: Mean +- std dev: 21.2 ms +- 3.2 ms<br class="gmail_msg">
<br class="gmail_msg">
Victor<br class="gmail_msg">
<br class="gmail_msg">
2017-03-27 0:12 GMT+02:00 Victor Stinner <<a href="mailto:victor.stinner@gmail.com" class="gmail_msg" target="_blank">victor.stinner@gmail.com</a>>:<br class="gmail_msg">
> Hi,<br class="gmail_msg">
><br class="gmail_msg">
> I'm going to remove old previous benchmark results from<br class="gmail_msg">
> <a href="http://speed.python.org" rel="noreferrer" class="gmail_msg" target="_blank">speed.python.org</a>. As we discussed previously, there is no plan to keep<br class="gmail_msg">
> old results when we need to change something. In this case, CPython<br class="gmail_msg">
> moved from Mercurial to Git, and I'm too lazy to upgrade the revisions<br class="gmail_msg">
> in database. I prefer to run again benchmarks :-)<br class="gmail_msg">
><br class="gmail_msg">
> My plan:<br class="gmail_msg">
><br class="gmail_msg">
> * Remove all previous benchmark results<br class="gmail_msg">
> * Run benchmarks on master, 2.7, 3.6 and 3.5 branches<br class="gmail_msg">
> * Run benchmarks on one revision per year quarter on the last 2 years<br class="gmail_msg">
> * Then see if we should run benchmarks on even older revisions and/or<br class="gmail_msg">
> if we need more than one plot per quarter.<br class="gmail_msg">
> * Maybe one point per month at least? The problem is that the UI is<br class="gmail_msg">
> limited to 50 points on the "Display all in a grid" view of the<br class="gmail_msg">
> Timeline. I would like to be able to render 2 years on this view.<br class="gmail_msg">
><br class="gmail_msg">
> For each year quarter, I will use the first commit of the master<br class="gmail_msg">
> branch on this period.<br class="gmail_msg">
><br class="gmail_msg">
> Victor<br class="gmail_msg">
_______________________________________________<br class="gmail_msg">
Speed mailing list<br class="gmail_msg">
<a href="mailto:Speed@python.org" class="gmail_msg" target="_blank">Speed@python.org</a><br class="gmail_msg">
<a href="https://mail.python.org/mailman/listinfo/speed" rel="noreferrer" class="gmail_msg" target="_blank">https://mail.python.org/mailman/listinfo/speed</a><br class="gmail_msg">
</blockquote></div>