Explorar o código

docs: fix SVG embed in mpsc perf docs

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
Eliza Weisman %!s(int64=3) %!d(string=hai) anos
pai
achega
eeaa7323a4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      mpsc_perf_comparison.md

+ 1 - 1
mpsc_perf_comparison.md

@@ -147,7 +147,7 @@ compares the performance of several popular asynchronous MPSC channel
 implementations ([`tokio::sync::mpsc`], [`async_std::channel`], and
 [`futures::channel::mpsc`]) with [`thingbuf::mpsc`].
 
-![Benchmark results](https://raw.githubusercontent.com/hawkw/thingbuf/main/assets/async_mpsc_integer-8c882b0/lines.svg)
+![Benchmark results](https://raw.githubusercontent.com/hawkw/thingbuf/main/assets/async_mpsc_integer-8c882b0/report/lines.svg)
 
 [`tokio::sync::mpsc`]: https://docs.rs/tokio/latest/tokio/sync/mpsc/index.html
 [`async_std::channel`]: https://docs.rs/async-std/latest/async_std/channel/index.html