mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-29 16:08:13 +02:00
add Benchmark (go) benchmark result for 27c0b5f3c4
This commit is contained in:
parent
d5166a83b8
commit
e55160a3e1
1 changed files with 33 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
window.BENCHMARK_DATA = {
|
window.BENCHMARK_DATA = {
|
||||||
"lastUpdate": 1670885951494,
|
"lastUpdate": 1670889486803,
|
||||||
"repoUrl": "https://github.com/pomerium/pomerium",
|
"repoUrl": "https://github.com/pomerium/pomerium",
|
||||||
"entries": {
|
"entries": {
|
||||||
"Benchmark": [
|
"Benchmark": [
|
||||||
|
@ -24086,6 +24086,38 @@ window.BENCHMARK_DATA = {
|
||||||
"extra": "150 times\n2 procs"
|
"extra": "150 times\n2 procs"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"commit": {
|
||||||
|
"author": {
|
||||||
|
"name": "pomerium",
|
||||||
|
"username": "pomerium"
|
||||||
|
},
|
||||||
|
"committer": {
|
||||||
|
"name": "pomerium",
|
||||||
|
"username": "pomerium"
|
||||||
|
},
|
||||||
|
"id": "27c0b5f3c48518850a0bc185a16f2373bb8ff883",
|
||||||
|
"message": "jwt: require logged in user to return .pomerium/jwt",
|
||||||
|
"timestamp": "2022-12-12T22:12:25Z",
|
||||||
|
"url": "https://github.com/pomerium/pomerium/pull/3807/commits/27c0b5f3c48518850a0bc185a16f2373bb8ff883"
|
||||||
|
},
|
||||||
|
"date": 1670889485858,
|
||||||
|
"tool": "go",
|
||||||
|
"benches": [
|
||||||
|
{
|
||||||
|
"name": "BenchmarkLoggedInUserAccess",
|
||||||
|
"value": 17090251,
|
||||||
|
"unit": "ns/op",
|
||||||
|
"extra": "84 times\n2 procs"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "BenchmarkLoggedOutUserAccess",
|
||||||
|
"value": 9419739,
|
||||||
|
"unit": "ns/op",
|
||||||
|
"extra": "124 times\n2 procs"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue