Skip to content

Commit 189c869

Browse files
authored
Change image source in benchmark.md
1 parent faa17c1 commit 189c869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/benchmark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Using these sampling techniques can bring down considerably the memory usage of the program,
66
but there are cases where they are also more time efficient:
77

8-
<img width="1200" height="900" alt="comparison_stream_algs" src="https://github.com/user-attachments/assets/afc281ff-a969-4ced-9c68-9e0ec2974d9c" />
8+
![](https://github.com/user-attachments/assets/f92becdb-09bd-40c6-8f05-580c0229e83e)
99

1010
The iterator used is a filtered generator which creates an integer range between `1` and `10^8`. The filtering step is performed to make the
1111
benchmark more accurately mimic a somewhat realistic iterator, on which the methods could be actually used in practice.

0 commit comments

Comments
 (0)