-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add general test for hgraph #181
Conversation
e3afa9e
to
68f2c8d
Compare
68f2c8d
to
f41d120
Compare
@@ -96,7 +96,7 @@ const std::string HGraphParameters::DEFAULT_HGRAPH_PARAMS = format_map( | |||
"type": "nsw", | |||
"{GRAPH_PARAMS_KEY}": { | |||
"{GRAPH_PARAM_MAX_DEGREE}": 64, | |||
"{GRAPH_PARAM_INIT_MAX_CAPACITY}": 1000 | |||
"{GRAPH_PARAM_INIT_MAX_CAPACITY}": 100 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why change default value ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
our test is 1000, to test the resize is right, we should set default count less than 1000
f41d120
to
065280d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
065280d
to
afc8103
Compare
- only factory & build/add & general test - no test for range search Signed-off-by: LHT129 <tianlan.lht@antgroup.com>
afc8103
to
1b4c5d2
Compare
#40