Closed gyohuangxin closed 2 years ago
@leecalcote @hershd23
Perfect. @asubedy is here to assist.
It is ugly, but it has complete information about the test as it just -
separates all the parameters.
In the new naming construct, do we want this information in the title or some kind of metadata? Maybe we can also add whether the test was run on the GitHub runner or personal hardware
@hershd23 Yes, it's just ugly but its information is enough. We can rename this profile name with human readable text, like Istio Soak Test with Fortio
, but it‘s also fine if still using -
.
@leecalcote What do you think?
Maybe we can also add whether the test was run on the GitHub runner or personal hardware
I guess this would be good to add as a subtext on the card. The performance profile 1,2,3 doesn't look good.
@asubedy Yes, it's a good idea. Where does the subtext come from? How can we put information here?
@gyohuangxin Right now the subtext is hardcoded.
Sure @asubedy @gyohuangxin let's go with the runner type in the subtext. As far as the main performance test goes, trying to make it a coherent English sentence and -
separating stuff doesn't seem different at all to me.
Are we fixated on the Title-Subtitle format @asubedy or can we just specify a UUID type identifier for the test and list the configurations on the card, like service mesh - istio. Test - load test and so on with the datetime of test completion?
@hershd23 I think having a title on the card is necessary. Other details can be listed as you said.
Hi did we come to any conclusions here?
Great! As details can be listed in the subcontext, we can list current informations as below:
Service mesh: Istio Load generator: Fortio Test configuration: Load test Date: Aug 10 21:39:33 CST 2022
@hershd23 @asubedy What do you think?
@gyohuangxin yes this looks good. Just one change, simply date does not explain lots of things, maybe Date updated or date created something that is relevant
@asubedy Great, thanks for your suggestion. It looks good.
Service mesh: Istio Load generator: Fortio Test configuration: Load test Date Created: Aug 10 21:39:33 CST 2022 Date Updated: Aug 11 11:29:42 CST 2022
@hershd23 Can you raise a PR to change the profiles' names?
Current Behavior
Performance test profiles are named as {service-mesh}-{load-generator}-{test-configuration}.yaml currently, it‘s ugly and hard to understand.
The goal of this issue is to discuss and find out the how to make the profile names be in order for people to understand what is being tested.