Skip to content

Commit

Permalink
chore(tooling): Remove vestiges of subtree based benchmarking (use fl…
Browse files Browse the repository at this point in the history
…ake)
  • Loading branch information
alerque committed Jan 10, 2024
1 parent 320920c commit f418f35
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ patterndeps = $(_FORCED) $(_TEST_DEPS) $(_DOCS_DEPS) | $(bin_PROGRAMS) $(DEPDIRS
.PHONY: force
force: ;

PHONY_DEVELOPER_TARGETS = benchmark busted compare coverage docker docker-build-push \
PHONY_DEVELOPER_TARGETS = busted compare coverage docker docker-build-push \
docker-dep-check docker-ghcr-to-hub gource.webm lint luacheck luarocks-lint \
prerelease regression_previews regressions release release-preview tagrelease \
test update_expecteds update_libtexpdf
Expand Down Expand Up @@ -332,9 +332,6 @@ clean-recursive: clean-deps
clean-deps:
$(RM) -r $(DEPDIR)

time-%.json: benchmark-%/time.json
$(CP) $< $@

update_expecteds: $(EXPECTEDS)

tests/%.expected: tests/%.sil $$(patterndeps)
Expand Down

0 comments on commit f418f35

Please sign in to comment.