Skip to content

Conversation

@huitseeker
Copy link
Contributor

@huitseeker huitseeker commented Jun 24, 2024

  • Modified the description for the 'perf' input in GitHub action to optimize CI latency rather than performance.
  • Implemented setting SP1_DEV, when 'perf' input is set to true.
  • fixes fix SP1_DEV for nightly CI #42.

@huitseeker huitseeker requested a review from samuelburnham June 24, 2024 07:54
@huitseeker huitseeker marked this pull request as ready for review June 24, 2024 07:55
wwared
wwared previously approved these changes Jun 24, 2024
@wwared
Copy link
Contributor

wwared commented Jun 24, 2024

Apparently setting SP1_DEV=true breaks test_verifier_export, I'll try to fix it. The check-aptos-lc-compiles failure is due to an expired CI token

- Modified the description for the 'perf' input in GitHub action to optimize CI latency rather than performance.
- Implemented addition of a new environment variable, SP1_DEV=1, when 'perf' input is set to true.
- fixes #42.
@wwared
Copy link
Contributor

wwared commented Jun 24, 2024

@huitseeker, @samuelburnham:

After this PR, the two longest tests in the main CI flow for PRs are:

  • [1011.939s] sphinx-prover tests::test_e2e
  • [ 705.051s] sphinx-sdk artifacts::tests::test_verifier_export

We can ignore those two tests to speed up CI in the future if desired. The slowness seems to be mainly because of the plonk artifact/circuit generation, which is slow even with SP1_DEV=true

@wwared wwared merged commit 9bf6f9e into dev Jun 24, 2024
@wwared wwared deleted the sp1_dev branch June 24, 2024 13:10
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.

fix SP1_DEV for nightly CI

4 participants