Skip to content

Commit

Permalink
Add new graph and small style improvements
Browse files Browse the repository at this point in the history
Signed-off-by: Fanit Kolchina <[email protected]>
  • Loading branch information
kolchfa-aws committed Jun 7, 2024
1 parent 205feb5 commit 1fc16d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions _posts/2024-06-07-opensearch-performance-2.14.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ OpenSearch covers a broad range of functionality for applications involving docu
We evaluated performance improvements using the [OpenSearch Big5 workload](https://github.com/opensearch-project/opensearch-benchmark-workloads/tree/main/big5), which covers the types of queries common in search and log analytics, including text queries, sorting, term aggregations, range queries, and date histograms. This provides an objective and easy-to-replicate benchmark for performance work.

<style>

.light-orange-clr {
background-color: #FDEFE5;
}

.green-clr {
background-color: #c1f0c1;
}
Expand All @@ -45,22 +40,13 @@ We evaluated performance improvements using the [OpenSearch Big5 workload](https
text-align: left;
}

.center {
display: block;
margin-left: auto;
margin-right: auto;
}

table {
font-size: 16px;
}

h3 {
font-size: 22px;
}
h4 {
font-size: 20px;
}

th {
background-color: #f5f7f7;
Expand All @@ -76,7 +62,7 @@ The following graph shows the relative improvements by query category as the 90t

The heavy green line summarizes the overall improvements as the geometric mean of the individual categories of improvement, showing continuous progress in performance.

<img src="/assets/media/blog-images/2024-06-07-opensearch-performance-2.14/performance-graph.png" alt="OpenSearch performance improvements up to 2.14" class="img_bound"/>{:style="width: 100%; max-width: 750px; height: auto;"}
<img src="/assets/media/blog-images/2024-06-07-opensearch-performance-2.14/performance-graph.png" alt="OpenSearch performance improvements up to 2.14" class="center"/>{:style="width: 100%; max-width: 800px; height: auto; text-align: center"}

## Queries

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1fc16d8

Please sign in to comment.