Analysis of a Python performance issue

 — 

I am working on the CPython benchmark suite (performance) and I run the benchmark suite to upload results to speed.python.org. While analying results, I noticed a temporary peak on the call_method benchmark at October 19th:

call_method microbenchmark

The graphic shows the performance of the call_method microbenchmark between Feb 29, 2016 …

Category: benchmark Tags:

Intel CPUs (part 2): Turbo Boost, temperature, frequency and Pstate C0 bug

 — 

Intel CPUs (part 2): Turbo Boost, temperature, frequency and Pstate C0 bug

Category: benchmark Tags:

Intel CPUs: P-state, C-state, Turbo Boost, CPU frequency, etc.

 — 

Intel CPUs: Hyper-threading, Turbo Boost, CPU frequency, etc.

Category: benchmark Tags:

Visualize the system noise using perf and CPU isolation

 — 

I developed a new perf module designed to run stable benchmarks, give fine control on benchmark parameters and compute statistics on results. With such tool, it becomes simple to visualize sources of noise. The CPU isolation will be used to visualize the system noise. Running a benchmark on isolated CPUs …

Category: benchmark Tags:

My journey to stable benchmark, part 3 (average)

 — 

My journey to stable benchmark, part 3 (average)

Category: benchmark Tags:

My journey to stable benchmark, part 2 (deadcode)

 — 

My journey to stable benchmark, part 2 (deadcode)

Category: benchmark Tags:

My journey to stable benchmark, part 1 (system)

 — 

My journey to stable benchmark, part 1

Category: benchmark Tags:

Status of Python 3 in OpenStack Mitaka

 — 

Status of Python 3 in OpenStack Mitaka

Category: python Tags:

Fast _PyAccu, _PyUnicodeWriter and_PyBytesWriter APIs to produce strings in CPython

 — 

_PyBytesWriter API

Category: python Tags:

My contributions to CPython during 2015 Q4

 — 

My contributions to CPython during 2015 Q4

Category: python Tags:

© Victor Stinner 2016

Powered by Pelican