Re: [PR] IGNITE-25943 Add basic JMH benchmark for sorted indexes [ignite-3]

2025-07-18 Thread via GitHub
ibessonov merged PR #6271: URL: https://github.com/apache/ignite-3/pull/6271 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@i

Re: [PR] IGNITE-25943 Add basic JMH benchmark for sorted indexes [ignite-3]

2025-07-17 Thread via GitHub
ibessonov commented on code in PR #6271: URL: https://github.com/apache/ignite-3/pull/6271#discussion_r2213517119 ## modules/storage-page-memory/src/test/java/org/apache/ignite/internal/storage/pagememory/benchmarks/SortedIndexTreeInsertBenchmark.java: ## @@ -0,0 +1,217 @@ +/* +

Re: [PR] IGNITE-25943 Add basic JMH benchmark for sorted indexes [ignite-3]

2025-07-17 Thread via GitHub
ibessonov commented on code in PR #6271: URL: https://github.com/apache/ignite-3/pull/6271#discussion_r2213516553 ## modules/storage-page-memory/src/test/java/org/apache/ignite/internal/storage/pagememory/benchmarks/SortedIndexTreeInsertBenchmark.java: ## @@ -0,0 +1,217 @@ +/* +

Re: [PR] IGNITE-25943 Add basic JMH benchmark for sorted indexes [ignite-3]

2025-07-17 Thread via GitHub
tkalkirill commented on code in PR #6271: URL: https://github.com/apache/ignite-3/pull/6271#discussion_r2213511168 ## modules/storage-page-memory/src/test/java/org/apache/ignite/internal/storage/pagememory/benchmarks/SortedIndexTreeInsertBenchmark.java: ## @@ -0,0 +1,217 @@ +/*

[PR] IGNITE-25943 Add basic JMH benchmark for sorted indexes [ignite-3]

2025-07-17 Thread via GitHub
ibessonov opened a new pull request, #6271: URL: https://github.com/apache/ignite-3/pull/6271 https://issues.apache.org/jira/browse/IGNITE-25943 Thank you for submitting the pull request. To streamline the review process of the patch and ensure better code quality we ask both