File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
bench/rttanalysis/testdata Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -61,16 +61,16 @@ exp,benchmark
61
61
8,Grant/grant_all_on_3_tables
62
62
12,GrantRole/grant_1_role
63
63
16,GrantRole/grant_2_roles
64
- 12-15 ,Jobs/cancel_job
64
+ 9-12 ,Jobs/cancel_job
65
65
3,Jobs/crdb_internal.system_jobs
66
66
3-5,Jobs/jobs_page_default
67
67
3,Jobs/jobs_page_latest_50
68
68
3,Jobs/jobs_page_type_filtered
69
69
1-3,Jobs/jobs_page_type_filtered_no_matches
70
70
2,Jobs/non_admin_crdb_internal.system_jobs
71
71
2,Jobs/non_admin_show_jobs
72
- 12-15 ,Jobs/pause_job
73
- 12-15 ,Jobs/resume_job
72
+ 9-12 ,Jobs/pause_job
73
+ 9-12 ,Jobs/resume_job
74
74
3,Jobs/show_job
75
75
3-5,Jobs/show_jobs
76
76
3,ORMQueries/activerecord_type_introspection_query
Original file line number Diff line number Diff line change @@ -293,7 +293,10 @@ WHERE id = $1
293
293
}
294
294
}
295
295
296
- if progress != nil {
296
+ // NB: if ju.md.Progress was non-nil then progress has been set to the value
297
+ // from the updater. If it isn't set, progress has the value from the original
298
+ // scan.
299
+ if ju .md .Progress != nil {
297
300
var ts hlc.Timestamp
298
301
if hwm := progress .GetHighWater (); hwm != nil {
299
302
ts = * hwm
You can’t perform that action at this time.
0 commit comments