Redis-benchmarks-specification

Latest version: v0.1.72

Safety actively analyzes 624093 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 9

0.1.72

Redis performance and observability spec change

Project status:

The following is a high level status report for currently available specs and tools.

- [*Benchmark platforms specification*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/setups/platforms/): **Experimental** components are released and available for beta testing.
- [*Benchmark topologies specification*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/setups/topologies/): **Experimental** components are released and available for beta testing.
- [*Benchmark artifacts builder specification*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/setups/builders/): **Experimental** components are released and available for beta testing.
- [*Test-suites specification*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/test-suites/): **Experimental** components are released and available for beta testing.
- [*Spec tool implementation: API*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/__api__/): **Experimental** components are released and available for beta testing.
- [*Spec tool implementation: Benchmark artifacts builder*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/__builder__/): **Experimental** components are released and available for beta testing.
- [*Spec tool implementation: Self-contained coordinator*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/__self_contained_coordinator__/): **Experimental** components are released and available for beta testing.
- [*Spec tool implementation: Large scale coordinator*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/): **Draft** components are under design, and have not been added to the specification.
- [*Spec tool implementation: Setup agnostic cli benchmark runner (solely client)](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/__runner__/): contains the client utility that triggers the actual benchmarks against an endpoint provided. This tool is setup agnostic and expects the DB to be properly spinned beforehand.

Release changes:

- Include a DECR benchmark covering embstring object filipecosta90 (237)
- fix logging level slice4e (232)
- Aligned lhash* test-files' names with name inside file markovamaria (228)
- Bumping min python version to 3.8.1 and locking deps filipecosta90 (231)

0.1.71

What's Changed
* Enabled arch selection on self-contained-coordinator by filipecosta90 in https://github.com/redis/redis-benchmarks-specification/pull/230


**Full Changelog**: https://github.com/redis/redis-benchmarks-specification/compare/v0.1.70...v0.1.71

0.1.70

Redis performance and observability spec change

Project status:

The following is a high level status report for currently available specs and tools.

- [*Benchmark platforms specification*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/setups/platforms/): **Experimental** components are released and available for beta testing.
- [*Benchmark topologies specification*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/setups/topologies/): **Experimental** components are released and available for beta testing.
- [*Benchmark artifacts builder specification*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/setups/builders/): **Experimental** components are released and available for beta testing.
- [*Test-suites specification*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/test-suites/): **Experimental** components are released and available for beta testing.
- [*Spec tool implementation: API*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/__api__/): **Experimental** components are released and available for beta testing.
- [*Spec tool implementation: Benchmark artifacts builder*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/__builder__/): **Experimental** components are released and available for beta testing.
- [*Spec tool implementation: Self-contained coordinator*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/__self_contained_coordinator__/): **Experimental** components are released and available for beta testing.
- [*Spec tool implementation: Large scale coordinator*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/): **Draft** components are under design, and have not been added to the specification.
- [*Spec tool implementation: Setup agnostic cli benchmark runner (solely client)](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/__runner__/): contains the client utility that triggers the actual benchmarks against an endpoint provided. This tool is setup agnostic and expects the DB to be properly spinned beforehand.

Release changes:

- Fix for TypeError in self-coordinator markovamaria (224)

0.1.69

Redis performance and observability spec change

Project status:

The following is a high level status report for currently available specs and tools.

- [*Benchmark platforms specification*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/setups/platforms/): **Experimental** components are released and available for beta testing.
- [*Benchmark topologies specification*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/setups/topologies/): **Experimental** components are released and available for beta testing.
- [*Benchmark artifacts builder specification*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/setups/builders/): **Experimental** components are released and available for beta testing.
- [*Test-suites specification*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/test-suites/): **Experimental** components are released and available for beta testing.
- [*Spec tool implementation: API*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/__api__/): **Experimental** components are released and available for beta testing.
- [*Spec tool implementation: Benchmark artifacts builder*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/__builder__/): **Experimental** components are released and available for beta testing.
- [*Spec tool implementation: Self-contained coordinator*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/__self_contained_coordinator__/): **Experimental** components are released and available for beta testing.
- [*Spec tool implementation: Large scale coordinator*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/): **Draft** components are under design, and have not been added to the specification.
- [*Spec tool implementation: Setup agnostic cli benchmark runner (solely client)](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/__runner__/): contains the client utility that triggers the actual benchmarks against an endpoint provided. This tool is setup agnostic and expects the DB to be properly spinned beforehand.

