redis-benchmarks-specification 0.1.215__tar.gz → 0.1.217__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.215 → redis_benchmarks_specification-0.1.217}/PKG-INFO +1 -1
  2. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/pyproject.toml +1 -1
  3. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__builder__/builder.py +37 -0
  4. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__cli__/args.py +15 -0
  5. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__cli__/cli.py +33 -0
  6. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__common__/runner.py +1 -1
  7. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__self_contained_coordinator__/docker.py +1 -1
  8. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py +62 -32
  9. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/LICENSE +0 -0
  10. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/Readme.md +0 -0
  11. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__api__/Readme.md +0 -0
  12. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__api__/__init__.py +0 -0
  13. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__api__/api.py +0 -0
  14. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__api__/app.py +0 -0
  15. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__builder__/Readme.md +0 -0
  16. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__builder__/__init__.py +0 -0
  17. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__builder__/schema.py +0 -0
  18. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__cli__/__init__.py +0 -0
  19. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__cli__/stats.py +0 -0
  20. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__common__/__init__.py +0 -0
  21. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__common__/builder_schema.py +0 -0
  22. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__common__/env.py +0 -0
  23. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__common__/github.py +0 -0
  24. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__common__/package.py +0 -0
  25. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__common__/spec.py +0 -0
  26. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__common__/timeseries.py +0 -0
  27. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__compare__/__init__.py +0 -0
  28. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__compare__/args.py +0 -0
  29. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__compare__/compare.py +0 -0
  30. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__init__.py +0 -0
  31. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__runner__/__init__.py +0 -0
  32. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__runner__/args.py +0 -0
  33. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__runner__/runner.py +0 -0
  34. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__self_contained_coordinator__/__init__.py +0 -0
  35. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__self_contained_coordinator__/args.py +0 -0
  36. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__self_contained_coordinator__/artifacts.py +0 -0
  37. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__self_contained_coordinator__/build_info.py +0 -0
  38. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__self_contained_coordinator__/clients.py +0 -0
  39. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__self_contained_coordinator__/cpuset.py +0 -0
  40. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__self_contained_coordinator__/prepopulation.py +0 -0
  41. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__self_contained_coordinator__/runners.py +0 -0
  42. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__setups__/__init__.py +0 -0
  43. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__setups__/topologies.py +0 -0
  44. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__spec__/__init__.py +0 -0
  45. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__spec__/args.py +0 -0
  46. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__spec__/cli.py +0 -0
  47. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__watchdog__/__init__.py +0 -0
  48. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__watchdog__/args.py +0 -0
  49. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/__watchdog__/watchdog.py +0 -0
  50. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/commands/__init__.py +0 -0
  51. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/commands/commands.py +0 -0
  52. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/setups/builders/gcc:8.5.0-amd64-debian-buster-default.yml +0 -0
  53. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/setups/builders/gcc:8.5.0-arm64-debian-buster-default.yml +0 -0
  54. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/setups/platforms/aws-ec2-1node-c5.4xlarge.yml +0 -0
  55. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/setups/topologies/topologies.yml +0 -0
  56. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/defaults.yml +0 -0
  57. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/generate.py +0 -0
  58. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/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.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-1000B-values.yml +0 -0
  60. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/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.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-100B-values.yml +0 -0
  62. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/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.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-10B-values.yml +0 -0
  64. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-100B-expire-use-case.yml +0 -0
  65. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-expire-use-case.yml +0 -0
  66. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-1KiB-expire-use-case.yml +0 -0
  67. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-4KiB-expire-use-case.yml +0 -0
  68. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-bitmap-getbit-pipeline-10.yml +0 -0
  69. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-exists-pipeline-10.yml +0 -0
  70. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-expire-pipeline-10.yml +0 -0
  71. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-expireat-pipeline-10.yml +0 -0
  72. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-pexpire-pipeline-10.yml +0 -0
  73. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-pipeline-10.yml +0 -0
  74. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-touch-pipeline-10.yml +0 -0
  75. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-ttl-pipeline-10.yml +0 -0
  76. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hexists.yml +0 -0
  77. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/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.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hincrby.yml +0 -0
  79. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/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.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-transactions-multi-exec-pipeline-20.yml +0 -0
  81. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-100B-values.yml +0 -0
  82. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-10B-values.yml +0 -0
  83. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-1KiB-values.yml +0 -0
  84. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/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.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-hash-5-fields-with-1000B-values.yml +0 -0
  86. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/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.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-100B-values.yml +0 -0
  88. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-10B-values.yml +0 -0
  89. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-1KiB-values.yml +0 -0
  90. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/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.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-1-fields-with-100B-values.yml +0 -0
  92. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/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.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-5-fields-with-100B-values.yml +0 -0
  94. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-100B-values-pipeline-10.yml +0 -0
  95. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-100B-values.yml +0 -0
  96. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-10.yml +0 -0
  97. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values.yml +0 -0
  98. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-1KiB-values.yml +0 -0
  99. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-200KiB-values.yml +0 -0
  100. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-20KiB-values.yml +0 -0
  101. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-2MB-values.yml +0 -0
  102. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-zset-with-10-elements-double-score.yml +0 -0
  103. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-zset-with-10-elements-int-score.yml +0 -0
  104. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-decr.yml +0 -0
  105. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-100B-pipeline-10.yml +0 -0
  106. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-100B.yml +0 -0
  107. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-10.yml +0 -0
  108. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B.yml +0 -0
  109. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-1KiB-pipeline-10.yml +0 -0
  110. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-1KiB.yml +0 -0
  111. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-200KiB.yml +0 -0
  112. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-20KiB.yml +0 -0
  113. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-2MB.yml +0 -0
  114. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mget-1KiB.yml +0 -0
  115. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geodist-pipeline-10.yml +0 -0
  116. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geodist.yml +0 -0
  117. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geohash-pipeline-10.yml +0 -0
  118. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geohash.yml +0 -0
  119. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geopos-pipeline-10.yml +0 -0
  120. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geopos.yml +0 -0
  121. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat-bybox.yml +0 -0
  122. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat-pipeline-10.yml +0 -0
  123. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat.yml +0 -0
  124. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10-elements-lrange-all-elements.yml +0 -0
  125. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-lrange-all-elements.yml +0 -0
  126. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-1K-elements-lrange-all-elements.yml +0 -0
  127. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-pfadd-4KB-values-pipeline-10.yml +0 -0
  128. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10-elements-smembers-pipeline-10.yml +0 -0
  129. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10-elements-smembers.yml +0 -0
  130. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10-elements-smismember.yml +0 -0
  131. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-smembers.yml +0 -0
  132. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-smismember.yml +0 -0
  133. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1K-elements-smembers.yml +0 -0
  134. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-200K-elements-sadd-constant.yml +0 -0
  135. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-2M-elements-sadd-increasing.yml +0 -0
  136. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zincrby-1M-elements-pipeline-1.yml +0 -0
  137. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrank-1M-elements-pipeline-1.yml +0 -0
  138. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrem-5M-elements-pipeline-1.yml +0 -0
  139. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrevrangebyscore-256K-elements-pipeline-1.yml +0 -0
  140. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrevrank-1M-elements-pipeline-1.yml +0 -0
  141. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/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.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-10-elements-zrange-all-elements.yml +0 -0
  143. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zrange-all-elements.yml +0 -0
  144. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/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.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zrangebyscore-all-elements.yml +0 -0
  146. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1K-elements-zrange-all-elements.yml +0 -0
  147. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zcard-pipeline-10.yml +0 -0
  148. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zrevrange-5-elements.yml +0 -0
  149. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zscore-pipeline-10.yml +0 -0
  150. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-lua-eval-hset-expire.yml +0 -0
  151. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-lua-evalsha-hset-expire.yml +0 -0
  152. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-elements-sdiff.yml +0 -0
  153. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-elements-sinter.yml +0 -0
  154. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-elements-sunion.yml +0 -0
  155. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/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.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-stream-5-entries-xread-all-entries.yml +0 -0
  157. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-load-string-with-512B-values.yml +0 -0
  158. {redis_benchmarks_specification-0.1.215 → redis_benchmarks_specification-0.1.217}/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.215
3
+ Version: 0.1.217
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.215"
3
+ version = "0.1.217"
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"
@@ -234,6 +234,7 @@ def builder_process_stream(
234
234
  if b"git_hash" in testDetails:
235
235
  git_hash = testDetails[b"git_hash"]
236
236
  logging.info("Received commit hash specifier {}.".format(git_hash))
237
+ logging.info(f"Received the following build stream: {testDetails}.")
237
238
  binary_zip_key = testDetails[b"zip_archive_key"]
238
239
  logging.info(
239
240
  "Retriving zipped source from key {}.".format(
@@ -271,6 +272,16 @@ def builder_process_stream(
271
272
  if b"tests_groups_regexp" in testDetails:
272
273
  tests_groups_regexp = testDetails[b"tests_groups_regexp"].decode()
273
274
 
275
+ github_org = "redis"
276
+ if b"github_org" in testDetails:
277
+ github_org = testDetails[b"github_org"].decode()
278
+ logging.info(f"detected github_org info on build stream {github_org}")
279
+
280
+ github_repo = "redis"
281
+ if b"github_repo" in testDetails:
282
+ github_repo = testDetails[b"github_repo"].decode()
283
+ logging.info(f"detected github_repo info on build stream {github_repo}")
284
+
274
285
  # github updates
275
286
  is_actionable_pr = False
276
287
  contains_regression_comment = False
@@ -321,6 +332,14 @@ def builder_process_stream(
321
332
  build_artifacts = ["redis-server"]
322
333
  if "build_artifacts" in build_config:
323
334
  build_artifacts = build_config["build_artifacts"]
335
+ if b"build_artifacts" in testDetails:
336
+ new_build_artifacts = (
337
+ testDetails[b"build_artifacts"].decode().split(",")
338
+ )
339
+ logging.info(
340
+ f"overriding default build artifacts {build_artifacts} by {new_build_artifacts}"
341
+ )
342
+ build_artifacts = new_build_artifacts
324
343
  build_vars_str = ""
325
344
  if "env" in build_config:
326
345
  if build_config["env"] is not None:
@@ -343,6 +362,8 @@ def builder_process_stream(
343
362
  "linenoise",
344
363
  "lua",
345
364
  ]
365
+ if "fast_float" in deps_dir:
366
+ deps_list.append("fast_float")
346
367
  if "hdr_histogram" in deps_dir:
347
368
  deps_list.append("hdr_histogram")
348
369
  if "fpconv" in deps_dir:
@@ -359,6 +380,12 @@ def builder_process_stream(
359
380
  "redis-server",
360
381
  build_vars_str,
361
382
  )
383
+ if b"build_command" in testDetails:
384
+ build_command = testDetails[b"build_command"].decode()
385
+ server_name = "redis"
386
+ if b"server_name" in testDetails:
387
+ server_name = testDetails[b"server_name"].decode()
388
+
362
389
  build_start_datetime = datetime.datetime.utcnow()
363
390
  logging.info(
364
391
  "Using the following build command {}.".format(build_command)
@@ -433,6 +460,9 @@ def builder_process_stream(
433
460
  tests_priority_upper_limit,
434
461
  tests_regexp,
435
462
  use_git_timestamp,
463
+ server_name,
464
+ github_org,
465
+ github_repo,
436
466
  )
437
467
  if result is True:
438
468
  benchmark_stream_id = conn.xadd(
@@ -570,6 +600,9 @@ def generate_benchmark_stream_request(
570
600
  tests_priority_upper_limit=10000,
571
601
  tests_regexp=".*",
572
602
  use_git_timestamp=False,
603
+ server_name="redis",
604
+ github_org="redis",
605
+ github_repo="redis",
573
606
  ):
574
607
  build_stream_fields = {
575
608
  "id": id,
@@ -582,6 +615,9 @@ def generate_benchmark_stream_request(
582
615
  "tests_priority_upper_limit": tests_priority_upper_limit,
583
616
  "tests_priority_lower_limit": tests_priority_lower_limit,
584
617
  "tests_groups_regexp": tests_groups_regexp,
618
+ "server_name": server_name,
619
+ "github_org": github_org,
620
+ "github_repo": github_repo,
585
621
  }
586
622
  if build_config_metadata is not None:
587
623
  build_stream_fields["metadata"] = json.dumps(build_config_metadata)
@@ -592,6 +628,7 @@ def generate_benchmark_stream_request(
592
628
  if build_vars_str is not None:
593
629
  build_stream_fields["build_vars"] = build_vars_str
594
630
  if build_command is not None:
631
+ logging.info(f"adding build_command: {build_command}")
595
632
  build_stream_fields["build_command"] = build_command
596
633
  if build_image is not None:
597
634
  build_stream_fields["build_image"] = build_image
@@ -166,6 +166,21 @@ def spec_cli_args(parser):
166
166
  action="store_true",
167
167
  help="Iterate over the git commits.",
168
168
  )
169
+ parser.add_argument(
170
+ "--build_artifacts",
171
+ type=str,
172
+ default="",
173
+ )
174
+ parser.add_argument(
175
+ "--build_command",
176
+ type=str,
177
+ default="",
178
+ )
179
+ parser.add_argument(
180
+ "--git_hash",
181
+ type=str,
182
+ default="",
183
+ )
169
184
  parser.add_argument(
170
185
  "--dry-run",
171
186
  default=False,
@@ -87,6 +87,23 @@ def trigger_tests_dockerhub_cli_command_logic(args, project_name, project_versio
87
87
  args.build_arch,
88
88
  testDetails,
89
89
  "n/a",
90
+ [],
91
+ None,
92
+ None,
93
+ None,
94
+ None,
95
+ None,
96
+ None,
97
+ None,
98
+ None,
99
+ None,
100
+ None,
101
+ None,
102
+ None,
103
+ ".*",
104
+ 0,
105
+ 10000,
106
+ args.tests_regexp,
90
107
  )
91
108
  build_stream_fields["github_repo"] = args.gh_repo
92
109
  build_stream_fields["github_org"] = args.gh_org
@@ -338,6 +355,14 @@ def trigger_tests_cli_command_logic(args, project_name, project_version):
338
355
  filtered_hash_commits = []
339
356
  for cdict in commits:
340
357
  commit_hash = cdict["git_hash"]
358
+ if args.git_hash != "":
359
+ if args.git_hash != commit_hash:
360
+ logging.info(
361
+ "Skipping {} given it does not match commit hash {}".format(
362
+ commit_hash, args.git_hash
363
+ )
364
+ )
365
+ continue
341
366
  commit_summary = cdict["commit_summary"]
342
367
  commit_datetime = cdict["commit_datetime"]
343
368
  match_obj = re.search(hash_regexp_string, commit_hash)
@@ -395,6 +420,14 @@ def trigger_tests_cli_command_logic(args, project_name, project_version):
395
420
  commit_dict["tests_priority_lower_limit"] = tests_priority_lower_limit
396
421
  commit_dict["tests_regexp"] = tests_regexp
397
422
  commit_dict["tests_groups_regexp"] = tests_groups_regexp
423
+ commit_dict["github_org"] = args.gh_org
424
+ commit_dict["github_repo"] = args.gh_repo
425
+ if args.server_name is not None and args.server_name != "":
426
+ commit_dict["server_name"] = args.server_name
427
+ if args.build_artifacts != "":
428
+ commit_dict["build_artifacts"] = args.build_artifacts
429
+ if args.build_command != "":
430
+ commit_dict["build_command"] = args.build_command
398
431
  if pull_request is not None:
399
432
  logging.info(
400
433
  f"Have a pull request info to include in build request {pull_request}"
@@ -150,7 +150,7 @@ def exporter_datasink_common(
150
150
  git_hash=None,
151
151
  ):
152
152
  logging.info(
153
- f"Using datapoint_time_ms: {datapoint_time_ms}. git_has={git_hash}, git_branch={git_branch}, git_version={git_version}"
153
+ f"Using datapoint_time_ms: {datapoint_time_ms}. git_hash={git_hash}, git_branch={git_branch}, git_version={git_version}. gh_org={tf_github_org}, gh_repo={tf_github_repo}"
154
154
  )
155
155
  timeseries_test_sucess_flow(
156
156
  datasink_push_results_redistimeseries,
@@ -20,7 +20,7 @@ def generate_standalone_redis_server_args(
20
20
  "{}".format(port),
21
21
  ]
22
22
  if dbdir != "":
23
- command.extend(["--dbdir", dbdir])
23
+ command.extend(["--dir", dbdir])
24
24
  if configuration_parameters is not None:
25
25
  for parameter, parameter_value in configuration_parameters.items():
26
26
  if parameter not in added_params:
@@ -547,6 +547,11 @@ def process_self_contained_coordinator_stream(
547
547
  logging.info(
548
548
  f"detected a server_name definition on the streamdata: {server_name}."
549
549
  )
550
+ new_executable = f"{mnt_point}{server_name}-server"
551
+ logging.info(
552
+ "changing executable from {executable} to {new_executable}"
553
+ )
554
+ executable = new_executable
550
555
 
551
556
  if b"restore_build_artifacts" in testDetails:
552
557
  restore_build_artifacts = bool(
@@ -832,39 +837,16 @@ def process_self_contained_coordinator_stream(
832
837
  db_cpuset_cpus, current_cpu_pos = generate_cpuset_cpus(
833
838
  ceil_db_cpu_limit, current_cpu_pos
834
839
  )
835
- logging.info(
836
- "Running redis-server on docker image {} (cpuset={}) with the following args: {}".format(
837
- run_image, db_cpuset_cpus, command_str
838
- )
839
- )
840
- volumes = {}
841
- working_dir = "/"
842
- if mnt_point != "":
843
- volumes = {
844
- temporary_dir: {
845
- "bind": mnt_point,
846
- "mode": "rw",
847
- },
848
- }
849
- working_dir = mnt_point
850
- redis_container = docker_client.containers.run(
851
- image=run_image,
852
- volumes=volumes,
853
- auto_remove=True,
854
- privileged=True,
855
- working_dir=mnt_point,
856
- command=command_str,
857
- network_mode="host",
858
- detach=True,
859
- cpuset_cpus=db_cpuset_cpus,
860
- pid_mode="host",
861
- publish_all_ports=True,
840
+ redis_container = start_redis_container(
841
+ command_str,
842
+ db_cpuset_cpus,
843
+ docker_client,
844
+ mnt_point,
845
+ redis_containers,
846
+ run_image,
847
+ temporary_dir,
862
848
  )
863
849
 
864
- time.sleep(5)
865
-
866
- redis_containers.append(redis_container)
867
-
868
850
  r = redis.StrictRedis(port=redis_proc_start_port)
869
851
  r.ping()
870
852
  redis_conns = [r]
@@ -1251,9 +1233,10 @@ def process_self_contained_coordinator_stream(
1251
1233
  stdout=True, stderr=True
1252
1234
  )
1253
1235
  )
1236
+ redis_container.remove()
1254
1237
  except docker.errors.NotFound:
1255
1238
  logging.info(
1256
- "When trying to stop DB container with id {} and image {} it was already stopped".format(
1239
+ "When trying to fetch logs from DB container with id {} and image {} it was already stopped".format(
1257
1240
  redis_container.id,
1258
1241
  redis_container.image,
1259
1242
  )
@@ -1269,6 +1252,7 @@ def process_self_contained_coordinator_stream(
1269
1252
  for redis_container in redis_containers:
1270
1253
  try:
1271
1254
  redis_container.stop()
1255
+ redis_container.remove()
1272
1256
  except docker.errors.NotFound:
1273
1257
  logging.info(
1274
1258
  "When trying to stop DB container with id {} and image {} it was already stopped".format(
@@ -1282,6 +1266,7 @@ def process_self_contained_coordinator_stream(
1282
1266
  if type(redis_container) == Container:
1283
1267
  try:
1284
1268
  redis_container.stop()
1269
+ redis_container.remove()
1285
1270
  except docker.errors.NotFound:
1286
1271
  logging.info(
1287
1272
  "When trying to stop Client container with id {} and image {} it was already stopped".format(
@@ -1295,6 +1280,7 @@ def process_self_contained_coordinator_stream(
1295
1280
  temporary_dir, temporary_dir_client
1296
1281
  )
1297
1282
  )
1283
+
1298
1284
  shutil.rmtree(temporary_dir, ignore_errors=True)
1299
1285
  shutil.rmtree(temporary_dir_client, ignore_errors=True)
1300
1286
 
@@ -1475,6 +1461,50 @@ def process_self_contained_coordinator_stream(
1475
1461
  return stream_id, overall_result, total_test_suite_runs
1476
1462
 
1477
1463
 
1464
+ def start_redis_container(
1465
+ command_str,
1466
+ db_cpuset_cpus,
1467
+ docker_client,
1468
+ mnt_point,
1469
+ redis_containers,
1470
+ run_image,
1471
+ temporary_dir,
1472
+ auto_remove=False,
1473
+ ):
1474
+ logging.info(
1475
+ "Running redis-server on docker image {} (cpuset={}) with the following args: {}".format(
1476
+ run_image, db_cpuset_cpus, command_str
1477
+ )
1478
+ )
1479
+ volumes = {}
1480
+ working_dir = "/"
1481
+ if mnt_point != "":
1482
+ volumes = {
1483
+ temporary_dir: {
1484
+ "bind": mnt_point,
1485
+ "mode": "rw",
1486
+ },
1487
+ }
1488
+ logging.info(f"setting volume as follow: {volumes}. working_dir={mnt_point}")
1489
+ working_dir = mnt_point
1490
+ redis_container = docker_client.containers.run(
1491
+ image=run_image,
1492
+ volumes=volumes,
1493
+ auto_remove=auto_remove,
1494
+ privileged=True,
1495
+ working_dir=mnt_point,
1496
+ command=command_str,
1497
+ network_mode="host",
1498
+ detach=True,
1499
+ cpuset_cpus=db_cpuset_cpus,
1500
+ pid_mode="host",
1501
+ publish_all_ports=True,
1502
+ )
1503
+ time.sleep(5)
1504
+ redis_containers.append(redis_container)
1505
+ return redis_container
1506
+
1507
+
1478
1508
  def filter_test_files(
1479
1509
  defaults_filename,
1480
1510
  priority_lower_limit,