search for: lnts

Displaying 3 results from an estimated 3 matches for "lnts".

Did you mean: ents
2015 Jun 30
4
[LLVMdev] Proposal: REST and Ajax in LNT
...hon-eve.org <http://python-eve.org/> https://flask-restful.readthedocs.org/en/0.3.3/ <https://flask-restful.readthedocs.org/en/0.3.3/> If anyone in the community has some ideas on this I’d love to hear them. Thus far, I hacked on Eve for an afternoon and could not get it to understand LNTs (admittedly obscure) database structure. Flask-RESTful looked simple, but more work to build the actual interfaces, though it seems like it might be a more natural fit for LNTs URL schema. If no one has any options, I will try and integrate flaskRESTful into LNT. -------------- next part ------...
2015 May 15
6
[LLVMdev] Proposal: change LNT’s regression detection algorithm and how it is used to reduce false positives
...ch as flat but noisy line, 5% regression in 5% noise, bimodal, and a slow increase, we fail to classify most of these correctly right now. They are not trick questions, all are obvious regressions or non-regressions, that are plainly visible. I want us to correctly classify them all! Some context: LNTs regression detection algorithm as I understand it: detect(current run’s samples, last runs samples) —> improve, regress or unchanged. # when recovering from errors performance should not be counted Current or last run failed -> unchanged delta = min(current samples) - min(prev...
2015 May 18
2
[LLVMdev] Proposal: change LNT’s regression detection algorithm and how it is used to reduce false positives
..., all are obvious regressions or non-regressions, that are >> plainly visible. I want us to correctly classify them all! > > That's a great idea! > Out of all of the ideas in this email, I think this is the most important > one to implement first. > >> Some context: LNTs regression detection algorithm as I understand it: >> >> detect(current run’s samples, last runs samples) —> improve, regress or >> unchanged. >> >> # when recovering from errors performance should not be counted >> Current or last run failed -> unc...