-
Notifications
You must be signed in to change notification settings - Fork 78
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
implement billion scale data #612
Conversation
Best reviewed: commit by commit
Optimal code review plan (2 warnings)
|
[CHATOPS:HELP] ChatOps commands.
|
Codecov Report
@@ Coverage Diff @@
## master #612 +/- ##
==========================================
- Coverage 14.53% 14.32% -0.21%
==========================================
Files 417 419 +2
Lines 19432 19420 -12
==========================================
- Hits 2824 2782 -42
- Misses 16371 16404 +33
+ Partials 237 234 -3
Continue to review full report at Codecov.
|
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 👍
d7955c5
to
c79fddd
Compare
@hlts2 I want your advice how way to fix e2e benchmark. |
/rebase |
[REBASE] Rebase triggered by kmrmt for branch: feature/benchmark/billion_scale_dataset |
ef8733d
to
9655fcd
Compare
[FORMAT] Updating license headers and formatting go codes triggered by kmrmt. |
c8c1198
to
0023a92
Compare
[FORMAT] Updating license headers and formatting go codes triggered by vankichi. |
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.
[APPROVED] This PR is approved by vankichi.
/rebase |
[REBASE] Rebase triggered by vankichi for branch: feature/benchmark/billion_scale_dataset |
Signed-off-by: Kosuke Morimoto <kou.morimoto@gmail.com>
Signed-off-by: Kosuke Morimoto <kou.morimoto@gmail.com>
Signed-off-by: Kosuke Morimoto <kou.morimoto@gmail.com>
Signed-off-by: Kosuke Morimoto <kou.morimoto@gmail.com>
Signed-off-by: Kosuke Morimoto <kou.morimoto@gmail.com>
Signed-off-by: Kosuke Morimoto <kou.morimoto@gmail.com>
Signed-off-by: vdaas-ci <ci@vdaas.org>
Signed-off-by: Kosuke Morimoto <kou.morimoto@gmail.com>
Signed-off-by: Kosuke Morimoto <kou.morimoto@gmail.com>
Signed-off-by: Kosuke Morimoto <kou.morimoto@gmail.com>
Signed-off-by: Kosuke Morimoto <kou.morimoto@gmail.com>
Signed-off-by: Kosuke Morimoto <kou.morimoto@gmail.com>
Signed-off-by: Kosuke Morimoto <kou.morimoto@gmail.com>
Signed-off-by: Kosuke Morimoto <kou.morimoto@gmail.com>
Signed-off-by: Kosuke Morimoto <kou.morimoto@gmail.com>
0023a92
to
7a57e13
Compare
[FORMAT] Updating license headers and formatting go codes triggered by vankichi. |
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.
[APPROVED] This PR is approved by vankichi.
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.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
golangci
pkg/tools/cli/loadtest/assets/large_dataset_test.go|1024| pkg/tools/cli/loadtest/assets/large_dataset_test.go:1024: Line contains TODO/BUG/FIXME: "TODO test cases" (godox)
pkg/tools/cli/loadtest/assets/large_dataset_test.go|1098| pkg/tools/cli/loadtest/assets/large_dataset_test.go:1098: Line contains TODO/BUG/FIXME: "TODO test cases" (godox)
pkg/tools/cli/loadtest/assets/large_dataset_test.go|1114| pkg/tools/cli/loadtest/assets/large_dataset_test.go:1114: Line contains TODO/BUG/FIXME: "TODO test cases" (godox)
pkg/tools/cli/loadtest/assets/large_dataset_test.go|1188| pkg/tools/cli/loadtest/assets/large_dataset_test.go:1188: Line contains TODO/BUG/FIXME: "TODO test cases" (godox)
pkg/tools/cli/loadtest/assets/large_dataset_test.go|1204| pkg/tools/cli/loadtest/assets/large_dataset_test.go:1204: Line contains TODO/BUG/FIXME: "TODO test cases" (godox)
pkg/tools/cli/loadtest/assets/small_dataset_test.go|51| pkg/tools/cli/loadtest/assets/small_dataset_test.go:51: Line contains TODO/BUG/FIXME: "TODO test cases" (godox)
pkg/tools/cli/loadtest/assets/small_dataset_test.go|66| pkg/tools/cli/loadtest/assets/small_dataset_test.go:66: Line contains TODO/BUG/FIXME: "TODO test cases" (godox)
pkg/tools/cli/loadtest/assets/small_dataset_test.go|128| pkg/tools/cli/loadtest/assets/small_dataset_test.go:128: Line contains TODO/BUG/FIXME: "TODO test cases" (godox)
pkg/tools/cli/loadtest/assets/small_dataset_test.go|140| pkg/tools/cli/loadtest/assets/small_dataset_test.go:140: Line contains TODO/BUG/FIXME: "TODO test cases" (godox)
pkg/tools/cli/loadtest/assets/dataset.go|28| File is not gofumpt
-ed (gofumpt)
pkg/tools/cli/loadtest/assets/dataset.go|29 col 2| exported var ErrOutOfBounds
should have comment or be unexported (golint)
pkg/tools/cli/loadtest/assets/large_dataset.go|1 col 1| package comment should be of the form "Package assets ..." (golint)
pkg/tools/cli/loadtest/assets/large_dataset.go|54 col 27| error strings should not be capitalized or end with punctuation or a newline (golint)
pkg/tools/cli/loadtest/assets/small_dataset.go|90 col 19| G404: Use of weak random number generator (math/rand instead of crypto/rand) (gosec)
pkg/tools/cli/loadtest/assets/small_dataset.go|91 col 19| G404: Use of weak random number generator (math/rand instead of crypto/rand) (gosec)
pkg/tools/cli/loadtest/assets/hdf5_loader_test.go|300| line is 155 characters (lll)
pkg/tools/cli/loadtest/assets/dataset.go|89 col 2| return statements should not be cuddled if block has more than two lines (wsl)
pkg/tools/cli/loadtest/assets/large_dataset.go|67 col 4| only one cuddle assignment allowed before range statement (wsl)
pkg/tools/cli/loadtest/assets/large_dataset.go|70 col 4| append only allowed to cuddle with appended value (wsl)
pkg/tools/cli/loadtest/assets/large_dataset.go|61 col 3| for statement without condition should never be cuddled (wsl)
pkg/tools/cli/loadtest/assets/small_dataset.go|89 col 4| only one cuddle assignment allowed before range statement (wsl)
pkg/tools/cli/loadtest/assets/small_dataset.go|86 col 3| only one cuddle assignment allowed before range statement (wsl)
pkg/tools/cli/loadtest/assets/large_dataset.go|63 col 7| err113: do not compare errors directly, use errors.Is() instead: "err == ErrOutOfBounds" (goerr113)
pkg/tools/cli/loadtest/assets/hdf5_loader_test.go|16 col 9| package should be assets_test
instead of assets
(testpackage)
pkg/tools/cli/loadtest/assets/large_dataset_test.go|16 col 9| package should be assets_test
instead of assets
(testpackage)
Description:
implement billion scale dataset loader and download job.
If you have a good package name, please suggest that.
Related Issue:
Nothing.
How Has This Been Tested?:
There is not test but benchmark.
Environment:
Types of changes:
Changes to Core Features:
Checklist: