File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -169,22 +169,22 @@ Wszystkie benchmarki są uruchamiane automatycznie przez komendę `make benchmar
169169
170170``` bash
171171# Format Benchmark (porównanie jakości reprodukcji kodu)
172- poetry run python examples/15_unified_benchmark.py \
172+ python examples/15_unified_benchmark.py \
173173 --type format \
174174 --folder tests/samples/ \
175175 --formats yaml toon logicml json markdown csv gherkin function.toon \
176176 --limit 20 --verbose \
177177 --output examples/output/benchmark_format.json
178178
179179# Function Benchmark (reprodukcja pojedynczych funkcji)
180- poetry run python examples/15_unified_benchmark.py \
180+ python examples/15_unified_benchmark.py \
181181 --type function \
182182 --file tests/samples/sample_functions.py \
183183 --limit 10 --verbose \
184184 --output examples/output/benchmark_function.json
185185
186186# Token Efficiency Benchmark (efektywność zużycia tokenów)
187- poetry run python examples/11_token_benchmark.py \
187+ python examples/11_token_benchmark.py \
188188 --folder tests/samples/ \
189189 --formats yaml toon logicml json markdown csv gherkin function.toon \
190190 --limit 20 --verbose \
You can’t perform that action at this time.
0 commit comments