Skip to content

Commit

Permalink
fix(frontend): revert unintentional commenting of silent activation i…
Browse files Browse the repository at this point in the history
…n benchmark target
  • Loading branch information
umut-sahin committed Sep 23, 2024
1 parent f51960f commit d193fa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontends/concrete-python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ pytest-gpu: tfhers-utils
-m "${PYTEST_MARKERS}"

benchmark:
eval $(shell #make silent_cp_activate)
eval $(shell make silent_cp_activate)

export PROGRESS_SAMPLES=3
export PROGRESS_OUTPUT_INDENT=2

Expand Down

0 comments on commit d193fa5

Please sign in to comment.