Closed jdkent closed 3 months ago
This pull request introduces benchmarking capabilities to the NiMARE project. It adds configuration files for the Airspeed Velocity (ASV) benchmarking tool, implements benchmarks for Coordinate-Based Meta-Analysis (CBMA) estimators, and sets up a GitHub Actions workflow to run these benchmarks automatically on pull requests and pushes to the main branch.
Files | Changes |
---|---|
asv.conf.json |
Added ASV configuration file with project-specific settings and customizations |
benchmarks/bench_cbma.py |
Implemented benchmarks for CBMA estimators including ALE, KDA, MKDAChi2, and MKDADensity |
.github/workflows/benchmark.yml |
Created a GitHub Actions workflow to automatically run benchmarks on pull requests and pushes to the main branch |
Closes # .
Changes proposed in this pull request:
-
Summary by Sourcery
Add benchmarking capabilities for CBMA estimators using ASV and set up a GitHub Actions workflow to automate the benchmarking process on the main branch and pull requests.
New Features:
CI: