search for: fieldchang

Displaying 6 results from an estimated 6 matches for "fieldchang".

Did you mean: fieldchange
2015 Jun 30
4
[LLVMdev] Proposal: REST and Ajax in LNT
I think it would be super useful to give LNT a RESTful interface. As LNT grows, it would be nice to be able to update some of the pages with Ajax(or json). Especially for pages with long load times, it makes sense to be able to speed up load times, by fetching the data after page load. It would also allow us to build more dynamic pages, and allow non-web clients better structured access to LNT
2016 Apr 25
4
FW: RFC: LNT/Test-suite support for custom metrics and test parameterization
From: Elena Lepilkina Sent: Monday, April 25, 2016 2:33 PM To: 'James Molloy' <james at jamesmolloy.co.uk>; Kristof Beyls <Kristof.Beyls at arm.com>; Mehdi Amini <mehdi.amini at apple.com> Cc: nd <nd at arm.com>; Matthias Braun <matze at braunis.de> Subject: RE: [llvm-dev] RFC: LNT/Test-suite support for custom metrics and test parameterization Hi everyone,
2016 Apr 26
2
RFC: LNT/Test-suite support for custom metrics and test parameterization
...LNT/Test-suite support for custom metrics and test parameterization I am really torn about this. When I implemented the regression tracking stuff recently, it really showed me how badly we are scaling. On our production server, the run ingestion can take well over 100s. Time is mostly spent in FieldChange generation and regression grouping. Both have to access a lot of recent samples. This is not the end of the world, because it runs in a background process. Where this really sucks is when a regression has a lot indicators. The web interface renders these in a graph, and just trying to pull down 1...
2016 Apr 26
3
RFC: LNT/Test-suite support for custom metrics and test parameterization
...est parameterization > > > > I am really torn about this. > > > > When I implemented the regression tracking stuff recently, it really > showed me how badly we are scaling. On our production server, the run > ingestion can take well over 100s. Time is mostly spent in FieldChange > generation and regression grouping. Both have to access a lot of recent > samples. This is not the end of the world, because it runs in a background > process. Where this really sucks is when a regression has a lot > indicators. The web interface renders these in a graph, and just t...
2016 Apr 27
3
RFC: LNT/Test-suite support for custom metrics and test parameterization
...test parameterization > > > > I am really torn about this. > > > > When I implemented the regression tracking stuff recently, it really showed me how badly we are scaling. On our production server, the run ingestion can take well over 100s. Time is mostly spent in FieldChange generation and regression grouping. Both have to access a lot of recent samples. This is not the end of the world, because it runs in a background process. Where this really sucks is when a regression has a lot indicators. The web interface renders these in a graph, and just trying to pull down 1...
2016 May 13
4
RFC: LNT/Test-suite support for custom metrics and test parameterization
...> and test parameterization > > > > I am really torn about this. > > > > When I implemented the regression tracking stuff recently, it really showed me how badly we are scaling. On our production server, the run ingestion can take well over 100s. Time is mostly spent in FieldChange generation and regression grouping. Both have to access a lot of recent samples. This is not the end of the world, because it runs in a background process. Where this really sucks is when a regression has a lot indicators. The web interface renders these in a graph, and just trying to pull down 1...