Skip to content

Improve Results Directory Structure for Better Organization and Context #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Fcrespo04
Copy link
Contributor

@Fcrespo04 Fcrespo04 commented Jun 18, 2025

Initially, the result storage system generated only a single folder within the results directory, identified solely by the date and time (timestamp) of when the tests were performed. Although functional, this approach proved impractical as the number of tests increased, making the organization and retrieval of specific attacks confusing and inefficient.

To address this limitation, we implemented a small adaptation in the directory generation process. Now, for each test execution, a folder is created and hierarchically organized by model, with its name including not only the timestamp but also the type of attack and the language used.

The new format follows this structure: results/model_name/attacktype__timestamp

This improvement allows for much more intuitive and faster navigation, and ensures that the results are stored in a contextualized manner, facilitating both individual analysis and comparison across different models.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant