Skip to content
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

benchmarks: update JVM benchmarks #445

Merged
merged 3 commits into from
Jul 11, 2024
Merged

Conversation

DavidKorczynski
Copy link
Collaborator

Changes the JVM benchmarks to be split into three buckets: 1) jvm-all: all java projects in oss-fuzz
2) jvm-medium: a smaller set of ~20 projects, which is useful for
testing semantic changes in prompts without needing to check all
projects.
3) jvm-small: set of three projects that can be used to test changes in
infrastructure to ensure no infra regressions.

@DavidKorczynski
Copy link
Collaborator Author

Generated using [far-reach-low-coverage,jvm-public-candidates,easy-params-far-reach] and max 6 targets per oracle

@DavidKorczynski
Copy link
Collaborator Author

/gcbrun exp -n dk-test-jvm3234 -m vertex_ai_gemini-1-5 -b jvm-small

Changes the JVM benchmarks to be split into three buckets:
1) jvm-all: all java projects in oss-fuzz
2) jvm-medium: a smaller set of ~20 projects, which is useful for
   testing semantic changes in prompts without needing to check all
   projects.
3) jvm-small: set of three projects that can be used to test changes in
   infrastructure to ensure no infra regressions.

Signed-off-by: David Korczynski <david@adalogics.com>
@DavidKorczynski
Copy link
Collaborator Author

Experiment looks good

@DavidKorczynski DavidKorczynski requested a review from DonggeLiu July 6, 2024 18:43
@@ -0,0 +1,55 @@
"functions":
- "exceptions": []
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is exceptions a new field in FI?
I noticed this new field in the new C/C++ benchmarks, too.
It is harmless to OFG, but if it serves no actual purpose, removing it would be cleaner.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch. It's used but we need to bump introspector for this to reflect in the benchmarks generated from introspector.oss-fuzz.com versus locally. Doing this before landing this PR by way of google/oss-fuzz#12170

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The benchmarks have been updated now! Will run a small experiment and if all goes well there then I will run a large experiment

@DavidKorczynski
Copy link
Collaborator Author

/gcbrun exp -n dk-test-infra5205 -m vertex_ai_gemini-1-5 -b jvm-small -i

Signed-off-by: David Korczynski <david@adalogics.com>
@DavidKorczynski
Copy link
Collaborator Author

DavidKorczynski commented Jul 10, 2024

Small experiment is looking great https://llm-exp.oss-fuzz.com/Result-reports/ofg-pr/2024-07-11-445-dk-test-infra5205-jvm-small/index.html, let's do a full run

@DavidKorczynski
Copy link
Collaborator Author

/gcbrun exp -n dk-test-infra5209 -m vertex_ai_gemini-1-5 -b jvm-all -i

@DavidKorczynski DavidKorczynski merged commit baad3a1 into main Jul 11, 2024
7 checks passed
@DavidKorczynski DavidKorczynski deleted the update-jvm-benchmarks branch July 11, 2024 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants