summaryrefslogtreecommitdiff
path: root/simulator/gradle.properties
diff options
context:
space:
mode:
authorHongyu <39747921+HongyuHe@users.noreply.github.com>2021-03-06 19:36:46 +0100
committerGitHub <noreply@github.com>2021-03-06 19:36:46 +0100
commit2977dd8a5f1d742193eae79364a284e68269f7b5 (patch)
tree3fb378be396d728d30b2769a4610c652cfb71507 /simulator/gradle.properties
parentd72ac4b1df32dd5e6bd3faa4fa528dbf8a03f6f1 (diff)
sim: Implement energy models from CloudSim (#79)
This commit implements the energy models that are present in CloudSim: 1. Constant 2. Linear 3. Cubic 4. Square root 5. Interpolation based on data.
Diffstat (limited to 'simulator/gradle.properties')
-rw-r--r--simulator/gradle.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/simulator/gradle.properties b/simulator/gradle.properties
index fb007dde..930be6b5 100644
--- a/simulator/gradle.properties
+++ b/simulator/gradle.properties
@@ -45,3 +45,4 @@ classgraph.version = 4.8.102
# Dependencies (Testing)
junit-jupiter.version = 5.7.1
junit-platform.version = 1.7.1
+mockk.version = 1.10.5