We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e262e64 commit e3de4aeCopy full SHA for e3de4ae
1 file changed
.github/workflows/benchmark.yml
@@ -1,3 +1,18 @@
1
+# Performance Benchmark CI Workflow
2
+#
3
+# This workflow automatically runs performance benchmarks on pull requests
4
+# and posts a comparison comment showing speed differences between the PR
5
+# and the base branch (master).
6
7
+# The workflow:
8
+# 1. Runs benchmarks on the PR branch
9
+# 2. Runs benchmarks on the base branch (master)
10
+# 3. Compares the results and identifies performance regressions/improvements
11
+# 4. Posts a detailed comparison table as a PR comment
12
13
+# Performance changes > 10% are flagged as significant to help maintainers
14
+# catch performance regressions before merging.
15
+
16
name: Performance Benchmark
17
18
on:
0 commit comments