Code Monkey home page Code Monkey logo

Comments (4)

timford avatar timford commented on May 18, 2024

Congrats on being first :)

We don’t currently have plans to open-source the server.

Our goal is to enable Google-engaged open source projects to leverage Mako to enable/accelerate sustainable performance automation. We believe that this goal can be achieved with a hosted server and a set of open source client libraries which can be used in open source tests. This will allow us to scope our support of customers with the resources that we have available for this project.

That being said, we want community feedback regarding whether this scoping and prioritization will work. If not, we are eager to hear what workflows have friction and what we can do to make engineers/teams successful.

from mako.

dprotaso avatar dprotaso commented on May 18, 2024

As a Knative contributor I'd like to run these performance tests against a development branch/different cluster configurations but not spam the hosted mako dashboard.

I think the hosted dashboard would get unwieldy if each contributor has N variations of similar perf tests.

from mako.

rakelkar avatar rakelkar commented on May 18, 2024

Also using knative - can I publish results for tests run on AKS (for instance) to mako?

from mako.

timford avatar timford commented on May 18, 2024

I think the hosted dashboard would get unwieldy if each contributor has N variations of similar perf tests.

Great observation. This is the reason Mako supports tags (see TAGS.md). You can use tags to group all your personal runs together. And the Label Official Runs best practice should ensure such runs don’t clutter the canonical/official charts.

For example, you might want your runs to have the tag type=private (to distinguish it from type=official), and/or user=dprotaso.

Note that to enable this the test should be written in a way that makes it easy for the caller to pass in custom tags to be applied to the run. e.g.

run_perf_test.sh --additional_tags=”type=private,user=dprotaso”

In that example, to chart all your runs your URL could look something like: https://mako.dev/b/XXXXXXXX&tag=type%3Dprivate&tag=user%3Ddprotaso (replace ‘XXXXXXXX’ with the correct benchmark key).

With the Mako command-line, you could query for your runs like:

mako list_runs --benchmark_key=”XXXXXXXX” --tag_list=”type=private,user=dprotaso”

And in analyzers that can make use of run history, you could populate the analyzer configuration’s RunInfoQuery (see mako.proto) with those tags in order to make sure you’re comparing apples to apples.

Also using knative - can I publish results for tests run on AKS (for instance) to mako?

Sure. You can publish results from anywhere as long as:

To connect to the tags question, this is where you might add a tag like environment=AKS.

from mako.

Related Issues (13)

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.