Metadata-Version: 2.1
Name: opensearch-benchmark
Version: 1.5.0
Summary: Macrobenchmarking framework for OpenSearch
Home-page: https://github.com/opensearch-project/OpenSearch-Benchmark
Maintainer: Ian Hoang, Govind Kamat
Maintainer-email: hoangia@amazon.com, govkamat@amazon.com
License: Apache License, Version 2.0
Classifier: Topic :: System :: Benchmark
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8,<3.12
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
License-File: AUTHORS
Requires-Dist: opensearch-py[async]>=2.5.0
Requires-Dist: psutil>=5.8.0
Requires-Dist: py-cpuinfo>=7.0.0
Requires-Dist: tabulate>=0.9.0
Requires-Dist: jsonschema>=3.1.1
Requires-Dist: Jinja2>=3.1.3
Requires-Dist: markupsafe>=2.0.1
Requires-Dist: thespian<3.10.7,>=3.10.1
Requires-Dist: certifi
Requires-Dist: yappi>=1.4.0
Requires-Dist: ijson>=2.6.1
Requires-Dist: google-resumable-media>=1.1.0
Requires-Dist: google-auth>=1.22.1
Requires-Dist: wheel>=0.38.4
Requires-Dist: boto3>=1.28.62
Requires-Dist: zstandard>=0.22.0
Requires-Dist: h5py>=3.10.0
Requires-Dist: numpy>=1.24.2
Provides-Extra: develop
Requires-Dist: ujson; extra == "develop"
Requires-Dist: pytest==7.2.2; extra == "develop"
Requires-Dist: pytest-benchmark==3.2.2; extra == "develop"
Requires-Dist: pytest-asyncio==0.14.0; extra == "develop"
Requires-Dist: tox==3.14.0; extra == "develop"
Requires-Dist: coverage==5.5; extra == "develop"
Requires-Dist: twine==1.15.0; extra == "develop"
Requires-Dist: wheel==0.38.4; extra == "develop"
Requires-Dist: github3.py==1.3.0; extra == "develop"
Requires-Dist: pylint==2.6.0; extra == "develop"
Requires-Dist: pylint-quotes==0.2.1; extra == "develop"

OpenSearch Benchmark
====================

OpenSearch Benchmark is the macrobenchmarking framework for OpenSearch.

What is OpenSearch Benchmark?
-----------------------------

If you are looking to performance test OpenSearch, then OpenSearch Benchmark is for you. It can help you with the following tasks:

* Running performance benchmarks and recording results
* Setting up and tearing down OpenSearch clusters for benchmarking
* Managing benchmark data and specifications across OpenSearch versions
* Discovering performance problems by attaching so-called telemetry devices
* Comparing performance results
* Creating customized workloads

We have also put considerable effort into OpenSearch Benchmark to ensure that benchmarking data are reproducible.

Documentation
-------------

Official documentation for OpenSearch Benchmark is [available online](https://opensearch.org/docs/latest/benchmark/index/).

Quick Start
-----------

Want to get started with OpenSearch Benchmark quickly? See [OpenSearch Benchmark's Quick Start guide in the documentation](https://opensearch.org/docs/latest/benchmark/index/).

Getting help
------------

* Quick help: ``opensearch-benchmark --help``
* Want to contribute? Look at [OpenSearch Benchmark's Developer Guide](<https://github.com/opensearch-project/OpenSearch-Benchmark/blob/main/DEVELOPER_GUIDE.md>) for more information
* For any questions or answers, visit our [community forum](<https://discuss.opendistrocommunity.dev/>).
* File improvements or bug reports in our [Github repo](<https://github.com/opensearch-project/OpenSearch-Benchmark/issues>).

How to Contribute
-----------------

See all details in the [contributor guidelines](<https://github.com/opensearch-project/OpenSearch-Benchmark/blob/main/CONTRIBUTING.md>).

License
-------

This software is licensed under the Apache License, version 2 ("ALv2"), quoted below.

Copyright 2015-2022 OpenSearch <https://opensearch.org/>

Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.
