\usepackage{caption}
\usepackage{subcaption}
\begin{table}
\centering
\begin{subtable}[t]{0.495\linewidth}
\begin{tabular}{ccc}
\toprule
\%) & Tree & Array \\
Dup(\midrule
& & \\
0 & & \\
20 & & \\
40 & & \\
60 & & \\
80 \bottomrule
\end{tabular}
\caption{Thread count is 1}
\end{subtable}
\begin{subtable}[t]{0.495\linewidth}
\begin{tabular}{ccc}
\toprule
\# & Tree & Array \\
Thread\midrule
& & \\
1 & & \\
2 & & \\
4 & & \\
8 & & \\
16 \bottomrule
\end{tabular}
\caption{Dup ratio is 0\%}
\end{subtable}
\caption{Caption here}
\label{tab:array}
\end{table}
¶ 参考文献
https://tex.stackexchange.com/questions/2832/how-can-i-have-two-tables-side-by-side