Commit 49a034f9 authored by Carlos Natalino's avatar Carlos Natalino
Browse files

Improving the README and removing unused variables.

parent 83823dcf
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2,4 +2,6 @@

__Authors__: [Carlos Natalino](https://www.chalmers.se/en/persons/carda/), Lluis Gifre Renom, Francisco-Javier Moreno-Muro, Sergio Gonzalez Diaz, Ricard Vilalta, Raul Muñoz, Paolo Monti, and Marija Furdek

Experiments from the JOCN paper.
 No newline at end of file
The paper has been published as open access: https://doi.org/10.1364/JOCN.482932

This folder contains the experiments published in the JOCN paper.
+0 −3
Original line number Diff line number Diff line
@@ -76,9 +76,6 @@ def manage_number_services(terminate, folder):
    # make sure we have the correct loop time
    cache.set("MONITORING_INTERVAL", 30)

    # connecting to the HPA API
    autoscaling = client.AutoscalingV1Api()

    # define number of services
    # 6 values followed by two zeros
    number_services = [0, 10]