Browse Source

Add benchmark plots

zrythm_meson
David Robillard 4 years ago
parent
commit
cba1ff3a18
  1. 3
      .gitlab-ci.yml
  2. 1747
      doc/serdi-memory.svg
  3. 1925
      doc/serdi-throughput.svg
  4. 1700
      doc/serdi-time.svg

3
.gitlab-ci.yml

@ -94,6 +94,7 @@ test:x64_dbg: @@ -94,6 +94,7 @@ test:x64_dbg:
image: lv2plugin/debian-x64
script:
- python ./waf test
- cp doc/*.svg build/doc/
- groff -Thtml -P -l -P -r -man -wall doc/serdi.1 > build/doc/serdi.html
dependencies:
- x64_dbg
@ -195,6 +196,8 @@ pages: @@ -195,6 +196,8 @@ pages:
script:
- mkdir -p .public/doc
- mkdir -p .public/man
- mkdir -p .public/images
- mv build/doc/*.svg .public/images
- mv build/doc/html/ .public/doc/html
- mv build/coverage/ .public/coverage
- mv build/doc/index.html .public/index.html

1747
doc/serdi-memory.svg

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 73 KiB

1925
doc/serdi-throughput.svg

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 78 KiB

1700
doc/serdi-time.svg

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 69 KiB

Loading…
Cancel
Save