Skip to content

Commit

Permalink
r.patch graph for 7071
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshu15869 committed Mar 30, 2023
1 parent 793fafa commit 2d2daa0
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 150 deletions.
6 changes: 3 additions & 3 deletions raster/r.patch/benchmark/benchmark_r_patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ def main():

# Users can add more or modify existing reference maps
benchmark(7071, "r.patch_50M", results)
benchmark(14142, "r.patch_200M", results)
benchmark(10000, "r.patch_100M", results)
benchmark(20000, "r.patch_400M", results)
# benchmark(14142, "r.patch_200M", results)
# benchmark(10000, "r.patch_100M", results)
# benchmark(20000, "r.patch_400M", results)

bm.nprocs_plot(results, filename="rpatch_benchmark.svg")

Expand Down
Loading

0 comments on commit 2d2daa0

Please sign in to comment.