Puneeth Chaganti

Results 94 comments of Puneeth Chaganti

I found a bunch of similar other instances, like ```sql # select run_at,commit,repo_id,worker,docker_image from benchmarks where commit = '5f9a76290089a5f80b5103879941ebe4a6c35350' and test_index=0; ``` ``` run_at | commit | repo_id | worker...

#87 seems related. Just tagging here so we can close the other issue, when we work on this, or even supersede that one right away.

This would be doable, I think. But, I'd like to understand why this feature was requested, a little better. Would it make the logs more readable? What kind of logs/outputs...

> Add units to the graphs (seconds or octets) I'll work on adding these units to the graphs. I'll also switch to using the v2 benchmark JSON schema, while working...

> Rebase to trunk... It's problematic because it is often not compatible with popular libraries. We'll need https://github.com/ocurrent/current-bench/issues/247 to report breaking changes. Opened #320 to address this.

> Produce graph overlays with #273: Currently we only keep the total of `-dtimings`, but it actually produces timings for all the internal steps (parsing, typing, compilation, etc) that would...

https://github.com/art-w/ocaml/pull/7 implements overlaid graphs https://github.com/art-w/ocaml/pull/8 outputs the JSON metrics as soon as they are recorded

https://github.com/art-w/ocaml/pull/8 implements overlaid graphs for binary sizes

> * The graphs always show the latest 20 commits from the time interval, so selecting a large range from last year to today doesn't actually update anything! This was...

Are we talking about the `main` branch or PRs here? It looks like PRs no longer show metrics that have been removed on the branch. But, graphs on the `main`...