3 ms·
what's a "synthetic benchmark", claude came up with those numbers by looking at the code?
by throw1234567891 16d ago
what's a "synthetic benchmark", claude came up with those numbers by looking at the code?
- greaber 16d agoThey are benchmarks on real hardware, and I tried to provide enough details so that anyone can reproduce them (but some of the benchmarks are on servers I have that you can't order on public cloud -- these ones are clearly marked). "Synthetic" means that the data is synthetic, not an actual production workload. For instance, some of the benchmarks use files filled with random bytes.
- beepbooptheory 16d agoDo non-randomly ordered bytes produce different results??
- greaber 16d agoSyq has compression turned on by default. Also, if you are updating a file that already exists on the other end, syq will only send blocks of the file that changed.
- throw1234567891 16d agoSo real benchmarks with synthetic data.