summaryrefslogtreecommitdiff
path: root/site/docs/getting-started/1-first-experiment.md
diff options
context:
space:
mode:
authorDante Niewenhuis <d.niewenhuis@hotmail.com>2024-11-26 15:28:48 +0100
committerGitHub <noreply@github.com>2024-11-26 15:28:48 +0100
commita2caf51f6e4691736e36ee41a178c6f6bbae3d67 (patch)
treeb7313054453bcc4000b21c0c44a06fb81a7a85f1 /site/docs/getting-started/1-first-experiment.md
parentec73210b675fd90568c5193e6ae6ef82ce81be6c (diff)
Connected the cpu power model given by the topology.json to SimCpu.java (#274)
* Connected the cpu power model given by the topology.json to SimCpu.java * ran spotless
Diffstat (limited to 'site/docs/getting-started/1-first-experiment.md')
-rw-r--r--site/docs/getting-started/1-first-experiment.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/site/docs/getting-started/1-first-experiment.md b/site/docs/getting-started/1-first-experiment.md
index 313d757b..9c84c435 100644
--- a/site/docs/getting-started/1-first-experiment.md
+++ b/site/docs/getting-started/1-first-experiment.md
@@ -6,6 +6,18 @@ description: Designing a simple experiment
Now that you have downloaded OpenDC, we will start creating a simple experiment.
In this experiment we will compare the performance of a small, and a big data center on the same workload.
+<details>
+<summary>Expand this</summary>
+
+This is content
+</details>
+
+:::tip Answer
+<details>
+<summary>Expand for the Answer</summary>
+</details>
+:::
+
:::info Learning goal
During this tutorial, we will learn how to create and execute a simple experiment in OpenDC.
:::