-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Results visualization: add possibility to hide lines #402
Comments
I would love to contribute to this issue :D. May u assign this issue to me? |
@acomodi Just in case u didn't receive the notification |
Hi @SiyaoIsHiding I've assigned the issue to you |
@kgugala & @acomodi, May I ask what should I put into the environment variable - name: Use gcloud CLI
run: |
cd results
mkdir build-results
gsutil cp gs://${{ secrets.GCP_STORAGE_BUCKET }}/*.json.gz build-results But I do not have the access to your gcloud so I still don't know what I should put into this Besides, may you simply give me an example of this Thank you for your time and any advice will be appreciated. Best, |
Hi @SiyaoIsHiding, thanks for looking into this issue. Let me take a look and get back to you. |
@SiyaoIsHiding so actually for the purpose of solving this issue you could simply generate the data source files using the exhaust script, copy the resulting *.json.gz to the created |
Thank you very much. I will work on it immediately. |
Hi, if the issue is still open, can I pick this up? |
yeah sure pls |
At the moment there is no possibility to hide the lines in the charts corresponding to the various toolchains.
The idea is to be able to click on the colored line belonging to a particular toolchain and disable all the lines corresponding to the particular toolchain.
For context, the results directory contains the code to gather and generate the HTML representation of all the results produced by the FPGA tool perf CI.
The text was updated successfully, but these errors were encountered: