Are benchmark comparisons against Torch available?

I’ve been trying to find benchmark comparisons against Torch, but all I could find are benchmark comparisons against Tensorflow, Theano and so on. I’ve seen the devs mention their extensive benchmarks, but couldn’t find the details or code.

From what I understand, Torch and PyTorch’s speed should be similar given that they share the underlying C libraries. I’d still like to see a detailed comparison of their speed and memory usage on training both small and big networks though. If anyone’s aware of any existing benchmark comparisons, preferably with code, please share the link with me. Much appreciated.