Skip to content

Commit

Permalink
ballet/pack: improve scheduling performance
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaffet-jump committed Jan 12, 2024
1 parent d23e8fb commit 3d5c38e
Show file tree
Hide file tree
Showing 5 changed files with 559 additions and 46 deletions.
2 changes: 2 additions & 0 deletions src/ballet/pack/Local.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ $(call add-objs,fd_pack,fd_ballet)
$(call make-unit-test,test_compute_budget_program,test_compute_budget_program,fd_ballet fd_util)
$(call make-unit-test,test_est_tbl,test_est_tbl,fd_ballet fd_util)
$(call make-unit-test,test_pack,test_pack,fd_disco fd_ballet fd_util)
$(call make-unit-test,test_pack_bitset,test_pack_bitset,fd_ballet fd_util)
$(call run-unit-test,test_compute_budget_program,)
$(call run-unit-test,test_est_tbl,)
$(call run-unit-test,test_pack,)
$(call fuzz-test,fuzz_compute_budget_program_parse,fuzz_compute_budget_program_parse,fd_ballet fd_util)
$(call run-unit-test,test_pack_bitset,)
endif
Loading

0 comments on commit 3d5c38e

Please sign in to comment.