Skip to content

Instantly share code, notes, and snippets.

@apriori
Last active July 20, 2021 15:24
Show Gist options
  • Save apriori/34eee9eae127574c40b4f955984b560b to your computer and use it in GitHub Desktop.
Save apriori/34eee9eae127574c40b4f955984b560b to your computer and use it in GitHub Desktop.
wgpu_transfer_tests results
Running unittests (target\release\deps\benchmarks-9b955bd9890f0d71.exe)
Gnuplot not found, using plotters backend
transfer_test_group/12 buffers (premapped)
time: [1.8924 ms 1.9466 ms 2.0062 ms]
thrpt: [17.523 GiB/s 18.060 GiB/s 18.578 GiB/s]
change:
time: [-4.4986% -1.0183% +2.8300%] (p = 0.59 > 0.05)
thrpt: [-2.7521% +1.0288% +4.7105%]
No change in performance detected.
Found 12 outliers among 100 measurements (12.00%)
9 (9.00%) high mild
3 (3.00%) high severe
Benchmarking transfer_test_group_slow/12 buffers (including map & unmap): Warming up for 3.0000 s
Warning: Unable to complete 10 samples in 5.0s. You may wish to increase target time to 11.8s.
transfer_test_group_slow/12 buffers (including map & unmap)
time: [1.2092 s 1.2099 s 1.2106 s]
thrpt: [29.737 MiB/s 29.754 MiB/s 29.771 MiB/s]
change:
time: [-0.2699% -0.0370% +0.1293%] (p = 0.79 > 0.05)
thrpt: [-0.1291% +0.0370% +0.2706%]
No change in performance detected.
Benchmarking transfer_test_group_async/12 buffers (including map & unmap & async): Warming up for 3.0000 s
Warning: Unable to complete 10 samples in 5.0s. You may wish to increase target time to 5.3s or enable flat sampling.
transfer_test_group_async/12 buffers (including map & unmap & async)
time: [93.288 ms 95.977 ms 97.342 ms]
thrpt: [369.83 MiB/s 375.09 MiB/s 385.90 MiB/s]
change:
time: [-16.513% -2.9018% +8.4371%] (p = 0.70 > 0.05)
thrpt: [-7.7807% +2.9886% +19.780%]
No change in performance detected.
Found 1 outliers among 10 measurements (10.00%)
1 (10.00%) low severe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment