You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+1-12Lines changed: 1 addition & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -336,7 +336,7 @@ else
336
336
BENCH_NO_LLM_FLAG := --no-llm
337
337
endif
338
338
339
-
benchmark: benchmark-format benchmark-function-logic benchmark-function benchmark-token benchmark-project benchmark-toon benchmark-compare ## Run all benchmarks (no LLM)
339
+
benchmark: benchmark-format benchmark-function benchmark-token benchmark-project benchmark-toon benchmark-compare ## Run all benchmarks (no LLM)
340
340
@echo ""
341
341
@echo "$(GREEN)All benchmarks completed!$(NC)"
342
342
@echo "Results in $(BENCH_OUTPUT)/"
@@ -360,17 +360,6 @@ benchmark-format: ## Benchmark format reproduction (yaml/toon/logicml/json)
360
360
--limit $(BENCH_LIMIT) --verbose \
361
361
--output $(BENCH_OUTPUT)/benchmark_format.json
362
362
363
-
benchmark-function-logic: ## Benchmark function-logic TOON reproduction as a standalone format
364
-
@echo "$(BLUE)━━━ Function-Logic Format Benchmark ━━━$(NC)"
0 commit comments