ApexAI / performance_test

**This project is deprecated** Go to https://gitlab.com/ApexAI/performance_test
64 stars 41 forks source link

Add skip start and end iterations parameter for experiments #92

Closed BMarchi closed 5 years ago

BMarchi commented 5 years ago

As the title says, this PR enables the possibility to skip a given amount of iterations from the beginning and the end of the experiment


This change is Reviewable

daggarwa commented 5 years ago

@BMarchi Have you tried using perfplot (apex_performance_plotter) tool with arguments --skip-tail or --skip-head? I think this functionality is already there. Can you please verify if these existing options help you with what you need? For example if you wanted to skip first 10 iterations from getting plotted on the performance test result plots you could do something like :

divya.aggarwal@ade:~/perf_test_ws/src/performance_test (fix_plotter_edge_cases u=)$ perfplot ~/perf_test_ws/log_Array1k_27-09-2019_14-32-04 --skip-head 10
daggarwa commented 5 years ago

@BMarchi Closing this as functionality already present.