项目作者: emsig

项目描述 :
Benchmarks using airspeed velocity.
高级语言: Python
项目地址: git://github.com/emsig/emg3d-asv.git
创建时间: 2019-05-03T14:30:56Z
项目社区:https://github.com/emsig/emg3d-asv

开源协议:Apache License 2.0

下载


Benchmarks for emg3d using airspeed velocity

asv

Currently there are benchmarks for:

  • solver: solver, smoothing, residual.
  • njitted: None;
  • utils: None.

Not too many benchmarks so far. But enough to detect any sever regression. More
importantly, everything is set up and in place. So before trying to improve
speed or memory in any function, write a benchmark for it.

Make sure to set

  1. OPENBLAS_NUM_THREADS=1
  2. MKL_NUM_THREADS=1
  3. OMP_NUM_THREADS=1

as outlined in the
asv-docs.

The results which are shown on
emsig.github.io/emg3d-asv are stored in the
github.com/emsig/emg3d-bench-repo.