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

Benchmark action #185

Closed
wants to merge 2 commits into from
Closed

Benchmark action #185

wants to merge 2 commits into from

Conversation

lann
Copy link
Collaborator

@lann lann commented Mar 18, 2022

No description provided.

// Benchmark WagiHttpExecutor time to start and process one request
fn bench_wagi_startup(c: &mut Criterion) {
let async_runtime = Runtime::new().unwrap();
c.bench_function("wagi/startup", |b| {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could this explicitly say it's using the Spin Wagi executor instead?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I think I'm going to reorganize these anyway to make the report nicer

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I think I'm going to reorganize these anyway to make the report nicer

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did this over in #171

@lann
Copy link
Collaborator Author

lann commented Mar 18, 2022

Actually, I think I'll see if I can run this action from the new repo instead.

@lann lann closed this Mar 18, 2022
@lann lann mentioned this pull request Mar 21, 2022
@lann lann deleted the benchmark-action branch March 22, 2022 23:17
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

2 participants