mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-23 19:49:13 +02:00
add Benchmark (go) benchmark result for 298a5a94a5
This commit is contained in:
parent
162845ba1b
commit
b8463e2d11
1 changed files with 37 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
window.BENCHMARK_DATA = {
|
||||
"lastUpdate": 1729030319862,
|
||||
"lastUpdate": 1729031758286,
|
||||
"repoUrl": "https://github.com/pomerium/pomerium",
|
||||
"entries": {
|
||||
"Benchmark": [
|
||||
|
@ -126842,6 +126842,42 @@ window.BENCHMARK_DATA = {
|
|||
"extra": "177 times\n4 procs"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"commit": {
|
||||
"author": {
|
||||
"email": "51246568+kenjenkins@users.noreply.github.com",
|
||||
"name": "Kenneth Jenkins",
|
||||
"username": "kenjenkins"
|
||||
},
|
||||
"committer": {
|
||||
"email": "noreply@github.com",
|
||||
"name": "GitHub",
|
||||
"username": "web-flow"
|
||||
},
|
||||
"distinct": true,
|
||||
"id": "298a5a94a56ea820e6c198494a99490d40e8ca51",
|
||||
"message": "inmemory: add a test for the ListTypes race fix (#5327)\n\nAdd a test that interleaves calls to Put() (with different type strings)\r\nand ListTypes(). At least on my machine, this appears to reliably detect\r\nthe data race fixed in commit 2f8743522d7b60a6b3773fff5a13d6b0b76924ae\r\nwhen run with the Go race detector. (The 'make test' and 'make cover'\r\ntargets run with the Go race detector enabled.)",
|
||||
"timestamp": "2024-10-15T15:32:29-07:00",
|
||||
"tree_id": "184450f69e1b6785563aeec860469a7462938c2a",
|
||||
"url": "https://github.com/pomerium/pomerium/commit/298a5a94a56ea820e6c198494a99490d40e8ca51"
|
||||
},
|
||||
"date": 1729031736200,
|
||||
"tool": "go",
|
||||
"benches": [
|
||||
{
|
||||
"name": "BenchmarkLoggedInUserAccess",
|
||||
"value": 10270819,
|
||||
"unit": "ns/op",
|
||||
"extra": "100 times\n4 procs"
|
||||
},
|
||||
{
|
||||
"name": "BenchmarkLoggedOutUserAccess",
|
||||
"value": 6797307,
|
||||
"unit": "ns/op",
|
||||
"extra": "172 times\n4 procs"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue