I am using an approximation of the $\delta(x)$ function, in a numerical simulation, given by, $$\delta_\epsilon(x) = \frac{1}{\epsilon\sqrt{\pi}}\exp\left[-\left(\frac{x}{\epsilon}\right)^2\right]$$
The problem now is to estimate the error due to this approximation. I'm not even exactly sure what I mean by the error here (some meaningful measure of how far it's from $\delta(x)$). Since the latter is a distribution and not an exact function, I thought of considering the following to be the relative error, $$E_\epsilon = \frac{1}{ \int_{-\infty}^{\infty} f(x)\delta(x)}\left[\int_{-\infty}^{\infty} f(x)\delta_\epsilon(x) - \int_{-\infty}^{\infty} f(x)\delta(x)\right]$$
Assume that $f(x)$ goes to $0$ at $\pm \infty$, $f(0)\neq 0$ and is finite, and $f'(x)$ exists everywhere (smooth,well-behaved function). At this point, I'm stuck. I tried using integration by parts, but that is not providing any intuitive answer. Can someone help by providing any insight on this matter? Some other intuitive definition of error might also be used and/or references are welcome. I couldn't find a lot of relevant material online.
Edit 1: An order of magnitude estimate of the error as a function of $\epsilon$ and possibly some functional values is also sufficient for my purposes.