Displaying 4 results from an estimated 4 matches for "biggerisbetter".
2016 Apr 26
3
RFC: LNT/Test-suite support for custom metrics and test parameterization
....
>
>
>
> For use some test-suite user should describe fields in file with format
> .fields such way:
>
> {
>
> "Fields" : [{
>
> "TestSuiteName" : "Bytecode",
>
> "Type" : "integer",
>
> "BiggerIsBetter" : 0,
>
> "Show" : true
>
> },
>
> {
>
> "TestSuiteName" : "GCC",
>
> "Type" : "real",
>
> "BiggerIsBetter" : 0,
>
> "Name" : "GCC time"
>
> },
>...
2016 Apr 26
2
RFC: LNT/Test-suite support for custom metrics and test parameterization
Hi, Chris.
Thank you for your answer about compile tests. As I understood during looking through code of compile tests they don’t use test suite at all. Am I right? There is lack of information and examples of running compile tests in LNT documentation.
We understood that there are two groups of users: users using servers and collecting a lot of data and SQLite users, but these users as I think
2016 Apr 27
3
RFC: LNT/Test-suite support for custom metrics and test parameterization
...gt;
>
>
> For use some test-suite user should describe fields in file with format .fields such way:
>
> {
>
> "Fields" : [{
>
> "TestSuiteName" : "Bytecode",
>
> "Type" : "integer",
>
> "BiggerIsBetter" : 0,
>
> "Show" : true
>
> },
>
> {
>
> "TestSuiteName" : "GCC",
>
> "Type" : "real",
>
> "BiggerIsBetter" : 0,
>
> "Name" : "GCC time"
>
>...
2016 May 13
4
RFC: LNT/Test-suite support for custom metrics and test parameterization
...chine .
>
>
>
> For use some test-suite user should describe fields in file with format .fields such way:
>
> {
>
> "Fields" : [{
>
> "TestSuiteName" : "Bytecode",
>
> "Type" : "integer",
>
> "BiggerIsBetter" : 0,
>
> "Show" : true
>
> },
>
> {
>
> "TestSuiteName" : "GCC",
>
> "Type" : "real",
>
> "BiggerIsBetter" : 0,
>
> "Name" : "GCC time"
>
> },
>...