Skip to content

Commit

Permalink
[clion] Change default tab to "After GC"
Browse files Browse the repository at this point in the history
  • Loading branch information
Smertig authored and MaXal committed Oct 14, 2024
1 parent 5e7fa4b commit c7af2cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const { label, measure, project } = defineProps<{
project: string
}>()
const selectedIndex = ref(0)
const selectedIndex = ref(1)
const getAllMeasures = (prefix: string) => [`${prefix}/beforeGC`, prefix, `${prefix}/idle`]
const tabDescription = ["Before GC", "After GC", "After GC (idle)"]
Expand Down

0 comments on commit c7af2cf

Please sign in to comment.