Skip to content
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

Fix/jwt runtime bench #178

Merged
merged 6 commits into from Mar 4, 2024
Merged

Fix/jwt runtime bench #178

merged 6 commits into from Mar 4, 2024

Conversation

lrazovic
Copy link
Contributor

@lrazovic lrazovic commented Mar 4, 2024

What?

Reinstate the runtime-benchmarks functionality.

Why?

The merge of #170 resulted in the disruption of runtime benchmarks due to a compilation error related to a no-std issue.

How?

We forgot the #![cfg_attr(not(feature = "std"), no_std)] in the polimec-common-test-utils's lib.rs. We also removed the reqwest crate if we build the runtime.

@lrazovic lrazovic self-assigned this Mar 4, 2024
@lrazovic lrazovic marked this pull request as ready for review March 4, 2024 14:32
polimec-common/test-utils/src/lib.rs Outdated Show resolved Hide resolved
polimec-common/test-utils/src/lib.rs Outdated Show resolved Hide resolved
@JuaniRios JuaniRios self-requested a review March 4, 2024 14:48
@vstam1 vstam1 merged commit 47d02cb into main Mar 4, 2024
@JuaniRios JuaniRios deleted the fix/jwt-runtime-bench branch March 26, 2024 08:18
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.

None yet

3 participants