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

Expand benchmark for EncodeInt and DecodeInt #222

Closed
JyotinderSingh opened this issue Aug 3, 2024 · 3 comments
Closed

Expand benchmark for EncodeInt and DecodeInt #222

JyotinderSingh opened this issue Aug 3, 2024 · 3 comments

Comments

@JyotinderSingh
Copy link
Collaborator

The current benchmark for EncodeInt and DecodeInt only tests positive integers up to MaxInt64. We should expand the benchmarks to cover a wider range of scenarios, including negative numbers and very large numbers.
Tasks:

Create additional benchmark functions or modify the existing one to cover:

  • Negative numbers
  • Numbers close to INT64_MIN and INT64_MAX

Run benchmarks and analyze results to ensure performance is consistent across different input ranges

@Vsareen0
Copy link
Contributor

Vsareen0 commented Aug 3, 2024

Hey @JyotinderSingh let me handle #221 and this one.

@JyotinderSingh
Copy link
Collaborator Author

Hey @JyotinderSingh let me handle #221 and this one.

Sure, could you please comment on the other issue too (can't assign unless you have interacted with it)

@Vsareen0
Copy link
Contributor

Vsareen0 commented Aug 3, 2024

Sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants