An evented server (at least, until they get a lot fancier and make you program with locks and such) only gets to use one of the cores, while a threaded server gets all four.
Using a single core just means that the threaded server doesn't get any advantage from being threaded, while the evented server gets everything it can use.
This "model" is worthless for comparison.