Changes between Version 45 and Version 46 of CSC/Performance
- Timestamp:
- 01/31/18 04:37:55 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CSC/Performance
v45 v46 1 1 {{{#!div class="box" 2 [[Image(http ://xpra.org/icons/speed.png)]]2 [[Image(https://xpra.org/icons/speed.png)]] 3 3 = CSC Performance = 4 4 … … 24 24 {{{ 25 25 mkdir tmp && cd tmp 26 svn co http ://xpra.org/svn/Xpra/trunk/src/tests/26 svn co https://xpra.org/svn/Xpra/trunk/src/tests/ 27 27 PYTHONPATH=. tests/xpra/codecs/test_csc_cython.py 28 28 PYTHONPATH=. tests/xpra/codecs/test_csc_opencl.py … … 231 231 232 232 233 And [http ://xpra.org/stats/CSC/ here are some charts] based on those figures.233 And [https://xpra.org/stats/CSC/ here are some charts] based on those figures. 234 234 Note: for historical reasons, we include results for the now deleted [/wiki/CSC/NVCUDA csc nvcuda] module despite the fact that it never worked reliably...