Dongge Liu

Results 144 issues of Dongge Liu

Fixes #54 Done ~~Will also push the new benchmarks in this PR when they are ready.~~

- [x] Automatically push docker images from the PR to gcloud - [ ] Provide an easy trigger for experiments runs using the image from the PR

infra

We need unambiguous names: Each *benchmark* should be a function, and a *project* may have multiple benchmarks/functions. For example, our current `benchmark.yaml` should be `project.yaml`. This will involve other renaming/refactoring...

infra

Allow comparing the results (e.g., build rate, crash rate, bug discovery) against past data.

infra
Report

Related: https://github.com/google/oss-fuzz-gen/issues/54

infra

For example, from: ``` functions: - int main2(int argc, char **argv) - int scanopt_usage(scanopt_t *scanner, FILE *fp, const char *usage) project: flex target_path: /src/fuzz-main.c ``` to: ``` "functions": - "name":...

infra