blob: bc16efa7ac7c6f8844fc565a590c58a76e89648d [file] [log] [blame]
#!/bin/sh
while true; do
echo "Python noop time: $(time -p python -c "pass" 2>&1 | grep real | sed "s/real //") seconds"
sleep 600
done