redis-benchmarks-specification 0.1.217__tar.gz → 0.1.219__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of redis-benchmarks-specification might be problematic. Click here for more details.

Files changed (165) hide show
  1. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/PKG-INFO +1 -1
  2. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/pyproject.toml +1 -1
  3. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__cli__/cli.py +11 -5
  4. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__common__/builder_schema.py +4 -0
  5. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__compare__/args.py +14 -0
  6. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__compare__/compare.py +122 -22
  7. redis_benchmarks_specification-0.1.219/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-2-elements-geopos.yml +32 -0
  8. redis_benchmarks_specification-0.1.219/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-2-elements-geosearch-fromlonlat-withcoord.yml +33 -0
  9. redis_benchmarks_specification-0.1.219/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-sismember-is-a-member.yml +32 -0
  10. redis_benchmarks_specification-0.1.219/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-sismember-not-a-member.yml +32 -0
  11. redis_benchmarks_specification-0.1.219/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10M-elements-sismember-50pct-chance.yml +34 -0
  12. redis_benchmarks_specification-0.1.219/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1M-elements-sismember-50pct-chance.yml +34 -0
  13. redis_benchmarks_specification-0.1.219/redis_benchmarks_specification/test-suites/memtier_benchmark-connection-hello.yml +22 -0
  14. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/LICENSE +0 -0
  15. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/Readme.md +0 -0
  16. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__api__/Readme.md +0 -0
  17. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__api__/__init__.py +0 -0
  18. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__api__/api.py +0 -0
  19. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__api__/app.py +0 -0
  20. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__builder__/Readme.md +0 -0
  21. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__builder__/__init__.py +0 -0
  22. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__builder__/builder.py +0 -0
  23. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__builder__/schema.py +0 -0
  24. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__cli__/__init__.py +0 -0
  25. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__cli__/args.py +0 -0
  26. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__cli__/stats.py +0 -0
  27. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__common__/__init__.py +0 -0
  28. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__common__/env.py +0 -0
  29. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__common__/github.py +0 -0
  30. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__common__/package.py +0 -0
  31. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__common__/runner.py +0 -0
  32. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__common__/spec.py +0 -0
  33. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__common__/timeseries.py +0 -0
  34. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__compare__/__init__.py +0 -0
  35. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__init__.py +0 -0
  36. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__runner__/__init__.py +0 -0
  37. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__runner__/args.py +0 -0
  38. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__runner__/runner.py +0 -0
  39. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__self_contained_coordinator__/__init__.py +0 -0
  40. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__self_contained_coordinator__/args.py +0 -0
  41. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__self_contained_coordinator__/artifacts.py +0 -0
  42. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__self_contained_coordinator__/build_info.py +0 -0
  43. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__self_contained_coordinator__/clients.py +0 -0
  44. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__self_contained_coordinator__/cpuset.py +0 -0
  45. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__self_contained_coordinator__/docker.py +0 -0
  46. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__self_contained_coordinator__/prepopulation.py +0 -0
  47. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__self_contained_coordinator__/runners.py +0 -0
  48. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py +0 -0
  49. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__setups__/__init__.py +0 -0
  50. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__setups__/topologies.py +0 -0
  51. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__spec__/__init__.py +0 -0
  52. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__spec__/args.py +0 -0
  53. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__spec__/cli.py +0 -0
  54. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__watchdog__/__init__.py +0 -0
  55. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__watchdog__/args.py +0 -0
  56. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/__watchdog__/watchdog.py +0 -0
  57. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/commands/__init__.py +0 -0
  58. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/commands/commands.py +0 -0
  59. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/setups/builders/gcc:8.5.0-amd64-debian-buster-default.yml +0 -0
  60. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/setups/builders/gcc:8.5.0-arm64-debian-buster-default.yml +0 -0
  61. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/setups/platforms/aws-ec2-1node-c5.4xlarge.yml +0 -0
  62. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/setups/topologies/topologies.yml +0 -0
  63. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/defaults.yml +0 -0
  64. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/generate.py +0 -0
  65. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-1000B-values-pipeline-10.yml +0 -0
  66. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-1000B-values.yml +0 -0
  67. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-100B-values-pipeline-10.yml +0 -0
  68. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-100B-values.yml +0 -0
  69. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-10B-values-pipeline-10.yml +0 -0
  70. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-10B-values.yml +0 -0
  71. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-100B-expire-use-case.yml +0 -0
  72. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-expire-use-case.yml +0 -0
  73. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-1KiB-expire-use-case.yml +0 -0
  74. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-4KiB-expire-use-case.yml +0 -0
  75. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-bitmap-getbit-pipeline-10.yml +0 -0
  76. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-exists-pipeline-10.yml +0 -0
  77. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-expire-pipeline-10.yml +0 -0
  78. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-expireat-pipeline-10.yml +0 -0
  79. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-pexpire-pipeline-10.yml +0 -0
  80. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-pipeline-10.yml +0 -0
  81. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-touch-pipeline-10.yml +0 -0
  82. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-ttl-pipeline-10.yml +0 -0
  83. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hexists.yml +0 -0
  84. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hget-hgetall-hkeys-hvals-with-100B-values.yml +0 -0
  85. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hincrby.yml +0 -0
  86. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hmget-5-fields-with-100B-values-pipeline-10.yml +0 -0
  87. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-transactions-multi-exec-pipeline-20.yml +0 -0
  88. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-100B-values.yml +0 -0
  89. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-10B-values.yml +0 -0
  90. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-1KiB-values.yml +0 -0
  91. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-hash-5-fields-with-1000B-values-pipeline-10.yml +0 -0
  92. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-hash-5-fields-with-1000B-values.yml +0 -0
  93. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-hash-hmset-5-fields-with-1000B-values.yml +0 -0
  94. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-100B-values.yml +0 -0
  95. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-10B-values.yml +0 -0
  96. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-1KiB-values.yml +0 -0
  97. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-1-fields-with-100B-values-pipeline-10.yml +0 -0
  98. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-1-fields-with-100B-values.yml +0 -0
  99. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-5-fields-with-100B-values-pipeline-10.yml +0 -0
  100. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-5-fields-with-100B-values.yml +0 -0
  101. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-100B-values-pipeline-10.yml +0 -0
  102. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-100B-values.yml +0 -0
  103. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-10.yml +0 -0
  104. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values.yml +0 -0
  105. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-1KiB-values.yml +0 -0
  106. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-200KiB-values.yml +0 -0
  107. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-20KiB-values.yml +0 -0
  108. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-2MB-values.yml +0 -0
  109. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-zset-with-10-elements-double-score.yml +0 -0
  110. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-zset-with-10-elements-int-score.yml +0 -0
  111. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-decr.yml +0 -0
  112. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-100B-pipeline-10.yml +0 -0
  113. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-100B.yml +0 -0
  114. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-10.yml +0 -0
  115. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B.yml +0 -0
  116. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-1KiB-pipeline-10.yml +0 -0
  117. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-1KiB.yml +0 -0
  118. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-200KiB.yml +0 -0
  119. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-20KiB.yml +0 -0
  120. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-2MB.yml +0 -0
  121. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mget-1KiB.yml +0 -0
  122. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geodist-pipeline-10.yml +0 -0
  123. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geodist.yml +0 -0
  124. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geohash-pipeline-10.yml +0 -0
  125. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geohash.yml +0 -0
  126. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geopos-pipeline-10.yml +0 -0
  127. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geopos.yml +0 -0
  128. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat-bybox.yml +0 -0
  129. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat-pipeline-10.yml +0 -0
  130. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat.yml +0 -0
  131. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10-elements-lrange-all-elements.yml +0 -0
  132. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-lrange-all-elements.yml +0 -0
  133. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-1K-elements-lrange-all-elements.yml +0 -0
  134. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-pfadd-4KB-values-pipeline-10.yml +0 -0
  135. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10-elements-smembers-pipeline-10.yml +0 -0
  136. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10-elements-smembers.yml +0 -0
  137. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10-elements-smismember.yml +0 -0
  138. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-smembers.yml +0 -0
  139. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-smismember.yml +0 -0
  140. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1K-elements-smembers.yml +0 -0
  141. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-200K-elements-sadd-constant.yml +0 -0
  142. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-2M-elements-sadd-increasing.yml +0 -0
  143. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zincrby-1M-elements-pipeline-1.yml +0 -0
  144. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrank-1M-elements-pipeline-1.yml +0 -0
  145. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrem-5M-elements-pipeline-1.yml +0 -0
  146. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrevrangebyscore-256K-elements-pipeline-1.yml +0 -0
  147. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrevrank-1M-elements-pipeline-1.yml +0 -0
  148. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-10-elements-zrange-all-elements-long-scores.yml +0 -0
  149. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-10-elements-zrange-all-elements.yml +0 -0
  150. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zrange-all-elements.yml +0 -0
  151. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zrangebyscore-all-elements-long-scores.yml +0 -0
  152. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zrangebyscore-all-elements.yml +0 -0
  153. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1K-elements-zrange-all-elements.yml +0 -0
  154. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zcard-pipeline-10.yml +0 -0
  155. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zrevrange-5-elements.yml +0 -0
  156. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zscore-pipeline-10.yml +0 -0
  157. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-lua-eval-hset-expire.yml +0 -0
  158. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-lua-evalsha-hset-expire.yml +0 -0
  159. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-elements-sdiff.yml +0 -0
  160. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-elements-sinter.yml +0 -0
  161. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-elements-sunion.yml +0 -0
  162. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-stream-5-entries-xread-all-entries-pipeline-10.yml +0 -0
  163. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-stream-5-entries-xread-all-entries.yml +0 -0
  164. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-load-string-with-512B-values.yml +0 -0
  165. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.219}/redis_benchmarks_specification/test-suites/template.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: redis-benchmarks-specification
