https://github.com/pykeen/asv-benchmark
PyKEEN benchmarks with airspeed velocity served at https://pykeen.github.io/asv-benchmark/
https://github.com/pykeen/asv-benchmark
knowledge-graph-embedding-models pykeen
Last synced: 9 days ago
JSON representation
PyKEEN benchmarks with airspeed velocity served at https://pykeen.github.io/asv-benchmark/
- Host: GitHub
- URL: https://github.com/pykeen/asv-benchmark
- Owner: pykeen
- Created: 2021-05-24T12:02:14.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-31T12:42:23.000Z (almost 4 years ago)
- Last Synced: 2025-12-08T12:46:53.752Z (5 months ago)
- Topics: knowledge-graph-embedding-models, pykeen
- Language: Python
- Homepage: https://pykeen.github.io/asv-benchmark
- Size: 313 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Benchmarks for pykeen
[](https://github.com/psf/black)
Benchmarks using the [airspeed velocity](https://asv.readthedocs.io/en/stable/index.html) library.
## Installation
```shell
$ 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:
```shell
$ asv run
```
The results are stored under `./results`.
### Show results
```shell
$ asv show
```
### Publish results
This creates HTML pages of the report in the `./html` directory.
```shell
$ asv publish
```