Opensearch-benchmark

Latest version: v1.11.0

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

Scan your dependencies

Page 1 of 4

1.11.0

What's Changed
* add automatic testing and aggregation to OSB by OVI3D0 in https://github.com/opensearch-project/opensearch-benchmark/pull/655
* Add support for multi-part data corpora downloads by gkamat in https://github.com/opensearch-project/opensearch-benchmark/pull/677
* Minor updates for multi-part downloads by gkamat in https://github.com/opensearch-project/opensearch-benchmark/pull/678
* Add shorthand alternatives for command line options in OSB by OVI3D0 in https://github.com/opensearch-project/opensearch-benchmark/pull/660
* Bump minor version in `main` by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/674
* Add new issue template by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/676
* store aggregated results in separate folder by OVI3D0 in https://github.com/opensearch-project/opensearch-benchmark/pull/683
* add relative standard deviation to aggregated test execution metrics by OVI3D0 in https://github.com/opensearch-project/opensearch-benchmark/pull/681
* Add new maintainer Michael Oviedo by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/686
* Remove unnecessary logging by VijayanB in https://github.com/opensearch-project/opensearch-benchmark/pull/689


**Full Changelog**: https://github.com/opensearch-project/opensearch-benchmark/compare/1.10.0...1.11.0

1.10.0

What's Changed
* Support Vector Search Nested benchmark by finnroblin in https://github.com/opensearch-project/opensearch-benchmark/pull/584
* Bump version to 1.10.0 by gkamat in https://github.com/opensearch-project/opensearch-benchmark/pull/623
* Add approximate filters by finnroblin in https://github.com/opensearch-project/opensearch-benchmark/pull/607
* Refactored the OSB build system by gkamat in https://github.com/opensearch-project/opensearch-benchmark/pull/632
* Specify multiple search clients for easier benchmarking by finnroblin in https://github.com/opensearch-project/opensearch-benchmark/pull/614
* Add tag as the release branch in jenkinsfile release by peterzhuamazon in https://github.com/opensearch-project/opensearch-benchmark/pull/640
* More updates to the OSB build by gkamat in https://github.com/opensearch-project/opensearch-benchmark/pull/635
* Address string issue in Groovy by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/646
* Update release guide with more details by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/651
* Remove small-nested-works.hdf5 by finnroblin in https://github.com/opensearch-project/opensearch-benchmark/pull/637
* Add aggregate command by OVI3D0 in https://github.com/opensearch-project/opensearch-benchmark/pull/638
* change op-metrics to op_metrics in aggregator file by OVI3D0 in https://github.com/opensearch-project/opensearch-benchmark/pull/657
* Fix --number-of-docs bug in create-workload by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/659


**Full Changelog**: https://github.com/opensearch-project/opensearch-benchmark/compare/1.9.0...1.10.0

1.9.1

What's Changed
* Support Vector Search Nested benchmark by finnroblin in https://github.com/opensearch-project/opensearch-benchmark/pull/584
* Bump version to 1.10.0 by gkamat in https://github.com/opensearch-project/opensearch-benchmark/pull/623
* Bump 1.9 to 1.9.1 by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/624
* [Backport 1.9] Add tag as the release branch in jenkinsfile release by opensearch-trigger-bot in https://github.com/opensearch-project/opensearch-benchmark/pull/642
* Build updates and fix for docker mount issue in v1.9 by gkamat in https://github.com/opensearch-project/opensearch-benchmark/pull/643


**Full Changelog**: https://github.com/opensearch-project/opensearch-benchmark/compare/1.9.0...1.9.1

1.9.0

