As part of a performance evaluation of a system, I have the following piece of information:
year | total jobs submitted | failed jobs
I have the same piece of information after introducing a new update to the system as a result of which the number of failed jobs decreased. The data looks again like the following:
year | total jobs submitted | failed jobs
Are there any useful metrics that I can use to say something good about the update that I used on the system?

