Skip to content

Commit 7f8b5f1

Browse files
committed
docs: fix HTML report links to use GitHub HTML preview service
GitHub doesn't render HTML files directly in the browser - it shows the raw source code. Fix this by using htmlpreview.github.io service which properly renders HTML files from GitHub repositories. This allows users to actually view the interactive benchmark reports instead of seeing raw HTML code. Generated-by: Claude AI Signed-off-by: Luis Chamberlain <[email protected]>
1 parent 3b81f3b commit 7f8b5f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ai/vector-databases/milvus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ Example GitHub Actions workflow:
259259
We've conducted comprehensive Milvus performance tests using kdevops infrastructure. View actual benchmark results:
260260
261261
#### Multi-Filesystem Performance Comparison
262-
- **[Interactive HTML Report](milvus-demo-results/results-multifs/benchmark_report.html)** - Complete performance analysis across XFS, ext4, and btrfs
262+
- **[View Interactive HTML Report](https://htmlpreview.github.io/?https://github.com/linux-kdevops/kdevops/blob/main/docs/ai/vector-databases/milvus-demo-results/results-multifs/benchmark_report.html)** - Complete performance analysis across XFS, ext4, and btrfs
263263
- **[Summary](milvus-demo-results/results-multifs/benchmark_summary.txt)** - Quick performance overview
264264
- **Performance Visualizations**:
265265
- [Filesystem Comparison](milvus-demo-results/results-multifs/filesystem_comparison.png) - Side-by-side filesystem performance
@@ -269,7 +269,7 @@ We've conducted comprehensive Milvus performance tests using kdevops infrastruct
269269
- [Performance Matrix](milvus-demo-results/results-multifs/performance_matrix.png) - Complete performance heatmap
270270
271271
#### Simple Benchmark Results
272-
- **[Interactive HTML Report](milvus-demo-results/results-simple/benchmark_report.html)** - Standard benchmark results
272+
- **[View Interactive HTML Report](https://htmlpreview.github.io/?https://github.com/linux-kdevops/kdevops/blob/main/docs/ai/vector-databases/milvus-demo-results/results-simple/benchmark_report.html)** - Standard benchmark results
273273
- **[Summary](milvus-demo-results/results-simple/benchmark_summary.txt)** - Performance metrics overview
274274
275275
These results demonstrate:

0 commit comments

Comments
 (0)