Skip to content
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

[GIE] Add LSQB QuerySet into Benchmark Tool #2997

Merged
merged 7 commits into from Jul 12, 2023

Conversation

BingqingLyu
Copy link
Collaborator

What do these changes do?

In GIE Benchmark Tool:

  1. Add LSQB queries
  2. Fix compile error
  3. Refine some BI queries

Related issue number

Fixes #2996

@codecov-commenter
Copy link

codecov-commenter commented Jul 11, 2023

Codecov Report

Merging #2997 (2158103) into main (9bf63ac) will decrease coverage by 31.49%.
The diff coverage is 93.33%.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #2997       +/-   ##
===========================================
- Coverage   73.91%   42.42%   -31.49%     
===========================================
  Files          99       99               
  Lines       10698    10693        -5     
===========================================
- Hits         7907     4537     -3370     
- Misses       2791     6156     +3365     
Impacted Files Coverage Δ
python/graphscope/client/connection.py 38.31% <0.00%> (ø)
python/graphscope/client/session.py 66.39% <100.00%> (-10.77%) ⬇️
python/graphscope/framework/utils.py 43.06% <100.00%> (-24.50%) ⬇️
python/graphscope/interactive/query.py 76.66% <100.00%> (-5.63%) ⬇️

... and 56 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4944655...2158103. Read the comment docs.

Copy link
Collaborator

@longbinlai longbinlai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice job

@longbinlai longbinlai merged commit f14854f into alibaba:main Jul 12, 2023
26 checks passed
@BingqingLyu BingqingLyu deleted the refine_benchmark branch July 13, 2023 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add LSQB QuerySet into GIE Benchmark Tool
3 participants