-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (go) benchmark result for 0abdd42
- Loading branch information
github-action-benchmark
committed
Feb 26, 2025
1 parent
1cce4b1
commit 6a151d5
Showing
1 changed file
with
49 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1740519546468, | ||
"lastUpdate": 1740597592461, | ||
"repoUrl": "https://github.com/Lilypad-Tech/lilypad", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -866,6 +866,54 @@ window.BENCHMARK_DATA = { | |
"extra": "78829 times\n4 procs" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Brian Ginsburg", | ||
"username": "bgins" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "0abdd42082afde970db81f65562b589e34ab16fe", | ||
"message": "feat: Add job run stats reporting (#517)\n\n* fix: Update download files to return JSON errors\n\nOur implementation did not integrate with the GetHandler helper\npresumably because the success case is streaming a file. The update\nreturns an empty object on success, which does not matter to the job\ncreator but helps us integrate with GetHandler.\n\n* feat: Add stats options\n\n* feat: Add stats to solver server\n\n* feat: Add HTTPStats client options\n\n* feat: Add GetShortcut helper to get module identifier\n\n* feat: Add job run stats\n\nWe post job run details to the stats API, including job run time. The\njob run time starts when the job offer is created and ends when the job\ncreator finishes downloading the job outputs.\n\n* feat: Add reputation stats\n\n* feat: Post job completed no validation\n\n* chore: Update job offer CreatedAt comment\n\n* chore: Debug log download file signature-address mismatches\n\n* chore: Warn log when an expected file is missing in download files handlers", | ||
"timestamp": "2025-02-26T11:19:09-08:00", | ||
"tree_id": "d0148da066ac10147446d77f62883c0d5e2c3832", | ||
"url": "https://github.com/Lilypad-Tech/lilypad/commit/0abdd42082afde970db81f65562b589e34ab16fe" | ||
}, | ||
"date": 1740597591578, | ||
"tool": "go", | ||
"benches": [ | ||
{ | ||
"name": "BenchmarkMatchOffers", | ||
"value": 45033, | ||
"unit": "ns/op\t 44315 B/op\t 281 allocs/op", | ||
"extra": "79484 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkMatchOffers - ns/op", | ||
"value": 45033, | ||
"unit": "ns/op", | ||
"extra": "79484 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkMatchOffers - B/op", | ||
"value": 44315, | ||
"unit": "B/op", | ||
"extra": "79484 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkMatchOffers - allocs/op", | ||
"value": 281, | ||
"unit": "allocs/op", | ||
"extra": "79484 times\n4 procs" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|