/asv-benchmark

PyKEEN benchmarks with airspeed velocity served at https://pykeen.github.io/asv-benchmark/

Primary LanguagePython

Benchmarks for pykeen

Code style: black

Benchmarks using the airspeed velocity library.

Installation

$ pip install -r requirements.txt

Usage

cf. https://asv.readthedocs.io/en/stable/using.html

Run benchmark

The following command runs the benchmark from the current master branch of PyKEEN:

$ asv run

The results are stored under ./results.

Show results

$ asv show

Publish results

This creates HTML pages of the report in the ./html directory.

$ asv publish