Skip to content

Commit

Permalink
Merge pull request #616 from vitessio/fix-profile-modes
Browse files Browse the repository at this point in the history
fix profile modes
  • Loading branch information
frouioui authored Nov 7, 2024
2 parents ff802c2 + 0e2664a commit 3d78057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/admin/templates/add_new_executions.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@
>
<option value="" disabled selected>Select mode</option>
<option value="cpu">cpu</option>
<option value="mem_heap">mem_heap</option>
<option value="mem_allocs">mem_allocs</option>
<option value="mem=heap">mem_heap</option>
<option value="mem=allocs">mem_allocs</option>
<option value="mutex">mutex</option>
<option value="block">block</option>
<option value="trace">trace</option>
Expand Down

0 comments on commit 3d78057

Please sign in to comment.