User Portlet
| Discussions |
|---|
| Thanks for this post! Wanted to add that Kitty (alternative to iTerm2) also offers a similar feature. To obtain the same results with Kitty, one can replace `Run["imgcat " fileName]` in the module with `Run["kitten icat " fileName]`. ... |
| I think one can activate the other kernels with `LaunchKernels[]`, and then run the benchmarking. With all 8 kernels activated on my device, I get a score of 11.71. To activate n kernels where n is an integer less than or equal to the number of cores... |