Phanindra899 commented on PR #146:
URL: https://github.com/apache/otava/pull/146#issuecomment-4181819985

   Hi @henrikingo,
   
   I executed the commands from the JSON documentation to verify that they work 
as expected.
   
   I also created a minimal example JSON file and configuration to validate the 
setup locally.
   
   ### JSON file used
   ```json
   [
     {
       "timestamp": 1711929600,
       "metrics": [
         { "name": "throughput", "value": 100 }
       ],
       "attributes": {
         "branch": "main"
       }
     }
   ]
   
   Config file used :
     tests:
     my_benchmark:
       type: json
       file: test_data/sample.json
       base_branch: main
   
   Command executed:
   otava analyze my_benchmark --config otava.yaml
   
   Output:
   INFO: Computing change points for test my_benchmark...
   time                       branch      throughput
   -------------------------  --------  ------------
   2024-04-01 00:00:00 +0000  main               100


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to