Skip to content

HaoZeke/asv_experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is a simple repository meant to test out new asv and asv_runner features.

asv run -b params_decorator

Usage

The current local development simply requires one to replace the $REPLACE_ME variable in the asv.conf.json with the full path:

"matrix": {
    "req": {
        "numpy": [""],
        "pip+asv_runner": ["-e $REPLACE_ME"]
    },
},

Or in an even simpler manner:

ASV_RUNNER_PATH="$REPLACE_ME" asv run

About

Just some stuff to test ASV changes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages