Add CockroachDB TPC-C benchmark support#15
Conversation
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
This fails for me |
|
i will look at it, you are rigth i was using not the newest version of gmt... sry for that. swaped to the native windows version and got some problems with redis postgres becuase wsl and windows seems to share the db now even if i change ports in compose and config file... anyway now i am able to look at least at the dbs from wsl2 ubuntun and let them run again. one think i tackled into is the missing cpu util for the xboost. i could try to get one going to be able to compare the database within the frontend. |
|
You don't need to have providers enabled. The important thing is that the runs run. We will then do the measurments on the cluster. When you are developing locally you can just disable the providers and all the other stuff |
|
You then only need to check that the SCI stuff works, but that is one run at the end (or on the cluster |
| author: Max Jahns | ||
| description: Benchmarks CockroachDB with HammerDB using TPC-C | ||
| compose-file: !include compose.yml | ||
| services: |
There was a problem hiding this comment.
File should have an SCI. Please use https://docs.green-coding.io/docs/measuring/carbon/sci/
Adds CockroachDB support for TPC-C benchmarking via HammerDB.
CockroachDB is PostgreSQL-compatible so it uses the pg driver. Includes build, run and delete schema scripts and a GMT usage scenario.
A 20 second startup wait is included in the usage scenario.