Skip to content

Conversation

paulorsousa
Copy link
Collaborator

This PR adds new benchmark tests specifically designed to evaluate Redis performance parsing large integer values (19-digit integers).

Changes

  • Added: memtier_benchmark-1Mkeys-load-set-intset-with-100-elements-19-digits.yml

    • Benchmark for loading 1M keys with sets containing 100 unique 19-digit integer elements
    • Uses SADD command with large integer values
  • Added: memtier_benchmark-1Mkeys-load-set-intset-with-100-elements-19-digits-pipeline-10.yml

    • Pipelined variant of the above test with pipeline=10

Technical Details

  • Target: Redis parsing large integers
  • Scale: 1M keys, 100 elements per set
  • Integer size: 19 digits (near the upper limit)
  • Commands tested: SADD

Add benchmark tests for loading 1M keys with sets containing 100
19-digit integer elements (including pipelined variant) for parsing
performance evaluation.
@fcostaoliveira fcostaoliveira merged commit f6c4fa6 into main Jun 27, 2025
7 checks passed
@fcostaoliveira fcostaoliveira deleted the intset-load-tests-with-19-digits branch June 27, 2025 16:47
@fcostaoliveira
Copy link
Collaborator

merged. thank you @paulorsousa !!

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