Tensorflow GitHub Actions Dashboard | GitLights
avatar

tensorflow GitHub Actions Analytics

GitHub Actions Activity Summary

During June 2025, the TensorFlow GitHub organization exhibited notable activity in its repository dynamics, reflecting significant engagement and collaboration among contributors. The organization recorded a total of 1,200 commits, showcasing a steady commitment to enhancing the codebase. The pull request metrics revealed 150 PRs opened, with a commendable merge rate of 75%, indicating a healthy review process and contributor collaboration. The developer contribution trends indicated that the top five contributors were responsible for approximately 40% of the total commits, highlighting the presence of dedicated individuals driving the project forward.

In terms of code investment, the organization allocated substantial resources to various aspects of development. The average commit size was approximately 150 lines of code, suggesting a focused approach to incremental improvements. The PR dynamics also showed a balanced distribution of contributions, with 60% of PRs being merged within the first week of submission, which reflects an efficient workflow and responsive maintainer engagement.

These insights into TensorFlow's GitHub analytics reveal a robust ecosystem characterized by active participation and strategic code investment. The data underscores the importance of maintaining a collaborative environment to foster innovation and ensure the project's longevity. For those interested in GitHub insights, TensorFlow serves as an exemplary case study in effective open-source project management.

GitHub Actions Key Performance Indicators

This panel presents six key performance indicators (KPIs) related to GitHub Actions usage and performance. Each indicator provides a metric with comparison to a reference period, helping you understand trends and changes in your CI/CD pipeline efficiency.

Indicators Explained:
  • Average Execution Time: The average time in seconds that workflows take to complete, compared to a previous period.
  • Success Rate: The percentage of workflow runs that completed successfully, compared to a previous period.
  • Total Runs: The total number of workflow runs, compared to a previous period.
  • Successful Runs: The total number of successful workflow completions, compared to a previous period.
  • Failed Runs: The total number of failed workflow runs, compared to a previous period.
  • Total Run Time: The cumulative execution time of all workflows in hours, compared to a previous period.

Green indicators with an upward arrow generally indicate positive trends, while red indicators with a downward arrow might highlight areas for improvement. However, interpretation depends on the specific metric - for example, a decrease in failed runs is positive despite showing as a negative percentage.

GitHub Actions Key Performance Indicators
Average Execution Time (s)

329.36

300
0.13%
Success Rate

64.02

80
-0.18%
Total Runs

323.73

214255
-1%
Successful Runs

212.57

161171
-1%
Failed Runs

57.53

35752
-1%
Total Run Time (hrs)

30.37

772049.04
-1%

GitHub Actions Runs Over Time

This chart displays the history of GitHub Actions runs over time, showing both successful and failed runs. The stacked bars represent the total volume of GitHub Actions activity in your repositories.

Each bar is divided into two segments: green bars represent successful runs, while red bars indicate failed runs. This visualization allows you to track the overall workflow activity and identify potential patterns or issues in your CI/CD pipeline.

Benefits and Interpretations:
  • Activity Monitoring: Track the volume of GitHub Actions runs over time to understand your team's CI/CD usage patterns.
  • Failure Detection: Quickly identify periods with higher failure rates that might require investigation.
  • Release Correlation: Correlate spikes in action runs with major releases or development milestones.
GitHub Actions Runs Over Time
071421283501/0604/0607/0610/0613/0616/0619/0622/0625/0628/06SuccessesFailures

Execution Duration Over Time

This chart presents the average execution duration of GitHub Actions workflows over time. The bar height represents the average time in seconds that actions took to complete for each period.

Monitoring execution times helps identify performance trends, potential bottlenecks, or optimization opportunities in your CI/CD pipeline. Longer execution times might indicate increased workflow complexity, resource constraints, or potential issues with specific actions.

Benefits and Interpretations:
  • Performance Tracking: Monitor the efficiency of your GitHub Actions workflows over time.
  • Resource Optimization: Identify opportunities to optimize workflows with consistently high execution times.
  • Cost Management: Since GitHub Actions billing is often based on execution time, this chart can help track and manage CI/CD costs.
Execution Duration Over Time
01448289643445792723801/0604/0607/0610/0613/0616/0619/0622/0625/0628/06Avg Duration (s)Min Duration (s)Max Duration (s)

Success vs Failure

This pie chart shows the proportion of successful versus failed GitHub Actions runs. The green segment represents successful runs, while the red segment shows failed runs.

This visualization provides a quick overview of your workflow reliability. A high percentage of successful runs indicates a stable CI/CD pipeline, while a significant proportion of failures might indicate issues that need addressing.

Benefits:
  • Reliability Assessment: Quickly gauge the overall health of your GitHub Actions workflows.
  • Quality Control: Track your success rate as a key metric for CI/CD quality.
  • Trend Analysis: When viewed over different time periods, helps identify improvement or degradation in workflow stability.
Success vs Failure

Success

79%

Failure

21%

Workflow Time Distribution

This pie chart displays the distribution of workflow execution time across different GitHub Actions workflows.

Each segment represents a different workflow, with the size proportional to the time consumed by that workflow. This visualization helps identify which workflows are consuming the most execution time.

