-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding Vijayan as OpenSearch Benchmark Maintainer (#533)
Signed-off-by: Ian Hoang <[email protected]> Co-authored-by: Ian Hoang <[email protected]>
- Loading branch information
Showing
3 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* @IanHoang @gkamat @beaioun @cgchinmay @rishabh6788 | ||
* @IanHoang @gkamat @beaioun @cgchinmay @rishabh6788 @VijayanB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -135,10 +135,10 @@ def str_from_file(name): | |
first_unsupported_version = "{}.{}".format(supported_python_versions[-1][0], supported_python_versions[-1][1] + 1) | ||
|
||
setup(name="opensearch-benchmark", | ||
author="Ian Hoang, Govind Kamat, Mingyang Shi, Chinmay Gadgil, Rishabh Singh", | ||
author_email="[email protected], [email protected], [email protected], [email protected], [email protected]", | ||
maintainer="Ian Hoang, Govind Kamat, Mingyang Shi, Chinmay Gadgil, Rishabh Singh", | ||
maintainer_email="[email protected], [email protected], [email protected], [email protected], [email protected]", | ||
author="Ian Hoang, Govind Kamat, Mingyang Shi, Chinmay Gadgil, Rishabh Singh, Vijayan Balasubramanian", | ||
author_email="[email protected], [email protected], [email protected], [email protected], [email protected], [email protected]", | ||
maintainer="Ian Hoang, Govind Kamat, Mingyang Shi, Chinmay Gadgil, Rishabh Singh, Vijayan Balasubramanian", | ||
maintainer_email="[email protected], [email protected], [email protected], [email protected], [email protected], [email protected]", | ||
version=__versionstr__, | ||
description="Macrobenchmarking framework for OpenSearch", | ||
long_description=long_description, | ||
|