current-bench icon indicating copy to clipboard operation
current-bench copied to clipboard

Experimental benchmarking infrastructure using OCurrent pipelines

Results 62 current-bench issues
Sort by recently updated
recently updated
newest added

Fixes #379. - `pipeline/lib/commits.ml` contains the important part: the actual git command to run to traverse the commit history. - `pipeline/libs/models.ml[i]` contains the necessary two new functions that query the...

As reported [here](https://github.com/ocaml/infrastructure/issues/80), the build status and build logs of older commits are not accessible from the UI

As reported [here](https://github.com/ocaml/infrastructure/issues/80), the graphs are incorrectly grayed out when viewing a date range that doesn't include the latest commit for that project.

As reported [here](https://github.com/ocaml/infrastructure/issues/80), currently there's no way to generate a permalink for a specific date range view for a benchmark. This would be useful to have.

We've been asked to (help) benchmark MirageOS / `solo5` / `virsh`. I don't know a lot about those, but I do know that we use a lot of docker in...

enhancement

Maybe update HACKING.md when we know what min and max version are working

good first issue

For instance, one report is [here](https://github.com/ocaml/infrastructure/issues/68): [opam build](https://autumn.ocamllabs.io/ocaml/opam/pull/5643/base/master?worker=autumn&image=bench.Dockerfile)

OS: Ubuntu 22.04 Docker version: 24.0.5 Docker-compose version: 1.29.2 I'm trying to set up the docker by `make start-development`, and got following error: ``` $ make start-development ./scripts/version.sh Updated environments/development.env...

We only benchmark the latest known commit when a git repository is updated... but the git push could have added more than one commit at the same time. If we...

In cases where ocurrent-bench fails for unrelated reason to the commit being tested, it would be nice to have a rebuild button somewhere actionable by users, the same way we...