diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-10-05 21:44:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-05 21:44:55 +0200 |
| commit | 3098eeb116a80ce12e6575e454d0448867478792 (patch) | |
| tree | c979d9dd492b9c811eabb6f1797428dcb9012bff /opendc-experiments/opendc-experiments-capelin/build.gradle.kts | |
| parent | b92d0e8703014f143ff0b1fe67de09fff6f867b1 (diff) | |
| parent | a6eec366f2a171f112a94d4ed50fe2c6521792a5 (diff) | |
merge: Add benchmarks for Capelin experiments
This pull request adds a JMH benchmark for the Capelin experiments, in order to concretely measure
the bottlenecks in these experiments.
* Do not prune invocations on sync engine invocation
* Add benchmark for Capelin experiment
* Extract scheduler for max min multiplexer
* Only sort outputs on capacity change
Diffstat (limited to 'opendc-experiments/opendc-experiments-capelin/build.gradle.kts')
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opendc-experiments/opendc-experiments-capelin/build.gradle.kts b/opendc-experiments/opendc-experiments-capelin/build.gradle.kts index 23a3e4a7..c20556b5 100644 --- a/opendc-experiments/opendc-experiments-capelin/build.gradle.kts +++ b/opendc-experiments/opendc-experiments-capelin/build.gradle.kts @@ -26,6 +26,7 @@ description = "Experiments for the Capelin work" plugins { `experiment-conventions` `testing-conventions` + `benchmark-conventions` } dependencies { |
