filecoin-project / retrieval-load-testing

Other
4 stars 1 forks source link

Write summary files to more descriptive locations #10

Closed kylehuntsman closed 1 year ago

kylehuntsman commented 1 year ago

NOTE: This PR builds on top of infrastructure changes built on the feat/range-requests branch

After adding range tests, it became clear that the summary file names were not useful anymore. This updates directories and file names to be more descriptive with the type of test and test parameters.

This also deletes the out directory when starting the tests to account for the work that needs to be done in #7. In this way all of the json files can be read without having to know their names.

Directory of summary files image

Resolves #1