Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.19 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.19 KB

Examples Directory Tests Run - VM

Introduction

This is the repo in which we at Green Coding collect some example applications that you can use to get to know the green metrics tool: https://github.com/green-coding-berlin/green-metrics-tool

Every directory contains it's own README with more details on what each example does.

Some interesting examples are:

  • ./ml-model: Which runs a little ml model and enables us to benchmark ml tasks
  • ./stress: Which is a very simple entry point into benchmarking and shows how to run a little stress test
  • ./wordpress-official-data: Which shows you how to analyze a wordpress installation including server and browser

How to use

Please see the documentation

Building and starting

docker compose up

Changing after rebuild

If you make changes to the Dockerfile remember to use docker compose build to rebuild.