Details
-
Improvement
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
Jenkins LTS : 2.249.1
junit plugin : 1.37
xunit plugin : 2.3.9
Description
When looking at the impact of successive changes (builds) on the runtime duration of one specific test, I notice the history graph is truncating the duration to seconds.
See attachment:
- data table shows : 1.8 / 1.9 / 2.0 s
- graph shows: 1.0 / 1.0 / 2.0 s
Note: this data is from googletest XML files, parsed by xunit plugin. I'm not sure if the graph in Jenkins is drawn by xunit plugin or junit plugin.
graph is built by junit plugin by using the report generated by xunit plugin. From the attached image the scale is 0.5 second and it's clear that it show an appromimation because you could have a test that can takes 1.01 seconds and other one 1 minutes and the differences of 0.1 are invisible in the graph.