To evaluate our tool, we computed the bus factor of 935 popular repositories on GitHub.
Datasets are available in data
directory.
The whole process is implemented using jupyter notebooks:
Prepare data
: loads the most starred repos using GraphQL APIRun benchmark
: loads the dataset and executes the bus factor analysis for each repo 10 times and collects the runtime metricsProcess results
: loads a CSV with benchmark data and plots a scatter chart based on analysis median time.