Skip to content

Commit

Permalink
refactor: remove copy-to-loss-prevention make target
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Wang <yutsung.jim.wang@intel.com>
  • Loading branch information
jim-wang-intel committed Nov 12, 2024
1 parent 45faba9 commit f646e97
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions benchmark-scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,3 @@ python-integration:
# for more up-to-date coverage, run python unit test first
python-coverage: python-test
coverage report -m

# this one is just used for easier deployment of changes on benchmark-scripts
# to loss-prevention LOCALLY without reaching out to github
# assuming loss-prevention/ repo is already git cloned before and is
# in the same parallel directory structure as performance-tools/ repo
copy-to-loss-prevention:
cp -r ./ ../../loss-prevention/performance-tools/benchmark-scripts/

0 comments on commit f646e97

Please sign in to comment.