Skip to content

Commit

Permalink
Switch order
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinaleonr committed Oct 10, 2024
1 parent 5ddded1 commit 598795b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/measure/measure.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,34 +194,34 @@ angular.module('Measure.Measure', ['ngRoute'])
{
client_name: "speed-measurementlab-net",
client_session_id: sid,
client_max_cwnd_gain: "512",
client_immediate_exit: true,
max_cwnd_gain: "512",
},
{
client_name: "speed-measurementlab-net",
client_session_id: sid,
client_max_elapsed_time: "5",
client_immediate_exit: true,
max_elapsed_time: "5",
},
{
client_name: "speed-measurementlab-net",
client_session_id: sid,
client_max_cwnd_gain: "512",
client_max_elapsed_time: "5",
client_immediate_exit: true,
max_cwnd_gain: "512",
max_elapsed_time: "5",
},
{
client_name: "speed-measurementlab-net",
client_session_id: sid,
client_early_exit: "50",
client_immediate_exit: true,
early_exit: "50",
},
{
client_name: "speed-measurementlab-net",
client_session_id: sid,
client_max_cwnd_gain: "512",
client_early_exit: "50",
client_immediate_exit: true,
max_cwnd_gain: "512",
early_exit: "50",
},
]

Expand Down

0 comments on commit 598795b

Please sign in to comment.