Skip to content

academy-agents/ipdps26-evaluation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPDPS26 Academy Evaluation

Benchmarks and evaluation code for the IPDPS26 submission on Academy.

Installation

The bench/ package contains all of the microbenchmarks for the paper.

python -m venv venv
. venv/bin/activate
pip install -e .

This installs the requirements for notebooks/ as well, but the analysis specific requirements are also defined in notebooks/requirements.txt.

Running Benchmarks

Each benchmark is an executable module in the bench package. E.g.,

python -m bench.action_latency --help

Performing Analysis

All results used in the paper are provided in data/, and all figures have an associated Jupyter Notebook in notebooks/.

About

Code and analysis for the IPDPS 26 Academy paper

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors