Skip to content

WoodyBryant/Perfguard

Repository files navigation

Perfguard

An implementation of Perfguard.


Data description

We leverage the plan generation method from Lero repo to generate plans as trainging data set and testing data set. Moreover, the feature generation method of Lero are used to extract features from plans.

How to run

  1. Configure python runtime environment
pip install -r requirement.txt
  1. Modify necessary configuration about training and testing in ImportConfig.py.
  2. Train and test
# 1. train
python train.py
# 2. test
python test.py

About

An implementation of Perfguard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages