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

test: optimize benchmark test #484

Merged
merged 3 commits into from
Jul 24, 2024
Merged

test: optimize benchmark test #484

merged 3 commits into from
Jul 24, 2024

Conversation

chokobole
Copy link
Contributor

Description

In benchmarks, data is typically created using base::CreateVector(). However, since benchmarks generate a large amount of data, running this process in parallel is beneficial. This PR implements parallel data creation for benchmarks.

Copy link
Contributor

@fakedev9999 fakedev9999 left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@dongchangYoo dongchangYoo left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@GideokKim GideokKim left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@ashjeong ashjeong left a comment

Choose a reason for hiding this comment

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

LGTM

This is mostly used in benchmark, so it doesn't impact production.
This is used in MSM benchmark, so it doesn't impact production.
@chokobole chokobole force-pushed the test/optimize-benchmark-test branch from 1f9e13f to 5558b27 Compare July 24, 2024 02:12
Copy link
Contributor

@batzor batzor left a comment

Choose a reason for hiding this comment

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

LGTM

@chokobole chokobole merged commit fd8233f into main Jul 24, 2024
3 checks passed
@chokobole chokobole deleted the test/optimize-benchmark-test branch July 24, 2024 05:01
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.

6 participants