Skip to content

Commit faa17c1

Browse files
authored
Update benchmark documentation with image
1 parent 73ce57d commit faa17c1

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
@@ -21,7 +21,7 @@ We also tried to evaluate the performance of the procedures on persistent data.
2121
performance of weighted sampling with replacement from 100 GB of data in the arrow format stored on
2222
disk:
2323

24-
[comparison_ondisk_algs.pdf](https://github.com/user-attachments/files/22069870/comparison_ondisk_algs.pdf)
24+
![comparison_ondisk_algs](https://github.com/user-attachments/assets/622c5d03-07f2-428c-9bb5-6d6fcc629bec)
2525

2626
the "chunks" method uses `StatsBase.sample` along with the merging methods of this package to sample
2727
subsequent chunks of the stored data and then recombine the samples. The other methods employ the

0 commit comments

Comments
 (0)