Skip to content

Fix HLS benchmark example #1420

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

Closed
wants to merge 3 commits into from
Closed

Fix HLS benchmark example #1420

wants to merge 3 commits into from

Conversation

pepeiborra
Copy link
Collaborator

While the CI job succeeds, all the experiments in the example are failing due to cradle setup issues and providing no perf data

hie-bios is failing to run the Cabal cradle for these, failing with the error
below:

```
> Build profile: -w ghc-8.10.4 -O1
> In order, the following will be built (use -v for more details):
>  - ghcide-0.7.5.0 (exe:ghcide-bench) (first run)
>  - ghcide-0.7.5.0 (bench:benchHist) (first run)
> Run the 'configure' command first.
> cabal: Failed to build exe:ghcide-bench from ghcide-0.7.5.0 (which is required
> by bench:benchHist from ghcide-0.7.5.0).
```
The goal is to convince Cabal to apply the ghc options only to the ghcide binary
and not to all the dependencies, which causes massive rebuilds and leads to
benchmarks timeouts
@michaelpj
Copy link
Collaborator

The benchmarks have changed a lot since this was opened, so I'm tenatively closing this as not needed any more.

@michaelpj michaelpj closed this Nov 2, 2022
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