Commit 88f8ef5
Save O(1s) of CPU time in FieldSortIT (elastic#118146) (elastic#118241)
I see this `toString` take ~2s of hot CPU time in some test runs which isn't entirely surprising.
Rather than optimize this in some form, just dropping the string here which aligns the thing with
other tests anyway.
Co-authored-by: Dimitris Rempapis <[email protected]>1 parent bc2bd59 commit 88f8ef5
File tree
1 file changed
+0
-1
lines changed- server/src/internalClusterTest/java/org/elasticsearch/search/sort
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
206 | 205 | | |
207 | 206 | | |
208 | 207 | | |
| |||
0 commit comments