mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
update class-reports
GitOrigin-RevId: 4897f9d31418da4980454a0dc900b512bd4092b9
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d44eda897d
commit
ff541d2be2
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,16 +1,16 @@
|
||||
#!/bin/sh
|
||||
# Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||
# Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
set -ex
|
||||
|
||||
cd "$(dirname "$0")/resources"
|
||||
|
||||
curl --fail --header "Authorization: Bearer $TC_TOKEN" -L https://buildserver.labs.intellij.net/repository/download/ijplatform_master_UltimateStartupPerfTestMac/.lastSuccessful/startup/warmUp/logs.zip > a.zip
|
||||
curl --fail --header "Authorization: Bearer $TC_TOKEN" -L https://buildserver.labs.intellij.net/repository/download/ijplatform_master_UltimateStartupHighlightPerfTestMacM1/.lastSuccessful/intellij-on-intellij-2/measurestartup/reports.zip > a.zip
|
||||
unzip -p a.zip class-report.txt > mac/class-report.txt
|
||||
|
||||
curl --fail --header "Authorization: Bearer $TC_TOKEN" -L https://buildserver.labs.intellij.net/repository/download/ijplatform_master_UltimateStartupPerfTestWindows/.lastSuccessful/startup/warmUp/logs.zip > a.zip
|
||||
curl --fail --header "Authorization: Bearer $TC_TOKEN" -L https://buildserver.labs.intellij.net/repository/download/ijplatform_master_UltimateStartupHighlightPerfTestWindows/.lastSuccessful/intellij-on-intellij-2/measurestartup/reports.zip > a.zip
|
||||
unzip -p a.zip class-report.txt > windows/class-report.txt
|
||||
|
||||
curl --fail --header "Authorization: Bearer $TC_TOKEN" -L https://buildserver.labs.intellij.net/repository/download/ijplatform_master_UltimateStartupPerfTestLinux/.lastSuccessful/startup/warmUp/logs.zip > a.zip
|
||||
curl --fail --header "Authorization: Bearer $TC_TOKEN" -L https://buildserver.labs.intellij.net/repository/download/ijplatform_master_UltimateStartupHighlightPerfTestLinux/.lastSuccessful/intellij-on-intellij-2/measurestartup/reports.zip > a.zip
|
||||
unzip -p a.zip class-report.txt > linux/class-report.txt
|
||||
|
||||
unlink a.zip
|
||||
|
||||
Reference in New Issue
Block a user