-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
performance: roachperf shows tpc-c regression in march #36097
Comments
For reference, automatic stats collection was enabled on Feb 4 (#34529). Then it was disabled on Feb 19 (#35019), throttling was added (#34928), and it was reenabled on Feb 28 (#35291). This was expected to cause some performance decrease (and for the w=max tpcc tests, it reduced the target number of warehouses for 3 GCE nodes from 1400 to 1350). There's a lot of noise here and it's difficult to assign responsibility to specific changes. Feb 6 scored higher than Feb 3, even though it had the unthrottled stats enabled. Feb 22 wasn't much better than Feb 19. It looks like automatic stats are probably contributing here, but they're not the whole story. |
Okay perhaps there was some sort of user error yesterday on 10k as today I had no problems:
|
A couple of data points from
|
Make large cuts to deflake the test until we can get enough data to put a tighter bound on it. The AWS case does not appear to have passed since its introduction. Closes cockroachdb#35337 Updates cockroachdb#36097 Release note: None
36401: roachtest: Reduce tpcc/w=max targets r=tbg a=bdarnell Make large cuts to deflake the test until we can get enough data to put a tighter bound on it. The AWS case does not appear to have passed since its introduction. Closes #35337 Updates #36097 Release note: None Co-authored-by: Ben Darnell <[email protected]>
Make large cuts to deflake the test until we can get enough data to put a tighter bound on it. The AWS case does not appear to have passed since its introduction. Closes cockroachdb#35337 Updates cockroachdb#36097 Release note: None
Closing this as it is no longer relevant |
https://crdb.io/perf/?filter=&view=tpccbench%2Fnodes%3D3%2Fcpu%3D4&cloud=gce
We hit ~470 from mid-November through the end of 2019. January and February dropped us to 410-440, and March dropped us below 400.
The text was updated successfully, but these errors were encountered: