-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(CI): Add check to commit performance stats
Not all performance run need to store in the repository, there are some performance stats I just want for reference to optimize the code. Change: - every pull request will trigger performance test but will not commit to repository - every commit made to master will trigger performance test with small dataset and commit to repository - upon release published, will trigger performance test on large dataset and commit to repository.
- Loading branch information
minh
committed
Aug 7, 2024
1 parent
113ffb9
commit ceb36f9
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters