Skip to content

pykeen/asv-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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