3
- Version: 0.1.217
3
+ Version: 0.1.219
4
4
  Summary: The Redis benchmarks specification describes the cross-language/tools requirements and expectations to foster performance and observability standards around redis related technologies. Members from both industry and academia, including organizations and individuals are encouraged to contribute.
5
5
  Author: filipecosta90
6
6
  Author-email: filipecosta.90@gmail.com
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "redis-benchmarks-specification"
3
- version = "0.1.217"
3
+ version = "0.1.219"
4
4
  description = "The Redis benchmarks specification describes the cross-language/tools requirements and expectations to foster performance and observability standards around redis related technologies. Members from both industry and academia, including organizations and individuals are encouraged to contribute."
5
5
  authors = ["filipecosta90 <filipecosta.90@gmail.com>","Redis Performance Group <performance@redis.com>"]
6
6
  readme = "Readme.md"
@@ -351,16 +351,22 @@ def trigger_tests_cli_command_logic(args, project_name, project_version):
351
351
  hash_regexp
352
352
  )
353
353
  )
354
+ enable_hash_filtering = False
355
+ hash_filters = []
356
+ if args.git_hash != "":
357
+ enable_hash_filtering = True
358
+ hash_filters = args.git_hash.split(",")
359
+ logging.info(
360
+ f"There is a total of {len(hash_filters)} commit hash fitlers: {hash_filters}"
361
+ )
354
362
  hash_regexp_string = re.compile(hash_regexp)
355
363
  filtered_hash_commits = []
356
364
  for cdict in commits:
357
365
  commit_hash = cdict["git_hash"]
358
- if args.git_hash != "":
359
- if args.git_hash != commit_hash:
366
+ if enable_hash_filtering:
367
+ if commit_hash not in hash_filters:
360
368
  logging.info(
361
- "Skipping {} given it does not match commit hash {}".format(
362
- commit_hash, args.git_hash
363
- )
369
+ f"Skipping {commit_hash} given it does not match any commit hash in {hash_filters}"
364
370
  )
365
371
  continue
366
372
  commit_summary = cdict["commit_summary"]
@@ -174,6 +174,10 @@ def get_branch_version_from_test_details(testDetails):
174
174
  git_branch = git_branch.decode()
175
175
  if git_branch.startswith("/refs/heads/"):
176
176
  git_branch = git_branch.replace("/refs/heads/", "")
177
+ if git_branch.startswith("refs/heads/"):
178
+ git_branch = git_branch.replace("refs/heads/", "")
179
+ if git_branch.startswith("/"):
180
+ git_branch = git_branch[1:]
177
181
  if git_version is not None:
178
182
  if type(git_version) == bytes:
179
183
  git_version = git_version.decode()
@@ -92,14 +92,28 @@ def create_compare_arguments(parser):
92
92
  )
93
93
  parser.add_argument("--baseline-branch", type=str, default=None, required=False)
94
94
  parser.add_argument("--baseline-tag", type=str, default=None, required=False)
95
+ parser.add_argument("--baseline-hash", type=str, default=None, required=False)
95
96
  parser.add_argument(
96
97
  "--baseline-target-version", type=str, default=None, required=False
97
98
  )
99
+ parser.add_argument(
100
+ "--baseline-target-branch", type=str, default=None, required=False
101
+ )
98
102
  parser.add_argument("--comparison-branch", type=str, default=None, required=False)
103
+ parser.add_argument(
104
+ "--baseline-github-repo", type=str, default="redis", required=False
105
+ )
106
+ parser.add_argument(
107
+ "--comparison-github-repo", type=str, default="redis", required=False
108
+ )
99
109
  parser.add_argument("--comparison-tag", type=str, default=None, required=False)
110
+ parser.add_argument("--comparison-hash", type=str, default=None, required=False)
100
111
  parser.add_argument(
101
112
  "--comparison-target-version", type=str, default=None, required=False
102
113
  )
114
+ parser.add_argument(
115
+ "--comparison-target-branch", type=str, default=None, required=False
116
+ )
103
117
  parser.add_argument("--print-regressions-only", type=bool, default=False)
104
118
  parser.add_argument("--print-improvements-only", type=bool, default=False)
105
119
  parser.add_argument("--skip-unstable", type=bool, default=False)
@@ -203,6 +203,8 @@ def compare_command_logic(args, project_name, project_version):
203
203
  )
204
204
  )
205
205
  baseline_branch = default_baseline_branch
206
+ if baseline_branch == "":
207
+ baseline_branch = None
206
208
  comparison_branch = args.comparison_branch
207
209
  simplify_table = args.simple_table
208
210
  print_regressions_only = args.print_regressions_only
@@ -250,6 +252,12 @@ def compare_command_logic(args, project_name, project_version):
250
252
  running_platform = args.running_platform
251
253
  baseline_target_version = args.baseline_target_version
252
254
  comparison_target_version = args.comparison_target_version
255
+ baseline_target_branch = args.baseline_target_branch
256
+ comparison_target_branch = args.comparison_target_branch
257
+ baseline_github_repo = args.baseline_github_repo
258
+ comparison_github_repo = args.comparison_github_repo
259
+ baseline_hash = args.baseline_hash
260
+ comparison_hash = args.comparison_hash
253
261
 
254
262
  if running_platform is not None:
255
263
  logging.info(
@@ -310,6 +318,12 @@ def compare_command_logic(args, project_name, project_version):
310
318
  running_platform,
311
319
  baseline_target_version,
312
320
  comparison_target_version,
321
+ baseline_hash,
322
+ comparison_hash,
323
+ baseline_github_repo,
324
+ comparison_github_repo,
325
+ baseline_target_branch,
326
+ comparison_target_branch,
313
327
  )
