Skip to content

Commit

Permalink
hhh
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwei37 committed Sep 15, 2024
1 parent fd4efa8 commit 7c01c67
Show file tree
Hide file tree
Showing 15 changed files with 129,184 additions and 912,778 deletions.
27,474 changes: 27,474 additions & 0 deletions commit_info_output.txt

Large diffs are not rendered by default.

32 changes: 31 additions & 1 deletion data/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# The data will be generated here.

Feature versions:
How to use the dataset:

## The feature version data set

Without add llm survey result:

- See [feature_commit_details.csv](feature_commit_details.csv)

With llm survey result:

- See [feature_commit_details_survey.csv](feature_commit_details_survey.csv)

Feature versions is tagged by human and rechieved from the following source:

- https://github.com/isovalent/ebpf-docs/blob/master/data/feature-versions.yaml

How to get the newest feature version data:

```bash
# get the newest feature version data
wget https://raw.githubusercontent.com/isovalent/ebpf-docs/master/data/feature-versions.yaml -O data/feature-versions.yaml
# generate the feature version data with commit details
python3 data/gen_feature_csv.py
# run the survey with llm
python3 surver/survey.py survey/feature_survey.yml data/feature_commit_details.csv data/feature_commit_details_survey.csv
```

## The commit data set

```
# get the commit csv
```
321,191 changes: 0 additions & 321,191 deletions data/all_commits_no_desc.csv

This file was deleted.

232,089 changes: 93,191 additions & 138,898 deletions data/bpf_commits.csv

Large diffs are not rendered by default.

Loading

0 comments on commit 7c01c67

Please sign in to comment.