-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
martin2038: first submission #665
Conversation
Validating calculate_average_martin2038.sh -- src/test/resources/samples/measurements-1.txt |
mvn formatting |
Getting this error when running:
We've had it before, I think it masks an actual other exception. I don't know though what it is. It occurs when running the test on 32 cores, maybe this trips up your chunking logic somehow? |
maybe , I change to the JVM model instead of Native. |
Can run it now, but it produces incorrect output for the 10K keyset test (see create_measurements_3.sh). |
has fixed the round(mean), that makes the avg value not the same at the Last digit. |
Still failing. Getting this exception for the 10K 1B rows set:
|
previously I use the availableProcessors to split the file , when cpu number too few (<8) , then chunk size greater than Integer.MAX_VALUE (2GB, 10K 1B rows about 16GB, my M2/mac has 10 cpus) |
Looking good now. 00:09.725. |
Check List:
./mvnw verify
and the project builds successfully./test.sh <username>
shows no differences between expected and actual outputs)calculate_average_<username>.sh
(make sure to match casing of your GH user name) and is executablecalculate_average_baseline.sh