Skip to main content
Ctrl+K
pyquickbench pyquickbench

pyquickbench

  • Gallery
  • API
  • Tests report
  • GitHub
  • PyPI
  • Anaconda
  • Gallery
  • API
  • Tests report
  • GitHub
  • PyPI
  • Anaconda
pyquickbench pyquickbench

pyquickbench

Section Navigation

  • Tutorial
    • A first benchmark
    • Caching benchmarks
    • Preparing inputs
    • Handling errors
    • Plotting scalar values
    • Plotting transformed values
    • Multidimensional benchmarks
    • Time-consuming benchmarks
    • Vector outputs
    • Time Trains
    • Running benchmarks manually
  • Benchmarks
    • Description of the benchmark machine
    • Time benchmark of built-in hashing in Python
    • Benchmark of inplace conjugation of arrays
    • Numpy array initialization
  • Gallery

Gallery#

This gallery gathers a few example, demonstrating the capabilities of pyquickbench.
The dependencies needed to run the examples can be downloaded directly with pip:
pip install pyquickbench[docs]

Tutorial#

This is the best place to learn how to use pyquickbench.

A first benchmark

A first benchmark

Caching benchmarks

Caching benchmarks

Preparing inputs

Preparing inputs

Handling errors

Handling errors

Plotting scalar values

Plotting scalar values

Plotting transformed values

Plotting transformed values

Multidimensional benchmarks

Multidimensional benchmarks

Time-consuming benchmarks

Time-consuming benchmarks

Vector outputs

Vector outputs

Time Trains

Time Trains

Running benchmarks manually

Running benchmarks manually

Benchmarks#

This is a collection of actual benchmarks performed on the author’s laptop computer.

Description of the benchmark machine

Description of the benchmark machine

Time benchmark of built-in hashing in Python

Time benchmark of built-in hashing in Python

Benchmark of inplace conjugation of arrays

Benchmark of inplace conjugation of arrays

Numpy array initialization

Numpy array initialization

Download all examples in Python source code: auto_examples_python.zip

Download all examples in Jupyter notebooks: auto_examples_jupyter.zip

Gallery generated by Sphinx-Gallery

On this page
  • Tutorial
  • Benchmarks
Edit on GitHub

This Page

  • Show Source