Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.
/ smart-cache Public archive

A project to develop and test solutions for smart caching

License

Notifications You must be signed in to change notification settings

Cloud-PG/smart-cache

smart-cache

⚙️ Develop

It is recommended to install the develop packages used for the project:

pipenv install --dev

Use the simulator utilities

Installation

cd SmartCache/sim/Utilities
python3 setup.py install

Use the simulator utilities

python3 -m utils --help
# Example to fast compile
python3 -m utils compile --fast 'true'
# Example to get the simulator executable path
python3 -m utils simPath

Use the Probe module

Installation

cd Probe
python3 setup.py install

Open the dashboard

Open the result folder with the following command:

python3 -m probe.results --help
# Example to open dashboard for all results into a folder
python3 -m probe.results dashboard result_folder