redis-benchmarks-specification 0.1.217__tar.gz → 0.1.218__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 (158) hide show
  1. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/PKG-INFO +1 -1
  2. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/pyproject.toml +1 -1
  3. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__cli__/cli.py +11 -5
  4. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__common__/builder_schema.py +4 -0
  5. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__compare__/args.py +8 -0
  6. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__compare__/compare.py +61 -3
  7. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/LICENSE +0 -0
  8. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/Readme.md +0 -0
  9. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__api__/Readme.md +0 -0
  10. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__api__/__init__.py +0 -0
  11. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__api__/api.py +0 -0
  12. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__api__/app.py +0 -0
  13. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__builder__/Readme.md +0 -0
  14. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__builder__/__init__.py +0 -0
  15. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__builder__/builder.py +0 -0
  16. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__builder__/schema.py +0 -0
  17. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__cli__/__init__.py +0 -0
  18. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__cli__/args.py +0 -0
  19. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__cli__/stats.py +0 -0
  20. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__common__/__init__.py +0 -0
  21. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__common__/env.py +0 -0
  22. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__common__/github.py +0 -0
  23. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__common__/package.py +0 -0
  24. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__common__/runner.py +0 -0
  25. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__common__/spec.py +0 -0
  26. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__common__/timeseries.py +0 -0
  27. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__compare__/__init__.py +0 -0
  28. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__init__.py +0 -0
  29. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__runner__/__init__.py +0 -0
  30. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__runner__/args.py +0 -0
  31. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__runner__/runner.py +0 -0
  32. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__self_contained_coordinator__/__init__.py +0 -0
  33. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__self_contained_coordinator__/args.py +0 -0
  34. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__self_contained_coordinator__/artifacts.py +0 -0
  35. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__self_contained_coordinator__/build_info.py +0 -0
  36. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__self_contained_coordinator__/clients.py +0 -0
  37. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__self_contained_coordinator__/cpuset.py +0 -0
  38. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__self_contained_coordinator__/docker.py +0 -0
  39. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__self_contained_coordinator__/prepopulation.py +0 -0
  40. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__self_contained_coordinator__/runners.py +0 -0
  41. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py +0 -0
  42. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__setups__/__init__.py +0 -0
  43. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__setups__/topologies.py +0 -0
  44. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__spec__/__init__.py +0 -0
  45. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__spec__/args.py +0 -0
  46. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__spec__/cli.py +0 -0
  47. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__watchdog__/__init__.py +0 -0
  48. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__watchdog__/args.py +0 -0
  49. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/__watchdog__/watchdog.py +0 -0
  50. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/commands/__init__.py +0 -0
  51. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/commands/commands.py +0 -0
  52. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/setups/builders/gcc:8.5.0-amd64-debian-buster-default.yml +0 -0
  53. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/setups/builders/gcc:8.5.0-arm64-debian-buster-default.yml +0 -0
  54. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/setups/platforms/aws-ec2-1node-c5.4xlarge.yml +0 -0
  55. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/setups/topologies/topologies.yml +0 -0
  56. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/defaults.yml +0 -0
  57. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/generate.py +0 -0
  58. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-1000B-values-pipeline-10.yml +0 -0
  59. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-1000B-values.yml +0 -0
  60. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-100B-values-pipeline-10.yml +0 -0
  61. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-100B-values.yml +0 -0
  62. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-10B-values-pipeline-10.yml +0 -0
  63. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-10B-values.yml +0 -0
  64. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-100B-expire-use-case.yml +0 -0
  65. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-expire-use-case.yml +0 -0
  66. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-1KiB-expire-use-case.yml +0 -0
  67. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-4KiB-expire-use-case.yml +0 -0
  68. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-bitmap-getbit-pipeline-10.yml +0 -0
  69. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-exists-pipeline-10.yml +0 -0
  70. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-expire-pipeline-10.yml +0 -0
  71. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-expireat-pipeline-10.yml +0 -0
  72. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-pexpire-pipeline-10.yml +0 -0
  73. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-pipeline-10.yml +0 -0
  74. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-touch-pipeline-10.yml +0 -0
  75. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-ttl-pipeline-10.yml +0 -0
  76. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hexists.yml +0 -0
  77. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hget-hgetall-hkeys-hvals-with-100B-values.yml +0 -0
  78. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hincrby.yml +0 -0
  79. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hmget-5-fields-with-100B-values-pipeline-10.yml +0 -0
  80. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-transactions-multi-exec-pipeline-20.yml +0 -0
  81. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-100B-values.yml +0 -0
  82. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-10B-values.yml +0 -0
  83. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-1KiB-values.yml +0 -0
  84. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-hash-5-fields-with-1000B-values-pipeline-10.yml +0 -0
  85. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-hash-5-fields-with-1000B-values.yml +0 -0
  86. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-hash-hmset-5-fields-with-1000B-values.yml +0 -0
  87. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-100B-values.yml +0 -0
  88. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-10B-values.yml +0 -0
  89. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-1KiB-values.yml +0 -0
  90. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-1-fields-with-100B-values-pipeline-10.yml +0 -0
  91. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-1-fields-with-100B-values.yml +0 -0
  92. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-5-fields-with-100B-values-pipeline-10.yml +0 -0
  93. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-5-fields-with-100B-values.yml +0 -0
  94. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-100B-values-pipeline-10.yml +0 -0
  95. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-100B-values.yml +0 -0
  96. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-10.yml +0 -0
  97. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values.yml +0 -0
  98. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-1KiB-values.yml +0 -0
  99. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-200KiB-values.yml +0 -0
  100. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-20KiB-values.yml +0 -0
  101. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-2MB-values.yml +0 -0
  102. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-zset-with-10-elements-double-score.yml +0 -0
  103. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-zset-with-10-elements-int-score.yml +0 -0
  104. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-decr.yml +0 -0
  105. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-100B-pipeline-10.yml +0 -0
  106. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-100B.yml +0 -0
  107. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-10.yml +0 -0
  108. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B.yml +0 -0
  109. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-1KiB-pipeline-10.yml +0 -0
  110. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-1KiB.yml +0 -0
  111. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-200KiB.yml +0 -0
  112. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-20KiB.yml +0 -0
  113. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-2MB.yml +0 -0
  114. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mget-1KiB.yml +0 -0
  115. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geodist-pipeline-10.yml +0 -0
  116. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geodist.yml +0 -0
  117. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geohash-pipeline-10.yml +0 -0
  118. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geohash.yml +0 -0
  119. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geopos-pipeline-10.yml +0 -0
  120. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geopos.yml +0 -0
  121. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat-bybox.yml +0 -0
  122. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat-pipeline-10.yml +0 -0
  123. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat.yml +0 -0
  124. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10-elements-lrange-all-elements.yml +0 -0
  125. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-lrange-all-elements.yml +0 -0
  126. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-1K-elements-lrange-all-elements.yml +0 -0
  127. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-pfadd-4KB-values-pipeline-10.yml +0 -0
  128. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10-elements-smembers-pipeline-10.yml +0 -0
  129. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10-elements-smembers.yml +0 -0
  130. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10-elements-smismember.yml +0 -0
  131. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-smembers.yml +0 -0
  132. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-smismember.yml +0 -0
  133. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1K-elements-smembers.yml +0 -0
  134. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-200K-elements-sadd-constant.yml +0 -0
  135. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-2M-elements-sadd-increasing.yml +0 -0
  136. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zincrby-1M-elements-pipeline-1.yml +0 -0
  137. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrank-1M-elements-pipeline-1.yml +0 -0
  138. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrem-5M-elements-pipeline-1.yml +0 -0
  139. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrevrangebyscore-256K-elements-pipeline-1.yml +0 -0
  140. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrevrank-1M-elements-pipeline-1.yml +0 -0
  141. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-10-elements-zrange-all-elements-long-scores.yml +0 -0
  142. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-10-elements-zrange-all-elements.yml +0 -0
  143. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zrange-all-elements.yml +0 -0
  144. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zrangebyscore-all-elements-long-scores.yml +0 -0
  145. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zrangebyscore-all-elements.yml +0 -0
  146. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1K-elements-zrange-all-elements.yml +0 -0
  147. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zcard-pipeline-10.yml +0 -0
  148. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zrevrange-5-elements.yml +0 -0
  149. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zscore-pipeline-10.yml +0 -0
  150. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-lua-eval-hset-expire.yml +0 -0
  151. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-lua-evalsha-hset-expire.yml +0 -0
  152. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-elements-sdiff.yml +0 -0
  153. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-elements-sinter.yml +0 -0
  154. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-elements-sunion.yml +0 -0
  155. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-stream-5-entries-xread-all-entries-pipeline-10.yml +0 -0
  156. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-stream-5-entries-xread-all-entries.yml +0 -0
  157. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-load-string-with-512B-values.yml +0 -0
  158. {redis_benchmarks_specification-0.1.217 → redis_benchmarks_specification-0.1.218}/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.218
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.218"
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,11 +92,19 @@ 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
  )
98
99
  parser.add_argument("--comparison-branch", type=str, default=None, required=False)
100
+ parser.add_argument(
101
+ "--baseline-github-repo", type=str, default="redis", required=False
102
+ )
103
+ parser.add_argument(
104
+ "--comparison-github-repo", type=str, default="redis", required=False
105
+ )
99
106
  parser.add_argument("--comparison-tag", type=str, default=None, required=False)
107
+ parser.add_argument("--comparison-hash", type=str, default=None, required=False)
100
108
  parser.add_argument(
101
109
  "--comparison-target-version", type=str, default=None, required=False
102
110
  )
@@ -250,6 +250,10 @@ def compare_command_logic(args, project_name, project_version):
250
250
  running_platform = args.running_platform
251
251
  baseline_target_version = args.baseline_target_version
252
252
  comparison_target_version = args.comparison_target_version
253
+ baseline_github_repo = args.baseline_github_repo
254
+ comparison_github_repo = args.comparison_github_repo
255
+ baseline_hash = args.baseline_hash
256
+ comparison_hash = args.comparison_hash
253
257
 
254
258
  if running_platform is not None:
255
259
  logging.info(
@@ -310,6 +314,10 @@ def compare_command_logic(args, project_name, project_version):
310
314
  running_platform,
311
315
  baseline_target_version,
312
316
  comparison_target_version,
317
+ baseline_hash,
318
+ comparison_hash,
319
+ baseline_github_repo,
320
+ comparison_github_repo,
313
321
  )
314
322
  prepare_regression_comment(
315
323
  auto_approve,
@@ -535,6 +543,10 @@ def compute_regression_table(
535
543
  running_platform=None,
536
544
  baseline_target_version=None,
537
545
  comparison_target_version=None,
546
+ comparison_hash=None,
547
+ baseline_hash=None,
548
+ baseline_github_repo="redis",
549
+ comparison_github_repo="redis",
538
550
  ):
539
551
  START_TIME_NOW_UTC, _, _ = get_start_time_vars()
540
552
  START_TIME_LAST_MONTH_UTC = START_TIME_NOW_UTC - datetime.timedelta(days=31)
@@ -560,6 +572,8 @@ def compute_regression_table(
560
572
  comparison_tag,
561
573
  baseline_target_version,
562
574
  comparison_target_version,
575
+ comparison_hash,
576
+ baseline_hash,
563
577
  )
564
578
  logging.info(f"Using baseline filter {by_str_baseline}={baseline_str}")
565
579
  logging.info(f"Using comparison filter {by_str_comparison}={comparison_str}")
@@ -605,6 +619,8 @@ def compute_regression_table(
605
619
  total_stable,
606
620
  total_unstable,
607
621
  total_comparison_points,
622
+ regressions_list,
623
+ improvements_list,
608
624
  ) = from_rts_to_regression_table(
609
625
  baseline_deployment_name,
610
626
  comparison_deployment_name,
@@ -629,6 +645,8 @@ def compute_regression_table(
629
645
  tf_triggering_env,
630
646
  verbose,
631
647
  running_platform,
648
+ baseline_github_repo,
649
+ comparison_github_repo,
632
650
  )
633
651
  logging.info(
634
652
  "Printing differential analysis between {} and {}".format(
@@ -661,6 +679,8 @@ def compute_regression_table(
661
679
  writer_regressions.dump(mystdout, False)
662
680
  table_output += mystdout.getvalue()
663
681
  table_output += "\n\n"
682
+ test_names_str = "|".join(regressions_list)
683
+ table_output += f"Regressions test regexp names: {test_names_str}\n\n"
664
684
  mystdout.close()
665
685
  sys.stdout = old_stdout
666
686
 
@@ -682,6 +702,8 @@ def compute_regression_table(
682
702
  writer_regressions.dump(mystdout, False)
683
703
  table_output += mystdout.getvalue()
684
704
  table_output += "\n\n"
705
+ test_names_str = "|".join(improvements_list)
706
+ table_output += f"Improvements test regexp names: {test_names_str}\n\n"
685
707
  mystdout.close()
686
708
  sys.stdout = old_stdout
687
709
 
@@ -724,6 +746,8 @@ def get_by_strings(
724
746
  comparison_tag,
725
747
  baseline_target_version=None,
726
748
  comparison_target_version=None,
749
+ baseline_hash=None,
750
+ comparison_hash=None,
727
751
  ):
728
752
  baseline_covered = False
729
753
  comparison_covered = False
@@ -760,6 +784,16 @@ def get_by_strings(
760
784
  by_str_baseline = "target+version"
761
785
  baseline_str = baseline_target_version
762
786
 
787
+ if baseline_hash is not None:
788
+ if comparison_covered:
789
+ logging.error(
790
+ "--baseline-branch, --baseline-tag, --baseline-hash, and --baseline-target-version are mutually exclusive. Pick one..."
791
+ )
792
+ exit(1)
793
+ baseline_covered = True
794
+ by_str_baseline = "hash"
795
+ baseline_str = baseline_hash
796
+
763
797
  if comparison_tag is not None:
764
798
  # check if we had already covered comparison
765
799
  if comparison_covered:
@@ -781,16 +815,27 @@ def get_by_strings(
781
815
  by_str_comparison = "target+version"
782
816
  comparison_str = comparison_target_version
783
817
 
818
+ if comparison_hash is not None:
819
+ # check if we had already covered comparison
820
+ if comparison_covered:
821
+ logging.error(
822
+ "--comparison-branch, --comparison-tag, --comparison-hash, and --comparison-target-table are mutually exclusive. Pick one..."
823
+ )
824
+ exit(1)
825
+ comparison_covered = True
826
+ by_str_comparison = "hash"
827
+ comparison_str = comparison_hash
828
+
784
829
  if baseline_covered is False:
785
830
  logging.error(
786
831
  "You need to provider either "
787
- + "( --baseline-branch, --baseline-tag, or --baseline-target-version ) "
832
+ + "( --baseline-branch, --baseline-tag, --baseline-hash, or --baseline-target-version ) "
788
833
  )
789
834
  exit(1)
790
835
  if comparison_covered is False:
791
836
  logging.error(
792
837
  "You need to provider either "
793
- + "( --comparison-branch, --comparison-tag, or --comparison-target-version ) "
838
+ + "( --comparison-branch, --comparison-tag, --comparison-hash, or --comparison-target-version ) "
794
839
  )
795
840
  exit(1)
796
841
  return baseline_str, by_str_baseline, comparison_str, by_str_comparison
@@ -820,6 +865,8 @@ def from_rts_to_regression_table(
820
865
  tf_triggering_env,
821
866
  verbose,
822
867
  running_platform=None,
868
+ baseline_github_repo="redis",
869
+ comparison_github_repo="redis",
823
870
  ):
824
871
  print_all = print_regressions_only is False and print_improvements_only is False
825
872
  table_full = []
@@ -835,6 +882,8 @@ def from_rts_to_regression_table(
835
882
  total_comparison_points = 0
836
883
  noise_waterline = 3
837
884
  progress = tqdm(unit="benchmark time-series", total=len(test_names))
885
+ regressions_list = []
886
+ improvements_list = []
838
887
  for test_name in test_names:
839
888
  compare_version = "v0.1.208"
840
889
  github_link = "https://github.com/redis/redis-benchmarks-specification/blob"
@@ -848,6 +897,7 @@ def from_rts_to_regression_table(
848
897
  "metric={}".format(metric_name),
849
898
  "{}={}".format(test_filter, test_name),
850
899
  "deployment_name={}".format(baseline_deployment_name),
900
+ "github_repo={}".format(baseline_github_repo),
851
901
  "triggering_env={}".format(tf_triggering_env),
852
902
  ]
853
903
  if running_platform is not None:
@@ -855,11 +905,15 @@ def from_rts_to_regression_table(
855
905
  filters_comparison = [
856
906
  "{}={}".format(by_str_comparison, comparison_str),
857
907
  "metric={}".format(metric_name),
858
- "hash==",
859
908
  "{}={}".format(test_filter, test_name),
860
909
  "deployment_name={}".format(comparison_deployment_name),
910
+ "github_repo={}".format(comparison_github_repo),
861
911
  "triggering_env={}".format(tf_triggering_env),
862
912
  ]
913
+ if "hash" not in by_str_baseline:
914
+ filters_baseline.append("hash==")
915
+ if "hash" not in by_str_comparison:
916
+ filters_comparison.append("hash==")
863
917
  if running_platform is not None:
864
918
  filters_comparison.append("running_platform={}".format(running_platform))
865
919
  baseline_timeseries = rts.ts().queryindex(filters_baseline)
@@ -1037,9 +1091,11 @@ def from_rts_to_regression_table(
1037
1091
  test_link,
1038
1092
  )
1039
1093
  if detected_regression:
1094
+ regressions_list.append(test_name)
1040
1095
  table_regressions.append(line)
1041
1096
 
1042
1097
  if detected_improvement:
1098
+ improvements_list.append(test_name)
1043
1099
  table_improvements.append(line)
1044
1100
 
1045
1101
  if unstable:
@@ -1072,6 +1128,8 @@ def from_rts_to_regression_table(
1072
1128
  total_stable,
1073
1129
  total_unstable,
1074
1130
  total_comparison_points,
1131
+ regressions_list,
1132
+ improvements_list,
1075
1133
  )
1076
1134
 
1077
1135