File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -141,43 +141,45 @@ test_perf_w_drop_caches () {
141
141
}
142
142
143
143
test_fsmonitor_suite () {
144
- test_perf_w_drop_caches " status (fsmonitor=$INTEGRATION_SCRIPT )" '
144
+ DESC=" fsmonitor=$INTEGRATION_SCRIPT "
145
+
146
+ test_perf_w_drop_caches " status ($DESC )" '
145
147
git status
146
148
'
147
149
148
- test_perf_w_drop_caches " status -uno (fsmonitor= $INTEGRATION_SCRIPT )" '
150
+ test_perf_w_drop_caches " status -uno ($DESC )" '
149
151
git status -uno
150
152
'
151
153
152
- test_perf_w_drop_caches " status -uall (fsmonitor= $INTEGRATION_SCRIPT )" '
154
+ test_perf_w_drop_caches " status -uall ($DESC )" '
153
155
git status -uall
154
156
'
155
157
156
- test_perf_w_drop_caches " diff (fsmonitor= $INTEGRATION_SCRIPT )" '
158
+ test_perf_w_drop_caches " diff ($DESC )" '
157
159
git diff
158
160
'
159
161
160
- test_perf_w_drop_caches " diff -- 0_files (fsmonitor= $INTEGRATION_SCRIPT )" '
162
+ test_perf_w_drop_caches " diff -- 0_files ($DESC )" '
161
163
git diff -- 1_file
162
164
'
163
165
164
- test_perf_w_drop_caches " diff -- 10_files (fsmonitor= $INTEGRATION_SCRIPT )" '
166
+ test_perf_w_drop_caches " diff -- 10_files ($DESC )" '
165
167
git diff -- 10_files
166
168
'
167
169
168
- test_perf_w_drop_caches " diff -- 100_files (fsmonitor= $INTEGRATION_SCRIPT )" '
170
+ test_perf_w_drop_caches " diff -- 100_files ($DESC )" '
169
171
git diff -- 100_files
170
172
'
171
173
172
- test_perf_w_drop_caches " diff -- 1000_files (fsmonitor= $INTEGRATION_SCRIPT )" '
174
+ test_perf_w_drop_caches " diff -- 1000_files ($DESC )" '
173
175
git diff -- 1000_files
174
176
'
175
177
176
- test_perf_w_drop_caches " diff -- 10000_files (fsmonitor= $INTEGRATION_SCRIPT )" '
178
+ test_perf_w_drop_caches " diff -- 10000_files ($DESC )" '
177
179
git diff -- 10000_files
178
180
'
179
181
180
- test_perf_w_drop_caches " add (fsmonitor= $INTEGRATION_SCRIPT )" '
182
+ test_perf_w_drop_caches " add ($DESC )" '
181
183
git add --all
182
184
'
183
185
}
You can’t perform that action at this time.
0 commit comments