Commit 620c813
committed
fix(bench): Remove unnecessary Python version matrix from benchmark workflow
The benchmark job was incorrectly configured to run across multiple Python versions using a matrix strategy, which is incompatible with CodSpeedHQ's benchmarking service. This change removes the matrix configuration and standardizes the benchmark execution to a single environment, ensuring proper benchmark collection and reporting.
This fix resolves the issue where benchmarks would fail due to CodSpeedHQ not supporting multiple runs of the same benchmark across different Python versions.1 parent 0533a88 commit 620c813
1 file changed
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | | - | |
59 | | - | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
| |||
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
0 commit comments