Skip to content

IGNITE-19135 Benchmarks code for puts/reads#1876

Merged
ibessonov merged 8 commits intoapache:mainfrom
gridgain:ignite-19135
Apr 25, 2023
Merged

IGNITE-19135 Benchmarks code for puts/reads#1876
ibessonov merged 8 commits intoapache:mainfrom
gridgain:ignite-19135

Conversation

@ibessonov
Copy link
Contributor

Signed-off-by: ibessonov <bessonov.ip@gmail.com>
Signed-off-by: ibessonov <bessonov.ip@gmail.com>
* Closes resources.
*/
@TearDown
public void tearDow() throws Exception {
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
public void tearDow() throws Exception {
public void tearDown() throws Exception {

*/
@TearDown
public void tearDow() throws Exception {
IgniteUtils.closeAll(session/*, statement*/);
Copy link
Contributor

Choose a reason for hiding this comment

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

Why statement is commented?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Because it throws UnsupportedOperationException, I need to add a comment

@kgusakov
Copy link
Contributor

@ibessonov In general, I think we should run these benchmarks on the nightly run of main only, but not on the every change, what do you think? Benchmarks have big enough time and resource consumption and I suppose this suite will grow up.

@ibessonov
Copy link
Contributor Author

@kgusakov These benchmarks don't run on TC at all, because they are not part of integration tests. They just exist in the same module. I expect people, who need to benchmark their fix, to do it locally on their own.

Signed-off-by: ibessonov <bessonov.ip@gmail.com>
@ibessonov ibessonov merged commit 02ac668 into apache:main Apr 25, 2023
@ibessonov ibessonov deleted the ignite-19135 branch April 25, 2023 08:04
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.

2 participants