Closed ctron closed 1 year ago
I think that qualifies as 'not significantly changed' :) The cargo bench benchmarks have some variance, I'm not sure yet the reason for it (I tried to dig into that a bit with #20, but left that for another time)
I'll give it a spin on the data in https://github.com/seedwing-io/seedwing-benchmarks
I am having a hard time getting stable results out of
cargo bench
. My expectation would be that world building is slower, as more work is being done there. But then, serving package level metadata should be much faster, because the work is only to serialize the current state.Then again, switching from this branch to main, first gives me a decrease of performance (PR -> main):
Running it again (main -> main):
Honestly, I have no idea what that tells me. Maybe I am doing it wrong.