Commit 1761509
fix(ci): replace invalid --benchmark-skip flag with simple performance test
The --benchmark-skip flag is not a valid pytest argument, causing 'error:
unrecognized arguments' in beta-release workflow. Replaced with simple
performance test that doesn't require pytest-benchmark plugin.
Changes:
- Remove invalid --benchmark-skip flag
- Use simple_performance_test.py for performance validation
- Maintains performance verification without plugin dependencies
- Runs with optimal performance settings (4 threads, no memory debugging)
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent c3762b1 commit 1761509
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
130 | | - | |
131 | | - | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
0 commit comments