Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 694 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 694 Bytes

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