diff --git a/previews/PR48/.documenter-siteinfo.json b/previews/PR48/.documenter-siteinfo.json index 145b78f3..e4191845 100644 --- a/previews/PR48/.documenter-siteinfo.json +++ b/previews/PR48/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.0","generation_timestamp":"2024-02-10T18:27:09","documenter_version":"1.2.1"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.0","generation_timestamp":"2024-02-10T21:30:15","documenter_version":"1.2.1"}} \ No newline at end of file diff --git a/previews/PR48/examples/integration/integration/index.html b/previews/PR48/examples/integration/integration/index.html index 2b614f6b..9099a810 100644 --- a/previews/PR48/examples/integration/integration/index.html +++ b/previews/PR48/examples/integration/integration/index.html @@ -23,4 +23,4 @@ @btime trapezoidal(0, 1, $N); @btime trapezoidal_parallel(0, 1, $N);
12.782 ms (0 allocations: 0 bytes)
2.563 ms (37 allocations: 3.16 KiB)
-
Because the problem is trivially parallel - all threads to the same thing and don't need to communicate - we expect an ideal speedup of (close to) the number of available threads.
This page was generated using Literate.jl.
Settings
This document was generated with Documenter.jl version 1.2.1 on Saturday 10 February 2024. Using Julia version 1.10.0.