mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-10 15:05:33 +00:00
This commit modifies TransportBulkAction to use relative time instead of absolute time when measuring how long a bulk request took to be processed, and adds tests for this functionality. Closes #16916