I am comparing two approaches A and B using a t-test. I can easily obtain samples using A since the data is generated using a simulator. However, getting a sample using B is time-consuming and costly.
For a scientific paper, I obtained 1000 samples using A and 30 samples using B. Now the reviewers point out that there is a mismatch between the sample sizes. However, as I understand it, in general, "the more data the better." Obtaining 1000 samples using B is not an option for me but I thought it makes sense to get as many samples as possible using A. Would it make sense to run the simulation again for A and just use 30 samples or can I justify the difference between the sample sizes from a statistical point of view?
I looked at How should one interpret the comparison of means from different sample sizes?, where it is stated that different samples sizes don't cause a problem and that the power of the t-test can be increased if the total sample size increases.