Skip to content

Commit

Permalink
doc: fix bench charts bg
Browse files Browse the repository at this point in the history
  • Loading branch information
arindas committed Aug 11, 2023
1 parent 62ee814 commit e06aa58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -626,8 +626,8 @@ This section presents some selected benchmark reports:
#### `commit_log` write benchmark with 1KB messages

<p align="center" bgcolor="white">
<img src="https://arindas.github.io/laminarmq/bench/latest/commit_log_append_with_k_message/report/lines.svg" alt="k-message-write-bench"/>
<p align="center">
<img src="https://raw.githubusercontent.com/arindas/laminarmq/assets/assets/bench/k-message-write-bench.svg" alt="k-message-write-bench"/>
</p>
<p align="center">
<b>Fig:</b> Comparing Time taken v/s Input size in bytes (lower is better) across storage back-ends
Expand All @@ -640,7 +640,7 @@ This benchmark measures the time taken to write messages of size 1KB across diff
#### `segmented_log` streaming read benchmark with 1KB messages

<p align="center" bgcolor="white">
<img src="https://arindas.github.io/laminarmq/bench/latest/segmented_log_read_stream_with_k_message/report/lines.svg" alt="k-message-read-bench"/>
<img src="https://raw.githubusercontent.com/arindas/laminarmq/assets/assets/bench/k-message-read-bench.svg" alt="k-message-read-bench"/>
</p>
<p align="center">
<b>Fig:</b> Comparing Time taken v/s Input size in bytes (lower is better) across storage back-ends
Expand Down

0 comments on commit e06aa58

Please sign in to comment.