Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-design benchmarks webpage #3447

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .bundle/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
BUNDLE_BUILD__EVENTMACHINE: "--with-openssl-dir=/opt/homebrew/opt/[email protected]"
22 changes: 22 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/jekyll
{
"name": "Jekyll",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/jekyll:2-bullseye",

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [4000],

// Uncomment the next line to run commands after the container is created.
"postCreateCommand": "bundle install && bundle exec jekyll serve"

// Configure tool-specific properties.
// "customizations": {},

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
27 changes: 27 additions & 0 deletions _layouts/dashboard_layout.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
layout: default
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="{{ '/assets/css/dashboard-styles.css' | relative_url }}">
</head>
<body>
<div class="dashboard-container">
<div class="sidebar">
<h2>Dashboards</h2>
<ul>
{% for dashboard in page.dashboards %}
<li><a href="{{ dashboard.url | relative_url }}">{{ dashboard.name }}</a></li>
{% endfor %}
</ul>
</div>
<div class="main-content">
{{ content }}
</div>
</div>
</body>
</html>
45 changes: 45 additions & 0 deletions assets/css/dashboard-styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
.dashboard-container {
display: flex;
min-height: 100vh;
}

.sidebar {
width: 250px;
background-color: #f1f1f1;
padding: 20px;
overflow-y: auto;
max-height: 100vh;
}

.sidebar h2 {
margin-top: 0;
}

.sidebar ul {
list-style-type: none;
padding: 0;
}

.sidebar li {
margin-bottom: 10px;
}

.sidebar a {
text-decoration: none;
color: #333;
}

.sidebar a:hover {
color: #0066cc;
}

.main-content {
flex: 1;
padding: 20px;
}

iframe {
border: none;
width: 100%;
height: 900px;
}
34 changes: 34 additions & 0 deletions benchmarks/big5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
layout: dashboard_layout
title: OpenSearch Performance Benchmarks
dashboards:
- name: HTTP_LOGS
url: /benchmarks/http_logs
- name: NYC_TAXIS
url: /benchmarks/nyc_taxis
- name: PMC
url: /benchmarks/pmc
- name: Big5
url: /benchmarks/Big5
- name: Vectorsearch-nmslib-Cohere-1m
url: /benchmarks/vectorsearch-nmslib-cohere-1m
- name: Vectorsearch-nmslib-Cohere-10m
url: /benchmarks/vectorsearch-nmslib-cohere-10m
- name: Vectorsearch-faiss-Cohere-1m
url: /benchmarks/vectorsearch-faiss-cohere-1m
- name: Vectorsearch-faiss-Cohere-10m
url: /benchmarks/vectorsearch-faiss-cohere-10m
- name: Vectorsearch-lucene-Cohere-1m
url: /benchmarks/vectorsearch-lucene-cohere-1m
- name: Vectorsearch-lucene-Cohere-10m
url: /benchmarks/vectorsearch-lucene-cohere-10m
- name: Concurrent Segment Search Big5
url: /benchmarks/concurrent_segment_search_big5
- name: Concurrent Segment Search NYC_TAXIS
url: /benchmarks/concurrent_segment_search_nyc
- name: Concurrent Segment Search NOAA
url: /benchmarks/concurrent_segment_search_noaa
benchmark_domain: 'benchmarks.opensearch.org'
---

<iframe src="https://{{ page.benchmark_domain }}/app/dashboards#/view/c28730f0-1ead-11ef-addb-f72c2feaa994?embed=true&_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-7d,to:now))&_a=(description:'',filters:!(),fullScreenMode:!f,options:(hidePanelTitles:!f,useMargins:!t),query:(language:kuery,query:''),timeRestore:!t,title:Big5_final,viewMode:view)&show-time-filter=true&hide-filter-bar=true"></iframe>
34 changes: 34 additions & 0 deletions benchmarks/concurrent_segment_search_big5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
layout: dashboard_layout
title: OpenSearch Performance Benchmarks
dashboards:
- name: HTTP_LOGS
url: /benchmarks/http_logs
- name: NYC_TAXIS
url: /benchmarks/nyc_taxis
- name: PMC
url: /benchmarks/pmc
- name: Big5
url: /benchmarks/Big5
- name: Vectorsearch-nmslib-Cohere-1m
url: /benchmarks/vectorsearch-nmslib-cohere-1m
- name: Vectorsearch-nmslib-Cohere-10m
url: /benchmarks/vectorsearch-nmslib-cohere-10m
- name: Vectorsearch-faiss-Cohere-1m
url: /benchmarks/vectorsearch-faiss-cohere-1m
- name: Vectorsearch-faiss-Cohere-10m
url: /benchmarks/vectorsearch-faiss-cohere-10m
- name: Vectorsearch-lucene-Cohere-1m
url: /benchmarks/vectorsearch-lucene-cohere-1m
- name: Vectorsearch-lucene-Cohere-10m
url: /benchmarks/vectorsearch-lucene-cohere-10m
- name: Concurrent Segment Search Big5
url: /benchmarks/concurrent_segment_search_big5
- name: Concurrent Segment Search NYC_TAXIS
url: /benchmarks/concurrent_segment_search_nyc
- name: Concurrent Segment Search NOAA
url: /benchmarks/concurrent_segment_search_noaa
benchmark_domain: 'benchmarks.opensearch.org'
---

<iframe src="https://{{ page.benchmark_domain }}/app/dashboards?#/view/c130a680-fb5f-11ee-addb-f72c2feaa994?embed=true&_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-7d,to:now))&_a=(description:'',filters:!(),fullScreenMode:!f,options:(hidePanelTitles:!f,useMargins:!t),query:(language:kuery,query:''),timeRestore:!f,title:'Big5 Dashboard',viewMode:view)&show-time-filter=true&hide-filter-bar=true"></iframe>
34 changes: 34 additions & 0 deletions benchmarks/concurrent_segment_search_noaa.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
layout: dashboard_layout
title: OpenSearch Performance Benchmarks
dashboards:
- name: HTTP_LOGS
url: /benchmarks/http_logs
- name: NYC_TAXIS
url: /benchmarks/nyc_taxis
- name: PMC
url: /benchmarks/pmc
- name: Big5
url: /benchmarks/Big5
- name: Vectorsearch-nmslib-Cohere-1m
url: /benchmarks/vectorsearch-nmslib-cohere-1m
- name: Vectorsearch-nmslib-Cohere-10m
url: /benchmarks/vectorsearch-nmslib-cohere-10m
- name: Vectorsearch-faiss-Cohere-1m
url: /benchmarks/vectorsearch-faiss-cohere-1m
- name: Vectorsearch-faiss-Cohere-10m
url: /benchmarks/vectorsearch-faiss-cohere-10m
- name: Vectorsearch-lucene-Cohere-1m
url: /benchmarks/vectorsearch-lucene-cohere-1m
- name: Vectorsearch-lucene-Cohere-10m
url: /benchmarks/vectorsearch-lucene-cohere-10m
- name: Concurrent Segment Search Big5
url: /benchmarks/concurrent_segment_search_big5
- name: Concurrent Segment Search NYC_TAXIS
url: /benchmarks/concurrent_segment_search_nyc
- name: Concurrent Segment Search NOAA
url: /benchmarks/concurrent_segment_search_noaa
benchmark_domain: 'benchmarks.opensearch.org'
---

<iframe src="https://{{ page.benchmark_domain }}/app/dashboards?#/view/f3f89730-fb73-11ee-addb-f72c2feaa994?embed=true&_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-7d,to:now))&_a=(description:'',filters:!(),fullScreenMode:!f,options:(hidePanelTitles:!f,useMargins:!t),query:(language:kuery,query:''),timeRestore:!f,title:'NOAA Dashboard',viewMode:view)&show-time-filter=true&hide-filter-bar=true"></iframe>
34 changes: 34 additions & 0 deletions benchmarks/concurrent_segment_search_nyc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
layout: dashboard_layout
title: OpenSearch Performance Benchmarks
dashboards:
- name: HTTP_LOGS
url: /benchmarks/http_logs
- name: NYC_TAXIS
url: /benchmarks/nyc_taxis
- name: PMC
url: /benchmarks/pmc
- name: Big5
url: /benchmarks/Big5
- name: Vectorsearch-nmslib-Cohere-1m
url: /benchmarks/vectorsearch-nmslib-cohere-1m
- name: Vectorsearch-nmslib-Cohere-10m
url: /benchmarks/vectorsearch-nmslib-cohere-10m
- name: Vectorsearch-faiss-Cohere-1m
url: /benchmarks/vectorsearch-faiss-cohere-1m
- name: Vectorsearch-faiss-Cohere-10m
url: /benchmarks/vectorsearch-faiss-cohere-10m
- name: Vectorsearch-lucene-Cohere-1m
url: /benchmarks/vectorsearch-lucene-cohere-1m
- name: Vectorsearch-lucene-Cohere-10m
url: /benchmarks/vectorsearch-lucene-cohere-10m
- name: Concurrent Segment Search Big5
url: /benchmarks/concurrent_segment_search_big5
- name: Concurrent Segment Search NYC_TAXIS
url: /benchmarks/concurrent_segment_search_nyc
- name: Concurrent Segment Search NOAA
url: /benchmarks/concurrent_segment_search_noaa
benchmark_domain: 'benchmarks.opensearch.org'
---

<iframe src="https://{{ page.benchmark_domain }}/app/dashboards?#/view/f2eeb270-fd4e-11ee-a589-033f2c21734f?embed=true&_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-7d,to:now))&_a=(description:'',filters:!(),fullScreenMode:!f,options:(hidePanelTitles:!f,useMargins:!t),query:(language:kuery,query:''),timeRestore:!f,title:'NYC_TAXIS Dashboard',viewMode:view)&show-time-filter=true&hide-filter-bar=true"></iframe>
34 changes: 34 additions & 0 deletions benchmarks/http_logs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
layout: dashboard_layout
title: OpenSearch Performance Benchmarks
dashboards:
- name: HTTP_LOGS
url: /benchmarks/http_logs
- name: NYC_TAXIS
url: /benchmarks/nyc_taxis
- name: PMC
url: /benchmarks/pmc
- name: Big5
url: /benchmarks/Big5
- name: Vectorsearch-nmslib-Cohere-1m
url: /benchmarks/vectorsearch-nmslib-cohere-1m
- name: Vectorsearch-nmslib-Cohere-10m
url: /benchmarks/vectorsearch-nmslib-cohere-10m
- name: Vectorsearch-faiss-Cohere-1m
url: /benchmarks/vectorsearch-faiss-cohere-1m
- name: Vectorsearch-faiss-Cohere-10m
url: /benchmarks/vectorsearch-faiss-cohere-10m
- name: Vectorsearch-lucene-Cohere-1m
url: /benchmarks/vectorsearch-lucene-cohere-1m
- name: Vectorsearch-lucene-Cohere-10m
url: /benchmarks/vectorsearch-lucene-cohere-10m
- name: Concurrent Segment Search Big5
url: /benchmarks/concurrent_segment_search_big5
- name: Concurrent Segment Search NYC_TAXIS
url: /benchmarks/concurrent_segment_search_nyc
- name: Concurrent Segment Search NOAA
url: /benchmarks/concurrent_segment_search_noaa
benchmark_domain: 'benchmarks.opensearch.org'
---

<iframe src="https://{{ page.benchmark_domain }}/app/dashboards#/view/ae971a70-0715-11ee-a68c-1330e5a77b4c?embed=true&_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-7d,to:now))&_a=(description:'',filters:!(),fullScreenMode:!f,options:(hidePanelTitles:!f,useMargins:!t),query:(language:kuery,query:''),timeRestore:!f,title:'HTTP%20Logs',viewMode:view)&show-time-filter=true&hide-filter-bar=true"></iframe>
Loading
Loading