add picture

This commit is contained in:
Niklas Birk 2023-11-24 19:28:47 +01:00
parent 81ae3a34e7
commit 9ec5cbf084
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import matplotlib.pyplot as plt
import timeit import timeit
nthreads = [1, 2, 4, 8, 16] nthreads = [1, 2, 4, 8, 16]
sizes = [100, 400, 1600, 6400, 12800, 256000, 512000] sizes = [100, 400, 1600, 6400, 12800, 25600, 51200]
thread_timings = [] thread_timings = []
for t in nthreads: for t in nthreads:

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB