Skip to content

Instantly share code, notes, and snippets.

View Space646's full-sized avatar

Space646 Space646

  • 01:41 (UTC +02:00)
View GitHub Profile
@apalala
apalala / bench.py
Last active November 6, 2023 01:45
A simple Python benchmark
from __future__ import print_function
from math import sin, cos, radians
import timeit
'''
A simple Python benchmark.
Results on an overclocked AMD FX-8150 Eight-Core CPU @ 3.0 GHz, and
an Intel Core i5-2410M CPU @ 2.30GHz.