314
328
  prepare_regression_comment(
315
329
  auto_approve,
@@ -535,6 +549,12 @@ def compute_regression_table(
535
549
  running_platform=None,
536
550
  baseline_target_version=None,
537
551
  comparison_target_version=None,
552
+ comparison_hash=None,
553
+ baseline_hash=None,
554
+ baseline_github_repo="redis",
555
+ comparison_github_repo="redis",
556
+ baseline_target_branch=None,
557
+ comparison_target_branch=None,
538
558
  ):
539
559
  START_TIME_NOW_UTC, _, _ = get_start_time_vars()
540
560
  START_TIME_LAST_MONTH_UTC = START_TIME_NOW_UTC - datetime.timedelta(days=31)
@@ -560,6 +580,10 @@ def compute_regression_table(
560
580
  comparison_tag,
561
581
  baseline_target_version,
562
582
  comparison_target_version,
583
+ comparison_hash,
584
+ baseline_hash,
585
+ baseline_target_branch,
586
+ comparison_target_branch,
563
587
  )
564
588
  logging.info(f"Using baseline filter {by_str_baseline}={baseline_str}")
565
589
  logging.info(f"Using comparison filter {by_str_comparison}={comparison_str}")
@@ -605,6 +629,8 @@ def compute_regression_table(
605
629
  total_stable,
606
630
  total_unstable,
607
631
  total_comparison_points,
632
+ regressions_list,
633
+ improvements_list,
608
634
  ) = from_rts_to_regression_table(
609
635
  baseline_deployment_name,
610
636
  comparison_deployment_name,
@@ -629,6 +655,8 @@ def compute_regression_table(
629
655
  tf_triggering_env,
630
656
  verbose,
631
657
  running_platform,
658
+ baseline_github_repo,
659
+ comparison_github_repo,
632
660
  )
633
661
  logging.info(
634
662
  "Printing differential analysis between {} and {}".format(
@@ -661,6 +689,8 @@ def compute_regression_table(
661
689
  writer_regressions.dump(mystdout, False)
662
690
  table_output += mystdout.getvalue()
663
691
  table_output += "\n\n"
692
+ test_names_str = "|".join(regressions_list)
693
+ table_output += f"Regressions test regexp names: {test_names_str}\n\n"
664
694
  mystdout.close()
665
695
  sys.stdout = old_stdout
666
696
 
@@ -682,6 +712,8 @@ def compute_regression_table(
682
712
  writer_regressions.dump(mystdout, False)
683
713
  table_output += mystdout.getvalue()
684
714
  table_output += "\n\n"
715
+ test_names_str = "|".join(improvements_list)
716
+ table_output += f"Improvements test regexp names: {test_names_str}\n\n"
685
717
  mystdout.close()
686
718
  sys.stdout = old_stdout
687
719
 
@@ -717,6 +749,11 @@ def compute_regression_table(
717
749
  )
718
750
 
719
751
 
752
+ def get_by_error(name, by_str_arr):
753
+ by_string = ",".join(by_str_arr)
754
+ return f"--{name}-branch, --{name}-tag, --{name}-target-branch, --{name}-hash, and --{name}-target-version are mutually exclusive. You selected a total of {len(by_str_arr)}: {by_string}. Pick one..."
755
+
756
+
720
757
  def get_by_strings(
721
758
  baseline_branch,
722
759
  comparison_branch,
@@ -724,6 +761,10 @@ def get_by_strings(
724
761
  comparison_tag,
725
762
  baseline_target_version=None,
726
763
  comparison_target_version=None,
764
+ baseline_hash=None,
765
+ comparison_hash=None,
766
+ baseline_target_branch=None,
767
+ comparison_target_branch=None,
727
768
  ):
728
769
  baseline_covered = False
729
770
  comparison_covered = False
@@ -731,40 +772,64 @@ def get_by_strings(
731
772
  by_str_comparison = ""
732
773
  baseline_str = ""
733
774
  comparison_str = ""
775
+ baseline_by_arr = []
776
+ comparison_by_arr = []
777
+
778
+ ################# BASELINE BY ....
779
+
734
780
  if baseline_branch is not None:
735
- baseline_covered = True
736
781
  by_str_baseline = "branch"
782
+ baseline_covered = True
737
783
  baseline_str = baseline_branch
738
- if comparison_branch is not None:
739
- comparison_covered = True
740
- by_str_comparison = "branch"
741
- comparison_str = comparison_branch
784
+ baseline_by_arr.append(by_str_baseline)
742
785
 
743
786
  if baseline_tag is not None:
744
- if comparison_covered:
745
- logging.error(
746
- "--baseline-branch and --baseline-tag are mutually exclusive. Pick one..."
747
- )
787
+ by_str_baseline = "version"
788
+ if baseline_covered:
789
+ baseline_by_arr.append(by_str_baseline)
790
+ logging.error(get_by_error("baseline", baseline_by_arr))
748
791
  exit(1)
749
792
  baseline_covered = True
750
- by_str_baseline = "version"
751
793
  baseline_str = baseline_tag
752
794
 
753
795
  if baseline_target_version is not None:
754
- if comparison_covered:
755
- logging.error(
756
- "--baseline-branch, --baseline-tag and --baseline-target-version are mutually exclusive. Pick one..."
757
- )
796
+ by_str_baseline = "target+version"
797
+ if baseline_covered:
798
+ baseline_by_arr.append(by_str_baseline)
799
+ logging.error(get_by_error("baseline", baseline_by_arr))
758
800
  exit(1)
759
801
  baseline_covered = True
760
- by_str_baseline = "target+version"
761
802
  baseline_str = baseline_target_version
762
803
 
804
+ if baseline_hash is not None:
805
+ by_str_baseline = "hash"
806
+ if baseline_covered:
807
+ baseline_by_arr.append(by_str_baseline)
808
+ logging.error(get_by_error("baseline", baseline_by_arr))
809
+ exit(1)
810
+ baseline_covered = True
811
+ baseline_str = baseline_hash
812
+ if baseline_target_branch is not None:
813
+ by_str_baseline = "target+branch"
814
+ if baseline_covered:
815
+ baseline_by_arr.append(by_str_baseline)
816
+ logging.error(get_by_error("baseline", baseline_by_arr))
817
+ exit(1)
818
+ baseline_covered = True
819
+ baseline_str = baseline_target_branch
820
+
821
+ ################# COMPARISON BY ....
822
+
823
+ if comparison_branch is not None:
824
+ by_str_comparison = "branch"
825
+ comparison_covered = True
826
+ comparison_str = comparison_branch
827
+
763
828
  if comparison_tag is not None:
764
829
  # check if we had already covered comparison
765
830
  if comparison_covered:
766
831
  logging.error(
767
- "--comparison-branch and --comparison-tag are mutually exclusive. Pick one..."
832
+ "--comparison-branch and --comparison-tag, --comparison-hash, --comparison-target-branch, and --comparison-target-table are mutually exclusive. Pick one..."
768
833
  )
769
834
  exit(1)
770
835
  comparison_covered = True
@@ -774,23 +839,45 @@ def get_by_strings(
774
839
  # check if we had already covered comparison
775
840
  if comparison_covered:
776
841
  logging.error(
777
- "--comparison-branch, --comparison-tag, and --comparison-target-table are mutually exclusive. Pick one..."
842
+ "--comparison-branch, --comparison-tag, --comparison-hash, --comparison-target-branch, and --comparison-target-table are mutually exclusive. Pick one..."
778
843
  )
779
844
  exit(1)
780
845
  comparison_covered = True
781
846
  by_str_comparison = "target+version"
782
847
  comparison_str = comparison_target_version
783
848
 
849
+ if comparison_target_branch is not None:
850
+ # check if we had already covered comparison
851
+ if comparison_covered:
852
+ logging.error(
853
+ "--comparison-branch, --comparison-tag, --comparison-hash, --comparison-target-branch, and --comparison-target-table are mutually exclusive. Pick one..."
854
+ )
855
+ exit(1)
856
+ comparison_covered = True
857
+ by_str_comparison = "target+branch"
858
+ comparison_str = comparison_target_branch
859
+
860
+ if comparison_hash is not None:
861
+ # check if we had already covered comparison
862
+ if comparison_covered:
863
+ logging.error(
864
+ "--comparison-branch, --comparison-tag, --comparison-hash, --comparison-target-branch, and --comparison-target-table are mutually exclusive. Pick one..."
865
+ )
866
+ exit(1)
867
+ comparison_covered = True
868
+ by_str_comparison = "hash"
869
+ comparison_str = comparison_hash
870
+
784
871
  if baseline_covered is False:
785
872
  logging.error(
786
873
  "You need to provider either "
787
- + "( --baseline-branch, --baseline-tag, or --baseline-target-version ) "
874
+ + "( --baseline-branch, --baseline-tag, --baseline-hash, --baseline-target-branch or --baseline-target-version ) "
788
875
  )
789
876
  exit(1)
790
877
  if comparison_covered is False:
791
878
  logging.error(
792
879
  "You need to provider either "
793
- + "( --comparison-branch, --comparison-tag, or --comparison-target-version ) "
880
+ + "( --comparison-branch, --comparison-tag, --comparison-hash, --comparison-target-branch or --comparison-target-version ) "
794
881
  )
795
882
  exit(1)
796
883
  return baseline_str, by_str_baseline, comparison_str, by_str_comparison
@@ -820,6 +907,8 @@ def from_rts_to_regression_table(
820
907
  tf_triggering_env,
821
908
  verbose,
822
909
  running_platform=None,
910
+ baseline_github_repo="redis",
911
+ comparison_github_repo="redis",
823
912
  ):
824
913
  print_all = print_regressions_only is False and print_improvements_only is False
825
914
  table_full = []
@@ -835,6 +924,8 @@ def from_rts_to_regression_table(
835
924
  total_comparison_points = 0
836
925
  noise_waterline = 3
837
926
  progress = tqdm(unit="benchmark time-series", total=len(test_names))
927
+ regressions_list = []
928
+ improvements_list = []
838
929
  for test_name in test_names:
839
930
  compare_version = "v0.1.208"
840
931
  github_link = "https://github.com/redis/redis-benchmarks-specification/blob"
@@ -848,6 +939,7 @@ def from_rts_to_regression_table(
848
939
  "metric={}".format(metric_name),
849
940
  "{}={}".format(test_filter, test_name),
850
941
  "deployment_name={}".format(baseline_deployment_name),
942
+ "github_repo={}".format(baseline_github_repo),
851
943
  "triggering_env={}".format(tf_triggering_env),
852
944
  ]
853
945
  if running_platform is not None:
@@ -855,11 +947,15 @@ def from_rts_to_regression_table(
855
947
  filters_comparison = [
856
948
  "{}={}".format(by_str_comparison, comparison_str),
857
949
  "metric={}".format(metric_name),
858
- "hash==",
859
950
  "{}={}".format(test_filter, test_name),
860
951
  "deployment_name={}".format(comparison_deployment_name),
952
+ "github_repo={}".format(comparison_github_repo),
861
953
  "triggering_env={}".format(tf_triggering_env),
862
954
  ]
955
+ if "hash" not in by_str_baseline:
956
+ filters_baseline.append("hash==")
957
+ if "hash" not in by_str_comparison:
958
+ filters_comparison.append("hash==")
863
959
  if running_platform is not None:
864
960
  filters_comparison.append("running_platform={}".format(running_platform))
865
961
  baseline_timeseries = rts.ts().queryindex(filters_baseline)
@@ -1037,9 +1133,11 @@ def from_rts_to_regression_table(
1037
1133
  test_link,
1038
1134
  )
1039
1135
  if detected_regression:
1136
+ regressions_list.append(test_name)
1040
1137
  table_regressions.append(line)
1041
1138
 
1042
1139
  if detected_improvement:
1140
+ improvements_list.append(test_name)
1043
1141
  table_improvements.append(line)
1044
1142
 
1045
1143
  if unstable:
@@ -1072,6 +1170,8 @@ def from_rts_to_regression_table(
1072
1170
  total_stable,
1073
1171
  total_unstable,
1074
1172
  total_comparison_points,
1173
+ regressions_list,
1174
+ improvements_list,
1075
1175
  )
1076
1176
 
1077
1177
 
@@ -1194,9 +1294,9 @@ def get_v_pct_change_and_largest_var(
1194
1294
  if last_n < 0 or (last_n > 0 and len(comparison_values) < last_n):
1195
1295
  comparison_values.append(tuple[1])
1196
1296
  comparison_df = pd.DataFrame(comparison_values)
1197
- comparison_median = float(comparison_df.median())
1297
+ comparison_median = float(comparison_df.median().iloc[0])
1198
1298
  comparison_v = comparison_median
1199
- comparison_std = float(comparison_df.std())
1299
+ comparison_std = float(comparison_df.std().iloc[0])
1200
1300
  if verbose:
1201
1301
  logging.info(
1202
1302
  "comparison_datapoints: {} value: {}; std-dev: {}; median: {}".format(
@@ -0,0 +1,32 @@
1
+ version: 0.4
2
+ name: memtier_benchmark-1key-geo-2-elements-geopos
3
+ description: 'Runs memtier_benchmark, for a keyspace length of 1 GEO key. The GEO key contains 2 elements and comes from the example of https://redis.io/docs/latest/commands/geopos, and we query it using GEOPOS command.'
4
+ dbconfig:
5
+ configuration-parameters:
6
+ save: '""'
7
+ check:
8
+ keyspacelen: 1
9
+ resources:
10
+ requests:
11
+ memory: 1g
12
+ init_commands:
13
+ - '"GEOADD" "Sicily" "13.361389" "38.115556" "Palermo" "15.087269" "37.502669" "Catania"'
14
+ tested-groups:
15
+ - geo
16
+ tested-commands:
17
+ - geopos
18
+ redis-topologies:
19
+ - oss-standalone
20
+ build-variants:
21
+ - gcc:8.5.0-amd64-debian-buster-default
22
+ - dockerhub
23
+ clientconfig:
24
+ run_image: redislabs/memtier_benchmark:edge
25
+ tool: memtier_benchmark
26
+ arguments: -c 50 -t 4 --command="GEOPOS Sicily Palermo Catania" --hide-histogram --test-time 120
27
+ resources:
28
+ requests:
29
+ cpus: '4'
30
+ memory: 2g
31
+
32
+ priority: 138
@@ -0,0 +1,33 @@
1
+ version: 0.4
2
+ name: memtier_benchmark-1key-geo-2-elements-geosearch-fromlonlat-withcoord
3
+ description: 'Runs memtier_benchmark, for a keyspace length of 1 GEO key. The GEO key contains 2 elements and comes from the example of https://redis.io/docs/latest/commands/geosearch, and we query it using GEOSEARCH command.'
4
+ dbconfig:
5
+ configuration-parameters:
6
+ save: '""'
7
+ check:
8
+ keyspacelen: 1
9
+ resources:
10
+ requests:
11
+ memory: 1g
12
+ init_commands:
13
+ - '"GEOADD" "Sicily" "13.361389" "38.115556" "Palermo" "15.087269" "37.502669" "Catania"'
14
+ - '"GEOADD" "Sicily" "12.758489" "38.788135" "edge1" "17.241510" "38.788135" "edge2"'
15
+ tested-groups:
16
+ - geo
17
+ tested-commands:
18
+ - geosearch
19
+ redis-topologies:
20
+ - oss-standalone
21
+ build-variants:
22
+ - gcc:8.5.0-amd64-debian-buster-default
23
+ - dockerhub
24
+ clientconfig:
25
+ run_image: redislabs/memtier_benchmark:edge
26
+ tool: memtier_benchmark
27
+ arguments: -c 50 -t 4 --command="GEOSEARCH Sicily FROMLONLAT 15 37 BYBOX 400 400 km ASC WITHCOORD WITHDIST" --hide-histogram --test-time 120
28
+ resources:
29
+ requests:
30
+ cpus: '4'
31
+ memory: 2g
32
+
33
+ priority: 138
@@ -0,0 +1,32 @@
1
+ version: 0.4
2
+ name: memtier_benchmark-1key-set-100-elements-sismember-is-a-member
3
+ description: 'Runs memtier_benchmark, for a keyspace length of 1 SET key. The SET contains 100 elements in it and we query it using SISMEMBER in which the value is a member. '
4
+ dbconfig:
5
+ configuration-parameters:
6
+ save: '""'
7
+ check:
8
+ keyspacelen: 1
9
+ resources:
10
+ requests:
11
+ memory: 1g
12
+ init_commands:
13
+ - '"SADD" "set:100" "vyoomgwuzv" "xamjodnbpf" "ewomnmugfa" "ljcgdooafo" "pcxdhdjwnf" "djetcyfxuc" "licotqplim" "alqlzsvuuz" "ijsmoyesvd" "whmotknaff" "rkaznetutk" "ksqpdywgdd" "gorgpnnqwr" "gekntrykfh" "rjkknoigmu" "luemuetmia" "gxephxbdru" "ncjfckgkcl" "hhjclfbbka" "cgoeihlnei" "zwnitejtpg" "upodnpqenn" "mibvtmqxcy" "htvbwmfyic" "rqvryfvlie" "nxcdcaqgit" "gfdqdrondm" "lysbgqqfqw" "nxzsnkmxvi" "nsxaigrnje" "cwaveajmcz" "xsepfhdizi" "owtkxlzaci" "agsdggdghc" "tcjvjofxtd" "kgqrovsxce" "ouuybhtvyb" "ueyrvldzwl" "vpbkvwgxsf" "pytrnqdhvs" "qbiwbqiubb" "ssjqrsluod" "urvgxwbiiz" "ujrxcmpvsq" "mtccjerdon" "xczfmrxrja" "imyizmhzjk" "oguwnmniig" "mxwgdcutnb" "pqyurbvifk" "ccagtnjilc" "mbxohpancs" "lgrkndhekf" "eqlgkwosie" "jxoxtnzujs" "lbtpbknelm" "ichqzmiyot" "mbgehjiauu" "aovfsvbwjg" "nmgxcctxpn" "vyqqkuszzh" "rojeolnopp" "ibhohmfxzt" "qbyhorvill" "nhfnbxqgol" "wkbasfyzqz" "mjjuylgssm" "imdqxmkzdj" "oapbvnisyq" "bqntlsaqjb" "ocrcszcznp" "hhniikmtsx" "hlpdstpvzw" "wqiwdbncmt" "vymjzlzqcn" "hhjchwjlmc" "ypfeltycpy" "qjyeqcfhjj" "uapsgmizgh" "owbbdezgxn" "qrosceblyo" "sahqeskveq" "dapacykoah" "wvcnqbvlnf" "perfwnpvkl" "ulbrotlhze" "fhuvzpxjbc" "holjcdpijr" "onzjrteqmu" "pquewclxuy" "vpmpffdoqz" "eouliovvra" "vxcbagyymm" "jekkafodvk" "ypekeuutef" "dlbqcynhrn" "erxulvebrj" "qwxrsgafzy" "dlsjwmqzhx" "exvhmqxvvp"'
14
+ tested-groups:
15
+ - set
16
+ tested-commands:
17
+ - sismember
18
+ redis-topologies:
19
+ - oss-standalone
20
+ build-variants:
21
+ - gcc:8.5.0-amd64-debian-buster-default
22
+ - dockerhub
23
+ clientconfig:
24
+ run_image: redislabs/memtier_benchmark:edge
25
+ tool: memtier_benchmark
26
+ arguments: --command="SISMEMBER set:100 lysbgqqfqw" --hide-histogram --test-time 180
27
+ resources:
28
+ requests:
29
+ cpus: '4'
30
+ memory: 2g
31
+
32
+ priority: 1
@@ -0,0 +1,32 @@
1
+ version: 0.4
2
+ name: memtier_benchmark-1key-set-100-elements-sismember-not-a-member
3
+ description: 'Runs memtier_benchmark, for a keyspace length of 1 SET key. The SET contains 100 elements in it and we query it using SISMEMBER in which the value is not a member. '
4
+ dbconfig:
5
+ configuration-parameters:
6
+ save: '""'
7
+ check:
8
+ keyspacelen: 1
9
+ resources:
10
+ requests:
11
+ memory: 1g
12
+ init_commands:
13
+ - '"SADD" "set:100" "vyoomgwuzv" "xamjodnbpf" "ewomnmugfa" "ljcgdooafo" "pcxdhdjwnf" "djetcyfxuc" "licotqplim" "alqlzsvuuz" "ijsmoyesvd" "whmotknaff" "rkaznetutk" "ksqpdywgdd" "gorgpnnqwr" "gekntrykfh" "rjkknoigmu" "luemuetmia" "gxephxbdru" "ncjfckgkcl" "hhjclfbbka" "cgoeihlnei" "zwnitejtpg" "upodnpqenn" "mibvtmqxcy" "htvbwmfyic" "rqvryfvlie" "nxcdcaqgit" "gfdqdrondm" "lysbgqqfqw" "nxzsnkmxvi" "nsxaigrnje" "cwaveajmcz" "xsepfhdizi" "owtkxlzaci" "agsdggdghc" "tcjvjofxtd" "kgqrovsxce" "ouuybhtvyb" "ueyrvldzwl" "vpbkvwgxsf" "pytrnqdhvs" "qbiwbqiubb" "ssjqrsluod" "urvgxwbiiz" "ujrxcmpvsq" "mtccjerdon" "xczfmrxrja" "imyizmhzjk" "oguwnmniig" "mxwgdcutnb" "pqyurbvifk" "ccagtnjilc" "mbxohpancs" "lgrkndhekf" "eqlgkwosie" "jxoxtnzujs" "lbtpbknelm" "ichqzmiyot" "mbgehjiauu" "aovfsvbwjg" "nmgxcctxpn" "vyqqkuszzh" "rojeolnopp" "ibhohmfxzt" "qbyhorvill" "nhfnbxqgol" "wkbasfyzqz" "mjjuylgssm" "imdqxmkzdj" "oapbvnisyq" "bqntlsaqjb" "ocrcszcznp" "hhniikmtsx" "hlpdstpvzw" "wqiwdbncmt" "vymjzlzqcn" "hhjchwjlmc" "ypfeltycpy" "qjyeqcfhjj" "uapsgmizgh" "owbbdezgxn" "qrosceblyo" "sahqeskveq" "dapacykoah" "wvcnqbvlnf" "perfwnpvkl" "ulbrotlhze" "fhuvzpxjbc" "holjcdpijr" "onzjrteqmu" "pquewclxuy" "vpmpffdoqz" "eouliovvra" "vxcbagyymm" "jekkafodvk" "ypekeuutef" "dlbqcynhrn" "erxulvebrj" "qwxrsgafzy" "dlsjwmqzhx" "exvhmqxvvp"'
14
+ tested-groups:
15
+ - set
16
+ tested-commands:
17
+ - sismember
18
+ redis-topologies:
19
+ - oss-standalone
20
+ build-variants:
21
+ - gcc:8.5.0-amd64-debian-buster-default
22
+ - dockerhub
23
+ clientconfig:
24
+ run_image: redislabs/memtier_benchmark:edge
25
+ tool: memtier_benchmark
26
+ arguments: --command="SISMEMBER set:100 not-a-member" --hide-histogram --test-time 180
27
+ resources:
28
+ requests:
29
+ cpus: '4'
30
+ memory: 2g
31
+
32
+ priority: 1
@@ -0,0 +1,34 @@
1
+ version: 0.4
2
+ name: memtier_benchmark-1key-set-10M-elements-sismember-50pct-chance
3
+ description: 'Runs memtier_benchmark, for a keyspace length of 1 SET key with 10M elements. We query it using SISMEMBER in which the value has 50% change of being member. '
4
+ dbconfig:
5
+ configuration-parameters:
6
+ save: '""'
7
+ check:
8
+ keyspacelen: 1
9
+ resources:
10
+ requests:
11
+ memory: 1g
12
+ preload_tool:
13
+ run_image: redislabs/memtier_benchmark:edge
14
+ tool: memtier_benchmark
15
+ arguments: --command="SADD set:10M:elements __key__" --command-key-pattern=P --key-maximum 10000000 --key-prefix "" -n 10000000 --hide-histogram -t 1 -c 1
16
+ tested-groups:
17
+ - set
18
+ tested-commands:
19
+ - sadd
20
+ - sismember
21
+ redis-topologies:
22
+ - oss-standalone
23
+ build-variants:
24
+ - gcc:8.5.0-amd64-debian-buster-default
25
+ - dockerhub
26
+ clientconfig:
27
+ run_image: redislabs/memtier_benchmark:edge
28
+ tool: memtier_benchmark
29
+ arguments: --command="SISMEMBER set:10M:elements __key__" --key-maximum 20000000 --key-prefix "" --hide-histogram --test-time 180
30
+ resources:
31
+ requests:
32
+ cpus: '4'
33
+ memory: 2g
34
+ priority: 1
@@ -0,0 +1,34 @@
1
+ version: 0.4
2
+ name: memtier_benchmark-1key-set-1M-elements-sismember-50pct-chance
3
+ description: 'Runs memtier_benchmark, for a keyspace length of 1 SET key with 1M elements. We query it using SISMEMBER in which the value has 50% change of being member. '
4
+ dbconfig:
5
+ configuration-parameters:
6
+ save: '""'
7
+ check:
8
+ keyspacelen: 1
9
+ resources:
10
+ requests:
11
+ memory: 1g
12
+ preload_tool:
13
+ run_image: redislabs/memtier_benchmark:edge
14
+ tool: memtier_benchmark
15
+ arguments: --command="SADD set:1M:elements __key__" --command-key-pattern=P --key-maximum 1000000 --key-prefix "" -n 1000000 --hide-histogram -t 1 -c 1
16
+ tested-groups:
17
+ - set
18
+ tested-commands:
19
+ - sadd
20
+ - sismember
21
+ redis-topologies:
22
+ - oss-standalone
23
+ build-variants:
24
+ - gcc:8.5.0-amd64-debian-buster-default
25
+ - dockerhub
26
+ clientconfig:
27
+ run_image: redislabs/memtier_benchmark:edge
28
+ tool: memtier_benchmark
29
+ arguments: --command="SISMEMBER set:1M:elements __key__" --key-maximum 2000000 --key-prefix "" --hide-histogram --test-time 180
30
+ resources:
31
+ requests:
32
+ cpus: '4'
33
+ memory: 2g
34
+ priority: 1
@@ -0,0 +1,22 @@
1
+ version: 0.4
2
+ name: memtier_benchmark-connection-hello
3
+ description: 'Runs memtier_benchmark, for no keyspace, benchmarking the connection setup scenario using HELLO command.'
4
+ tested-groups:
5
+ - connection
6
+ tested-commands:
7
+ - hello
8
+ redis-topologies:
9
+ - oss-standalone
10
+ build-variants:
11
+ - gcc:8.5.0-amd64-debian-buster-default
12
+ - dockerhub
13
+ clientconfig:
14
+ run_image: redislabs/memtier_benchmark:edge
15
+ tool: memtier_benchmark
16
+ arguments: -c 50 -t 4 --command="HELLO 2 SETNAME __key__" --hide-histogram --test-time 120
17
+ resources:
18
+ requests:
19
+ cpus: '4'
20
+ memory: 2g
21
+
22
+ priority: 1