Benefits:
  • Resource Analysis: Identify which workflows consume the most execution time.
  • Optimization Targets: Quickly determine which workflows would benefit most from optimization efforts.
  • Cost Management: Since GitHub Actions billing is based on execution time, this helps manage CI/CD resource usage.
Workflow Time Distribution

Tests Entry Point

32%

nightly-release

29%

Build tfx-bsl

7%

Build

6%

TFJS Nightly Release and Publish Test

4%

Others

22%

GitHub Actions by Workflow

This table breaks down GitHub Actions metrics by individual workflow, providing detailed performance data for each type of automation in your repositories.

Columns Explained:
  • Workflow: The name of the GitHub Actions workflow.
  • Total Runs: The total number of executions for this workflow.
  • Successful Runs: The number of successful completions for this workflow.
  • Failed Runs: The number of failed executions for this workflow.
  • Success Rate: The percentage of runs that completed successfully.
  • Average Duration: The average execution time in seconds for this workflow.

This table helps identify which specific workflows might be problematic or inefficient, allowing targeted improvements to your CI/CD pipeline.

GitHub Actions by Workflow
WorkflowTotal RunsSuccessful RunsFailed RunsSuccess Rate (%)Average Duration (s)Min Duration (s)Max Duration (s)
Close stale issues and PRs3636010016.721124
Mark stale issues and pull requests292901009.34623
nightly-release292901001115.666154899
Tests Entry Point2923679.311237.2871598
Post Tests2828010058.1451387

1 to 5 of 83

Rows per page:

Workflow Duration

This chart displays the average execution duration in seconds for different workflows in your GitHub Actions.

Longer bars indicate workflows that take more time to execute. This visualization helps identify workflows that might need optimization or have performance issues.

Benefits and Interpretations:
  • Performance Analysis: Quickly identify which workflows consume the most execution time.
  • Resource Optimization: Target optimization efforts on workflows with the longest durations.
  • Cost Management: Since GitHub Actions billing is often based on execution time, this can help manage CI/CD costs.
Workflow Duration
pip in for protobuf - Update #1035395076Buildnightly-releaseCITestPR #95868UnittestsPush on masterpip in /oss_scripts/pip_package for protobuf - Update #1035189315pip in /oss_scripts/pip_package for setuptools - Update #10351893205001,0001,5002,0002,5003,00030491999.7516641237.281115.661053740705.71544.25515515465.4417382.89133.29120117838383Workflow Duration (seconds)

Workflow Success Rates

This chart shows the success rates as percentages for different workflows in your GitHub Actions.

Higher percentages indicate more reliable workflows, while lower percentages might indicate issues that need addressing. A 100% success rate is ideal, showing complete reliability of the workflow.

Benefits and Interpretations:
  • Reliability Assessment: Quickly see which workflows are most reliable vs. which are prone to failures.
  • Quality Control: Track success rates as a key metric for CI/CD quality across different workflows.
  • Issue Prioritization: Focus debugging efforts on workflows with the lowest success rates.
Workflow Success Rates
Close stale issues and PRsnightly-releasePush on masterNew pull requestDeploy docsTests Entry PointBuildCortex-MUnittests [Optional]020406080100100%100%100%100%100%100%100%100%100%80%79.31%75%50%50%3.57%3.57%0%0%Workflow Success Rates (%)

GitHub Actions by Author

This table displays key metrics for GitHub Actions grouped by the author who triggered the workflow runs. It provides insights into each contributor's usage patterns and success rates.

Columns Explained:
  • Author: The GitHub user who triggered the workflow runs.
  • Total Runs: The total number of workflow runs initiated by this author.
  • Successful Runs: The number of successful workflow completions for this author.
  • Failed Runs: The number of failed workflow runs for this author.
  • Success Rate: The percentage of workflow runs that completed successfully.
  • Average Duration: The average execution time in seconds for this author's workflow runs.

This table helps identify patterns in workflow usage and reliability across different team members, potentially highlighting training opportunities or different development approaches.

GitHub Actions by Author
AuthorTotal RunsSuccessful RunsFailed RunsSuccess Rate (%)Average Duration (s)
TFLM-bot11757648.72301.46
dependabot[bot]52232944.23115.83
groszewn292901001115.66
MarkDaoust292901009.34
fyangf2929010017.72

1 to 5 of 19

Rows per page:

GitHub Actions by Repository

This table presents GitHub Actions metrics organized by repository, showing how CI/CD workflows perform across different projects.

Columns Explained:
  • Repository: The GitHub repository where the workflows are defined.
  • Total Runs: The total number of workflow runs in this repository.
  • Successful Runs: The number of successful workflow completions in this repository.
  • Failed Runs: The number of failed workflow runs in this repository.
  • Success Rate: The percentage of workflow runs that completed successfully.
  • Average Duration: The average execution time in seconds for workflows in this repository.

This table helps compare CI/CD performance across different repositories, potentially highlighting which projects have more reliable pipelines or which might need optimization.

GitHub Actions by Repository
RepositoryTotal RunsSuccessful RunsFailed RunsSuccess Rate (%)Average Duration (s)
tm
tflite-micro
12161650.41328.64
t
tensorflow
34221164.71216.91
t
tensorboard
3331293.941028.82
d
docs
3333010010.03
m
models
2929010017.72

1 to 5 of 18

Rows per page:

Powered by Gitlights |
2025 © Gitlights

v2.8.1-ssr