> Things like suspend to RAM [...] working

If you're on and AMD laptop then suspend to ram can be tested with amd-debug-tools[0].

> WiFi

Here[1] is a list of public iperf3 servers. You can test your connection speed with (change host name and port to appropriate server):

  # Test upload speed
  iperf3 -c host-name-here -p 5201

  # Test download speed
  iperf3 -c host-name-here -p 5201 -R
You can also launch your own server so you're not limited by your internet speed (I usually run one on my router):

  iperf3 -s -p 5201

  [0] https://git.kernel.org/pub/scm/linux/kernel/git/superm1/amd-debug-tools.git/about/
  [1] https://iperf.fr/iperf-servers.php