-
Notifications
You must be signed in to change notification settings - Fork 152
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 job never finishes #224
Comments
Hi @gaby |
@ktrz Testing with 1.19.1 now https://github.com/gofiber/fiber/actions/runs/7741867571/job/21109712777?pr=2818 |
Thanks, I'll watching it |
One thing to note is that with this upgrade you will receive much more benchmark results as since #177 we are extracting all the additional metrics from benchmark results so in your case it would be:
|
@ktrz Looks good to me. Having extra benchmarks is very well welcome too! |
@gaby I'm glad! I will wait for @ningziwen to have a look at the PR So in your case the resulting benchmarks will be:
I'll probably make an option like |
@ktrz That sounds fair. Our main branch is currently using v1.16.x but we are in the process of a major release so having clean new numbers would help |
@ktrz The CI now passes, thank you! https://github.com/gofiber/fiber/actions/runs/7756481537/job/21153857457?pr=2827 One question, looking at the output. Does this look alright to you? {
name: 'Benchmark_AcquireCtx',
value: 466.4,
unit: 'ns/op\t 1568 B/op\t 5 allocs/op',
extra: '2582733 times\n4 procs'
},
{
name: 'Benchmark_AcquireCtx - ns/op',
value: 466.4,
unit: 'ns/op',
extra: '2582733 times\n4 procs'
},
{
name: 'Benchmark_AcquireCtx - B/op',
value: 1568,
unit: 'B/op',
extra: '2582733 times\n4 procs'
},
{
name: 'Benchmark_AcquireCtx - allocs/op',
value: 5,
unit: 'allocs/op',
extra: '2582733 times\n4 procs'
} The |
As far as I understand the this was treated as a metadata for the benchmarks. I'm not familiar with the Go benchmark output well enough to answer in more detail |
@ktrz The |
@ktrz Would it be possible to add the "times" in the benchmark parsing? Should I create a separate ticket for this? |
Hello,
We are currently having an issue with v1.19.2 of this action where it just hangs and never finishes(even after hours). We tried enabling debug logs but there's nothing there.
PR showing the issue: gofiber/fiber#2818
Job(Debug enabled): https://github.com/gofiber/fiber/actions/runs/7695977872/job/21065465963?pr=2818
CI File:
The text was updated successfully, but these errors were encountered: