Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
72285: workload/tpcc: check the 90th percentile instead of the .9th r=nvanbenschoten a=ajwerner The hdrhistogram API was misleading. It expected a percentile for a quantile calculation. All-in-all it appears the author of that library had percentile and quantile confused. At some point in the last year, somebody did add a `ValueAtPercentile` method which has the identical behavior as `ValueAtQuantile`. See https://github.com/cockroachdb/vendored/blob/5b815c7d468d59337db2c742373183af5525e729/github.com/codahale/hdrhistogram/hdr.go#L241-L259 Fixes #72282. Release note: None 72295: sqlsmith: don't use crdb_internal.reset_index_usage_stats r=yuzefovich a=yuzefovich Fixes: #72259. Release note: None Co-authored-by: Andrew Werner <[email protected]> Co-authored-by: Yahor Yuzefovich <[email protected]>
- Loading branch information