Skip to content

pykeen/asv-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 24, 2021
a38929c · May 24, 2021

History

17 Commits
May 24, 2021
May 24, 2021
May 24, 2021
May 24, 2021
May 24, 2021
May 24, 2021
May 24, 2021
May 24, 2021
May 24, 2021

Repository files navigation

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