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

Fix JsonExprBenchmark.cpp #9574

Closed

Conversation

mbasmanova
Copy link
Contributor

Summary: Benchmark used to fail because it didn't initialize memory manager.

Differential Revision: D56452087

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Apr 23, 2024
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D56452087

Copy link

netlify bot commented Apr 23, 2024

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit 0d844c9
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/6627207fbdae75000979e570

Summary:

- Replace folly::StringPiece with std::string_view.
- Replace `folly::Expected<std::string, bool>` with `std::optional<std::string>`.
- Replace private methods isDotKeyFormat and isUnquotedBracketKeyFormat with free functions in .cpp file.

Differential Revision: D56451797
Summary:

Benchmark used to fail because it didn't initialize memory manager.

Differential Revision: D56452087
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D56452087

mbasmanova added a commit to mbasmanova/velox-1 that referenced this pull request Apr 23, 2024
Summary:

Benchmark used to fail because it didn't initialize memory manager.

Differential Revision: D56452087
Copy link
Contributor

@xiaoxmeng xiaoxmeng left a comment

Choose a reason for hiding this comment

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

@mbasmanova thanks!

mbasmanova added a commit to mbasmanova/velox-1 that referenced this pull request Apr 23, 2024
Summary:

Benchmark used to fail because it didn't initialize memory manager.

Reviewed By: xiaoxmeng

Differential Revision: D56452087
mbasmanova added a commit to mbasmanova/velox-1 that referenced this pull request Apr 23, 2024
Summary:

Benchmark used to fail because it didn't initialize memory manager.

Reviewed By: xiaoxmeng

Differential Revision: D56452087
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in fb9355d.

Copy link

Conbench analyzed the 1 benchmark run on commit fb9355d3.

There was 1 benchmark result indicating a performance regression:

The full Conbench report has more details.

Joe-Abraham pushed a commit to Joe-Abraham/velox that referenced this pull request Jun 7, 2024
Summary:
Pull Request resolved: facebookincubator#9574

Benchmark used to fail because it didn't initialize memory manager.

Reviewed By: xiaoxmeng

Differential Revision: D56452087

fbshipit-source-id: b564b457728b0efff49e2b72c3aed5aa99dedd1d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants