Skip to content

Commit

Permalink
Fix the name of a chart and the initial machine
Browse files Browse the repository at this point in the history
  • Loading branch information
annaMarchenkoJetBrains committed Sep 29, 2024
1 parent a7363a5 commit 3b863a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
db-name="perfintDev"
table="idea"
persistent-id="ideaDev_wsl_performance_dashboard"
initial-machine="Linux EC2 C6id.8xlarge (32 vCPU Xeon, 64 GB)"
initial-machine="Windows Munich i7-13700, 64 Gb"
:charts="charts"
:with-installer="false"
>
Expand Down Expand Up @@ -62,7 +62,7 @@ const chartsDeclaration: ChartDefinition[] = [
projects: ["wsl-java/indexing", "wsl-spring-pet-clinic-gradle/indexing", "wsl-spring-pet-clinic-maven/indexing", "wsl-empty_project/indexing", "wsl-grails/indexing"],
},
{
labels: ["Indexing on WSL"],
labels: ["Scanning on WSL"],
measures: ["scanningTimeWithoutPauses"],
projects: ["wsl-java/indexing", "wsl-spring-pet-clinic-gradle/indexing", "wsl-spring-pet-clinic-maven/indexing", "wsl-empty_project/indexing", "wsl-grails/indexing"],
},
Expand Down

0 comments on commit 3b863a4

Please sign in to comment.