add performance pipeline in GitHub CI#421
Merged
Merged
Conversation
wxyucs
force-pushed
the
update-tool-eval
branch
from
February 19, 2025 09:21
d1db7f3 to
300ad51
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅ @@ Coverage Diff @@
## main #421 +/- ##
==========================================
- Coverage 92.07% 92.03% -0.04%
==========================================
Files 164 164
Lines 10204 10206 +2
==========================================
- Hits 9395 9393 -2
- Misses 809 813 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
wxyucs
force-pushed
the
update-tool-eval
branch
3 times, most recently
from
February 20, 2025 03:13
638166f to
1fc8758
Compare
wxyucs
force-pushed
the
update-tool-eval
branch
11 times, most recently
from
February 24, 2025 12:32
d811046 to
51f6b1d
Compare
wxyucs
force-pushed
the
update-tool-eval
branch
6 times, most recently
from
February 25, 2025 05:06
19e1ba4 to
8eba844
Compare
wxyucs
force-pushed
the
update-tool-eval
branch
2 times, most recently
from
February 25, 2025 06:55
d04f5d6 to
6fb2db1
Compare
wxyucs
force-pushed
the
update-tool-eval
branch
4 times, most recently
from
February 26, 2025 07:25
5844cef to
d63e2f0
Compare
jiaweizone
reviewed
Feb 26, 2025
| tabulate | ||
| URL https://github.com/p-ranav/tabulate/archive/3a58301067bbc03da89ae5a51b3e05b7da719d38.tar.gz | ||
| # this url is maintained by the vsag project, if it's broken, please try | ||
| # the latest commit or contact the vsag project |
|
|
||
| EvalCasePtr | ||
| EvalCase::MakeInstance(const EvalConfig& config) { | ||
| EvalCase::MakeInstance(const EvalConfig& config, std::string type) { |
Collaborator
There was a problem hiding this comment.
const std::string& type
Collaborator
Author
There was a problem hiding this comment.
type update in L46, cannot be const
| void | ||
| EvalConfig::CheckKeyAndType(YAML::Node& yaml_node) { | ||
| check_exist_and_get_value<>(yaml_node, "datapath"); | ||
| auto action = check_exist_and_get_value<>(yaml_node, "type"); |
wxyucs
force-pushed
the
update-tool-eval
branch
5 times, most recently
from
February 27, 2025 07:15
67fc16b to
4bf134e
Compare
Signed-off-by: wxy407827 <wxy407827@antgroup.com>
wxyucs
force-pushed
the
update-tool-eval
branch
from
February 27, 2025 09:32
4bf134e to
1e6685d
Compare
jiacai2050
pushed a commit
to jiacai2050/vsag
that referenced
this pull request
Mar 6, 2025
Signed-off-by: wxy407827 <wxy407827@antgroup.com>
LHT129
pushed a commit
to LHT129/vsag
that referenced
this pull request
Apr 16, 2026
Signed-off-by: wxy407827 <wxy407827@antgroup.com>
LHT129
pushed a commit
that referenced
this pull request
May 11, 2026
Signed-off-by: wxy407827 <wxy407827@antgroup.com> Signed-off-by: LHT129 <tianlan.lht@antgroup.com>
Sia-Sheerland
pushed a commit
to Sia-Sheerland/vsag
that referenced
this pull request
Jun 26, 2026
Signed-off-by: wxy407827 <wxy407827@antgroup.com> Signed-off-by: Sia Sheerland <x1075956441x@163.com> Signed-off-by: Sia Sheerland <x1075956441x@163.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
solve: #384