You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I job failed when generating the Performance Report comparison between 16.0.0 and 15.0.2 RC3:
Quitting from lines 351-369 [compute-process-micro-bm-data] (performance-release-report.qmd)
Error in `rename_with()` at dplyr/R/mutate.R:146:2:
! Names must be unique.
✖ These names are duplicated:
* "unit" at locations 3 and 79.
Backtrace:
1. ... %>% ...
26. dplyr:::rename_with.data.frame(., ~gsub("baseline.tags.", "", .))
at dplyr/R/rename.R:84:2
Warning messages:
1: Unknown or uninitialised column: `baseline`.
2: Unknown or uninitialised column: `contender`.
Execution halted
ERROR: Error
at renderFiles (file:///opt/quarto/bin/quarto.js:77074:29)
at eventLoopTick (ext:core/01_core.js:183:11)
at async render (file:///opt/quarto/bin/quarto.js:81807:21)
at async Command.fn (file:///opt/quarto/bin/quarto.js:81954:32)
at async Command.execute (file:///opt/quarto/bin/quarto.js:8104:13)
at async quarto (file:///opt/quarto/bin/quarto.js:114968:5)
at async file:///opt/quarto/bin/quarto.js:114986:9
Closes#84
With:
```
BASELINE_GIT_COMMIT=e03105efc38edca4ca429bf967a17b4d0fbebe40
CONTENDER_GIT_COMMIT=6a28035c2b49b432dc63f5ee7524d76b4ed2d762
```
This will fix report rendering. However, it is worth mentioning that
this still will exclude the C++ benchmarks as those failed for the
`6a28035c2b49b432dc63f5ee7524d76b4ed2d762` run.
cc @raulcd and @assignUser
I job failed when generating the Performance Report comparison between 16.0.0 and 15.0.2 RC3:
This is the job failure: https://github.com/ursacomputing/crossbow/actions/runs/8750575039/job/24014381152
The text was updated successfully, but these errors were encountered: