Giter Site home page Giter Site logo

Comments (2)

nbrady-techempower avatar nbrady-techempower commented on June 1, 2024

That shouldn't be the case. Were you able to reproduce this a few times? The status of your container was exited already?

The code in the toolset seems to be only stopping containers with techempower in the image tags:

    @staticmethod
    def __stop_all(docker_client):
        for container in docker_client.containers.list():
            if len(container.image.tags) > 0 \
                    and 'techempower' in container.image.tags[0] \
                    and 'tfb:latest' not in container.image.tags[0]:
                DockerHelper.__stop_container(container)

but might be happening elsewhere. I'll try and reproduce this when I can.

from frameworkbenchmarks.

jeffersonjpr avatar jeffersonjpr commented on June 1, 2024

It only happened once. I began monitoring the benchmark using docker ps while also keeping an eye on my computer's performance with htop. I did not use any docker commands while the benchmark was running. After the benchmark completed, I ran docker ps -a to check if the cleaning process was successful and confirmed that there were no containers left. However, I noticed that my metabase container was missing.

from frameworkbenchmarks.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.