Once engines hit the tablebase positions, the engine search is stopped, so technically Stockfish 1 and latest Stockfish 13 development versions should be equal rated in your custom position
From Github SF overview.
If the engine is given a position to search that is in the tablebases, it will use the tablebases at the beginning of the search to preselect all good moves, i.e. all moves that preserve the win or preserve the draw while taking into account the 50-move rule. It will then perform a search only on those moves. The engine will not move immediately, unless there is only a single good move.
But as I said before, I'm interested in native performance without an EGTB.
What I mean the Search is Alpha Beta Pruning Search of Stockfish.
The one it is written in yours is Tablebase Probing.
And yes, Stockfish stop AB pruning serarch and choose the moves according to Tablebase probing.
See, GUI setting in my Stockfish.
Once engines hit the tablebase positions, the engine search is stopped, so technically Stockfish 1 and latest Stockfish 13 development versions should be equal rated in your custom position
From Github SF overview.
If the engine is given a position to search that is in the tablebases, it will use the tablebases at the beginning of the search to preselect all good moves, i.e. all moves that preserve the win or preserve the draw while taking into account the 50-move rule. It will then perform a search only on those moves. The engine will not move immediately, unless there is only a single good move.
But as I said before, I'm interested in native performance without an EGTB.