Release changes:

- Enabled defaults metrics parsing and merging filipecosta90 (226)
- Fixed memory requirements on specific tests that could fail on Sapphire Rappids slice4e (225)

0.1.68

Redis performance and observability spec change

Project status:

The following is a high level status report for currently available specs and tools.

- [*Benchmark platforms specification*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/setups/platforms/): **Experimental** components are released and available for beta testing.
- [*Benchmark topologies specification*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/setups/topologies/): **Experimental** components are released and available for beta testing.
- [*Benchmark artifacts builder specification*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/setups/builders/): **Experimental** components are released and available for beta testing.
- [*Test-suites specification*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/test-suites/): **Experimental** components are released and available for beta testing.
- [*Spec tool implementation: API*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/__api__/): **Experimental** components are released and available for beta testing.
- [*Spec tool implementation: Benchmark artifacts builder*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/__builder__/): **Experimental** components are released and available for beta testing.
- [*Spec tool implementation: Self-contained coordinator*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/__self_contained_coordinator__/): **Experimental** components are released and available for beta testing.
- [*Spec tool implementation: Large scale coordinator*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/): **Draft** components are under design, and have not been added to the specification.
- [*Spec tool implementation: Setup agnostic cli benchmark runner (solely client)](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/__runner__/): contains the client utility that triggers the actual benchmarks against an endpoint provided. This tool is setup agnostic and expects the DB to be properly spinned beforehand.

Release changes:

- Added --maxmemory to client runner. filipecosta90 (221)
- Move getting commits by tags to separate function markovamaria (220)
- updated description for mutli-exec - for issue 212 slice4e (219)
- changed log level from error to info - fixing issue 84 slice4e (218)
- Added conversion for str for git timestamps markovamaria (216)
- Fixed memory requirements of 4 hash/list tests slice4e (215)
- Updated geo benchmarks to fully saturate one primary. Include zset benchmarks with long score filipecosta90 (214)
- Update timestamp conversion in client markovamaria (211)
- Fix mem reqs slice4e (213)
- Client runner: enabled oss cluster benchmarks for string (just set and get commands) benchmarks filipecosta90 (200)
- fixed memory requirements for load-list slice4e (207)
- fixed the load-stream bechmarks such that the memory footprint does not keep growing. slice4e (205)
- added recommendation to use taskset for the redis server when using t… slice4e (197)
- fix hincrby data population to correspond to the description. slice4e (196)
- added support for hexists slice4e (195)
- Memtier without docker slice4e (192)
- Fix memory reqs for load stream slice4e (202)
- Enabled --cluster-mode in client runner filipecosta90 (199)
- Added SADD test variations discussed in redis/pull/11595 filipecosta90 (198)
- modified Readme file to remove codenames and details which could chan… slice4e (193)
- Bumping version from 0.1.65 to 0.1.66 filipecosta90 (191)

0.1.65

Redis performance and observability spec change

Project status:

The following is a high level status report for currently available specs and tools.

- [*Benchmark platforms specification*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/setups/platforms/): **Experimental** components are released and available for beta testing.
- [*Benchmark topologies specification*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/setups/topologies/): **Experimental** components are released and available for beta testing.
- [*Benchmark artifacts builder specification*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/setups/builders/): **Experimental** components are released and available for beta testing.
- [*Test-suites specification*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/test-suites/): **Experimental** components are released and available for beta testing.
- [*Spec tool implementation: API*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/__api__/): **Experimental** components are released and available for beta testing.
- [*Spec tool implementation: Benchmark artifacts builder*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/__builder__/): **Experimental** components are released and available for beta testing.
- [*Spec tool implementation: Self-contained coordinator*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/__self_contained_coordinator__/): **Experimental** components are released and available for beta testing.
- [*Spec tool implementation: Large scale coordinator*](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/): **Draft** components are under design, and have not been added to the specification.
- [*Spec tool implementation: Setup agnostic cli benchmark runner (solely client)](https://github.com/filipecosta90/redis-benchmarks-specification/tree/main/redis_benchmarks_specification/__runner__/): contains the client utility that triggers the actual benchmarks against an endpoint provided. This tool is setup agnostic and expects the DB to be properly spinned beforehand.

Release changes:

- Running tox using self hosted runner. maxmemory check fix on client-runner filipecosta90 (189)

Page 1 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.