update links

pull/18/head
Vladimir Mandic 2023-04-19 09:39:13 -04:00
parent e9915849ca
commit 526faab4b8
2 changed files with 11 additions and 9 deletions

View File

@ -1,6 +1,7 @@
# SD WebUI Benchmark Data
## Run Benchmark & Submit
- Benchmark data is created using **SD WebUI Extension** [**System Info**](https://github.com/vladmandic/sd-extension-system-info)
<https://github.com/vladmandic/sd-extension-system-info>
- Record is appended if any of the system properties change
@ -9,15 +10,16 @@
<https://papertrailapp.com>
## Update Results
- GitHub Action runs periodically
<https://vladmandic.github.io/sd-extension-system-info/pages/benchmark-download.js>
<https://vladmandic.github.io/sd-data/pages/benchmark-download.js>
- Downloads latest benchmark data
- Merges downloaded data with local data
<https://vladmandic.github.io/sd-extension-system-info/pages/benchmark-raw.json>
<https://vladmandic.github.io/sd-data/pages/benchmark-raw.json>
- Creates JSON with sorted unique records
<https://vladmandic.github.io/sd-extension-system-info/pages/benchmark-data.json>
<https://vladmandic.github.io/sd-data/pages/benchmark-data.json>
- Renders as Markdown table
<https://github.com/vladmandic/sd-extension-system-info/blob/main/pages/benchmark.md>
<https://github.com/vladmandic/sd-data/blob/main/pages/benchmark.md>
- GitPages Serves HTML page which downloads and renders JSON data
<https://vladmandic.github.io/sd-extension-system-info/pages/benchmark.html>

View File

@ -36,11 +36,11 @@
Benchmark data is created using | <b>SD WebUI Extension <a href="https://github.com/vladmandic/sd-extension-system-info" style="color: #CE6400">System Info</a></b>
</div>
Last modified | <span id="modified" style="color: #CCC"></span>
<span id="modified" style="color: #AAA"> (page is updated automatically hourly if new data is found) <a href="https://github.com/vladmandic/sd-extension-system-info/actions" target="_blank"> | STATUS</a></span>
<span id="modified" style="color: #AAA"> (page is updated automatically hourly if new data is found) <a href="https://github.com/vladmandic/sd-data/actions" target="_blank"> | STATUS</a></span>
<div>Download
| <a href="https://vladmandic.github.io/sd-extension-system-info/pages/benchmark-data.json" style="color: #AAA" target="_blank">DATA</a></b>
| <a href="https://vladmandic.github.io/sd-extension-system-info/pages/benchmark-raw.json" style="color: #AAA" target="_blank">RAW</a></b>
| <a href="https://github.com/vladmandic/sd-extension-system-info/blob/main/pages/benchmark.md" style="color: #AAA" target="_blank">MD</a></b> |
| <a href="https://vladmandic.github.io/sd-data/pages/benchmark-data.json" style="color: #AAA" target="_blank">DATA</a></b>
| <a href="https://vladmandic.github.io/sd-data/pages/benchmark-raw.json" style="color: #AAA" target="_blank">RAW</a></b>
| <a href="https://github.com/vladmandic/sd-data/blob/main/pages/benchmark.md" style="color: #AAA" target="_blank">MD</a></b> |
</div>
<div style="color: #CCC"><i>Note | Performance is measured as iterations per second for different batch sizes (1, 2, 4, 8 ...) and using standardized txt2img settings</i></div>
<br>
@ -50,7 +50,7 @@
<script type="module">
import { Grid, html } from 'https://cdn.jsdelivr.net/npm/gridjs@6.0.6/dist/gridjs.module.js'; // eslint-disable-line import/no-unresolved, node/no-missing-import, import/extensions
const dataUrl = 'https://vladmandic.github.io/sd-extension-system-info/pages/benchmark-data.json';
const dataUrl = 'https://vladmandic.github.io/sd-data/pages/benchmark-data.json';
const log = (...msg) => {
console.log('benchmark', ...msg); // eslint-disable-line no-console