-
Notifications
You must be signed in to change notification settings - Fork 527
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
feat(perf): support JMH benchmark in HG-test module #2238
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2238 +/- ##
============================================
- Coverage 65.03% 57.69% -7.35%
+ Complexity 979 657 -322
============================================
Files 498 498
Lines 40682 40684 +2
Branches 5681 5681
============================================
- Hits 26458 23472 -2986
- Misses 11596 14781 +3185
+ Partials 2628 2431 -197
... and 107 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
hugegraph-test/src/main/java/org/apache/hugegraph/benchmark/SimpleRandom.java
Outdated
Show resolved
Hide resolved
hugegraph-test/src/main/java/org/apache/hugegraph/benchmark/SimpleRandom.java
Outdated
Show resolved
Hide resolved
hugegraph-test/src/main/java/org/apache/hugegraph/benchmark/SimpleRandom.java
Outdated
Show resolved
Hide resolved
hugegraph-test/src/main/java/org/apache/hugegraph/benchmark/map/RandomGetPutThroughput.java
Outdated
Show resolved
Hide resolved
hugegraph-test/src/main/java/org/apache/hugegraph/benchmark/map/RandomGetPutThroughput.java
Outdated
Show resolved
Hide resolved
hugegraph-test/src/main/java/org/apache/hugegraph/benchmark/map/RandomGetPutThroughput.java
Outdated
Show resolved
Hide resolved
hugegraph-test/src/main/java/org/apache/hugegraph/benchmark/map/RandomGetPutThroughput.java
Outdated
Show resolved
Hide resolved
hugegraph-test/src/main/java/org/apache/hugegraph/benchmark/map/RandomGetPutThroughput.java
Outdated
Show resolved
Hide resolved
hugegraph-test/src/main/java/org/apache/hugegraph/benchmark/BenchMarkConstants.java
Outdated
Show resolved
Hide resolved
hugegraph-test/src/main/java/org/apache/hugegraph/benchmark/map/RandomGetPutThroughput.java
Outdated
Show resolved
Hide resolved
We need check and add license files when adding 3rd-party dependencies, refer to document. |
hugegraph-test/src/main/java/org/apache/hugegraph/benchmark/SimpleRandom.java
Outdated
Show resolved
Hide resolved
...aph-test/src/main/java/org/apache/hugegraph/benchmark/map/MapRandomGetPutThroughputTest.java
Outdated
Show resolved
Hide resolved
...aph-test/src/main/java/org/apache/hugegraph/benchmark/map/MapRandomGetPutThroughputTest.java
Outdated
Show resolved
Hide resolved
...aph-test/src/test/java/org/apache/hugegraph/benchmark/map/MapRandomGetPutThroughputTest.java
Outdated
Show resolved
Hide resolved
...aph-test/src/test/java/org/apache/hugegraph/benchmark/map/MapRandomGetPutThroughputTest.java
Outdated
Show resolved
Hide resolved
...aph-test/src/test/java/org/apache/hugegraph/benchmark/map/MapRandomGetPutThroughputTest.java
Outdated
Show resolved
Hide resolved
...aph-test/src/test/java/org/apache/hugegraph/benchmark/map/MapRandomGetPutThroughputTest.java
Outdated
Show resolved
Hide resolved
...aph-test/src/test/java/org/apache/hugegraph/benchmark/map/MapRandomGetPutThroughputTest.java
Outdated
Show resolved
Hide resolved
...aph-test/src/test/java/org/apache/hugegraph/benchmark/map/MapRandomGetPutThroughputTest.java
Outdated
Show resolved
Hide resolved
...aph-test/src/test/java/org/apache/hugegraph/benchmark/map/MapRandomGetPutThroughputTest.java
Show resolved
Hide resolved
...aph-test/src/test/java/org/apache/hugegraph/benchmark/map/MapRandomGetPutThroughputTest.java
Outdated
Show resolved
Hide resolved
...aph-test/src/test/java/org/apache/hugegraph/benchmark/map/MapRandomGetPutThroughputTest.java
Outdated
Show resolved
Hide resolved
...aph-test/src/test/java/org/apache/hugegraph/benchmark/map/MapRandomGetPutThroughputTest.java
Show resolved
Hide resolved
hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java
Outdated
Show resolved
Hide resolved
hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java
Outdated
Show resolved
Hide resolved
...aph-test/src/test/java/org/apache/hugegraph/benchmark/map/MapRandomGetPutThroughputTest.java
Show resolved
Hide resolved
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
...aph-test/src/test/java/org/apache/hugegraph/benchmark/map/MapRandomGetPutThroughputTest.java
Show resolved
Hide resolved
@conghuhu could also open a summary issue for this task, and link this PR as the subtask 🔢 and also could update the doc to link the summary issue |
Purpose of the PR
Result as follows, the performance of IntMapBySegments is very good:
Main Changes
Verifying these changes
Does this PR potentially affect the following parts?
Documentation Status
Doc - TODO
Doc - Done
Doc - No Need