You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to implement this one:#163 where I want to compare and display the results of the current commit to the results of commit ID: 9f43c15bbe42c350f93bd7494d2918974f1963b1 instead of the Previous commit (607222ae0d077886ea469a720865ec9cc56a77fe) in the summary part of the perf workflow.
I just added "ref:" at the bottom of it.
Maybe PR 163 is not actually implementing this and it isn't possible to do what I want it to do.
Looking at my chart and the Summary, it looks like when I use "ref:" it actually just makes the "current" commit ID to that reference commit ID. I was hoping that the "ref:" (or some other method) would make "ref:" be the "Previous" so we can compare our current commit to a known commit ID. Is this the way it was designed or maybe I am doing something wrong.
So if I set ref to an older commit (43ccb9179e3c0605133527bc74352c2e783d96a9)
I was trying to implement this one:#163 where I want to compare and display the results of the current commit to the results of commit ID: 9f43c15bbe42c350f93bd7494d2918974f1963b1 instead of the Previous commit (607222ae0d077886ea469a720865ec9cc56a77fe) in the summary part of the perf workflow.
I just added "ref:" at the bottom of it.
Maybe PR 163 is not actually implementing this and it isn't possible to do what I want it to do.
This is on the summary page:
My YML code:
The text was updated successfully, but these errors were encountered: