Bisect: create results csv file for individual bisect runs #279
Labels
documentation
Involves touching documentation
enhancement
python
Involves touching python code
question
tests
Involves touching tests
Feature Request
Describe the new feature:
We have found it incredibly useful to have the results CSV file when running bisect in
--auto-sqlite-run
mode. Why not generate these CSV files when running individual bisect runs?Suggested change:
Within each bisect directory, create a
results.csv
file (e.g.,bisect-01/results.csv
). Give it the same structure as the CSV file generated from--auto-sqlite-run
mode.Alternative approaches:
bisect-results.csv
file created from any bisect run, including the--auto-sqlite-run
mode. For any further bisect runs, append to this file.flit mport
to import the CSV results (from the suggested change or alternative approach 1) to import the bisect results into the FLiT results SQLite file, so we have both the CSV and the database.The text was updated successfully, but these errors were encountered: