Skip to content

Commit 9bab43e

Browse files
refactoring
1 parent b6cdf6f commit 9bab43e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

raport/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)