| <!DOCTYPE html> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| |
| <html> |
| |
| <head> |
| <meta charset="utf-8" /> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <meta http-equiv="X-UA-Compatible" content="ie=edge"> |
| <meta http-equiv="Content-Security-Policy" content="default-src 'self' http://127.0.0.1:8061; |
| connect-src 'self' http://127.0.0.1:8061; |
| script-src 'self' 'unsafe-inline' 'unsafe-eval' https://cdn.jsdelivr.net; |
| script-src-elem 'self' 'unsafe-inline' https://cdn.jsdelivr.net; |
| style-src 'self' 'unsafe-inline'; |
| img-src 'self' data:;"> |
| <base href="/"> |
| <title>Apache Iggy Benchmarks Dashboard</title> |
| <link data-trunk rel="copy-dir" href="assets" /> |
| <link data-trunk rel="rust" data-wasm-opt="z" /> |
| <link data-trunk rel="css" href="assets/style.css" /> |
| <script src="https://cdn.jsdelivr.net/npm/echarts@5.5.1/dist/echarts.min.js"></script> |
| <script src="https://cdn.jsdelivr.net/npm/echarts-gl@2.0.9/dist/echarts-gl.min.js"></script> |
| </head> |
| |
| <body> |
| <div id="app"></div> |
| </body> |
| |
| </html> |