What's Changed
* Add PIP_ONLY_BINARY to Dockerfile by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/596
* Added runners for enabling concurrent segment search via settings by martin-gaievski in https://github.com/opensearch-project/opensearch-benchmark/pull/591
* Add a Jinja filter to aid with version checking by gkamat in https://github.com/opensearch-project/opensearch-benchmark/pull/599
* Bump version to 1.9.0 by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/597
* Add docker build as part of checks for x64/arm64 by peterzhuamazon in https://github.com/opensearch-project/opensearch-benchmark/pull/601
* Preset opensearch-benchmark-git dir to support dockerfile change in 601 by peterzhuamazon in https://github.com/opensearch-project/opensearch-benchmark/pull/603
* Corrected setting name for max_slice_count by martin-gaievski in https://github.com/opensearch-project/opensearch-benchmark/pull/602
* Refactor build env logic to switch between testing and production by peterzhuamazon in https://github.com/opensearch-project/opensearch-benchmark/pull/604
* Add benchmark support for vector radial search by junqiu-lei in https://github.com/opensearch-project/opensearch-benchmark/pull/546
* Add docker-compose-tests.yml back in to fix integ tests by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/605
* Enforce docker-compose to use the v1 version in IT by peterzhuamazon in https://github.com/opensearch-project/opensearch-benchmark/pull/606
* Provide instructions on how to run integration tests locally by gkamat in https://github.com/opensearch-project/opensearch-benchmark/pull/608
* [Create-Workload Enhancements] Rearchitect Create-Workload Feature by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/609
* Updates to the expand-data-corpus script by gkamat in https://github.com/opensearch-project/opensearch-benchmark/pull/612
* add default value for master-node when provisioning cluster using OSB by OVI3D0 in https://github.com/opensearch-project/opensearch-benchmark/pull/621

New Contributors
* martin-gaievski made their first contribution in https://github.com/opensearch-project/opensearch-benchmark/pull/591
* junqiu-lei made their first contribution in https://github.com/opensearch-project/opensearch-benchmark/pull/546
* OVI3D0 made their first contribution in https://github.com/opensearch-project/opensearch-benchmark/pull/621

**Full Changelog**: https://github.com/opensearch-project/opensearch-benchmark/compare/1.8.0...1.9.0

1.8.0

What's Changed
* Bump 1.7.0 to 1.8.0 by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/560
* Fix Numpy & h5py bug in 1.7.0 by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/562
* Add back h5py restriction in Dockerfile to unblock Docker Build for ARM images by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/568
* added Triage document for weekly triages by cgchinmay in https://github.com/opensearch-project/opensearch-benchmark/pull/547
* Package pbzip2 binaries, so they get installed automatically by gkamat in https://github.com/opensearch-project/opensearch-benchmark/pull/551
* Fix h5py build issues encountered during the release process by gkamat in https://github.com/opensearch-project/opensearch-benchmark/pull/574
* Backport feature for easier backport when patching by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/575
* Fixed an error in DeleleMlModel runner. by vpehkone in https://github.com/opensearch-project/opensearch-benchmark/pull/537
* Adds --randomization-alpha flag controlling distribution of repeated queries by peteralfonsi in https://github.com/opensearch-project/opensearch-benchmark/pull/564
* Download pre-generated offset files only when needed by gkamat in https://github.com/opensearch-project/opensearch-benchmark/pull/573
* Check that the in-memory metrics store does not run out of memory by gkamat in https://github.com/opensearch-project/opensearch-benchmark/pull/580
* Add TrainKNN Runner/Operation for Benchmarking Approximate KNN Algorithms by finnroblin in https://github.com/opensearch-project/opensearch-benchmark/pull/556
* Add Badges to README by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/588
* Fix bracket in Chat on Forum Badge by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/590
* Publish recall as a kpi metric by finnroblin in https://github.com/opensearch-project/opensearch-benchmark/pull/581

New Contributors
* finnroblin made their first contribution in https://github.com/opensearch-project/opensearch-benchmark/pull/556

**Full Changelog**: https://github.com/opensearch-project/opensearch-benchmark/compare/1.7.0...1.8.0

1.7.1

What's Changed
* Bump patch version from 1.7.0 to 1.7.1 by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/561
* Patch 1.7 by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/566


**Full Changelog**: https://github.com/opensearch-project/opensearch-benchmark/compare/1.7.0...1.7.1

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.