How to check runtime comparison?

Hi! Greetings!
I am new to pymc world. I want to use jupyter notebook for python and pymc. So, from the pymc website I intsalled pymc as %pip install pytensor pymc
import pymc as pm

I want check if I had installed it properly or not. I gonna use Bayesian modelling. So, my main focus is to have minimum runtime. Is there any way or code so that I can check my pymc is running good as expected ? (having good runtime for some model)