mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-04 02:18:42 +02:00
add Benchmark (go) benchmark result for 0d29401192
This commit is contained in:
parent
8aa9259286
commit
6c3ce98ac6
1 changed files with 37 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
window.BENCHMARK_DATA = {
|
||||
"lastUpdate": 1699892701527,
|
||||
"lastUpdate": 1699894822522,
|
||||
"repoUrl": "https://github.com/pomerium/pomerium",
|
||||
"entries": {
|
||||
"Benchmark": [
|
||||
|
@ -80450,6 +80450,42 @@ window.BENCHMARK_DATA = {
|
|||
"extra": "169 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": "0d2940119221b7876fda516f9fe5e3b7061fb890",
|
||||
"message": "integration: add tool for renewing test certs (#4742)\n\nAdd a utility for updating the integration test certificates. It takes\r\nthree file paths: the existing certificate, the CA certificate, and the\r\nCA key. It will update the NotBefore and NotAfter timestamps and the\r\ncertificate signature, overwriting the existing certificate.\r\n\r\nExample usage:\r\n\r\n cd integration/tpl/files\r\n go run renew-cert.go trusted.pem ca.pem ca-key.pem",
|
||||
"timestamp": "2023-11-13T08:57:02-08:00",
|
||||
"tree_id": "8483f09b9943961d57786afe3c5d899509e12dc2",
|
||||
"url": "https://github.com/pomerium/pomerium/commit/0d2940119221b7876fda516f9fe5e3b7061fb890"
|
||||
},
|
||||
"date": 1699894816346,
|
||||
"tool": "go",
|
||||
"benches": [
|
||||
{
|
||||
"name": "BenchmarkLoggedInUserAccess",
|
||||
"value": 11102869,
|
||||
"unit": "ns/op",
|
||||
"extra": "100 times\n4 procs"
|
||||
},
|
||||
{
|
||||
"name": "BenchmarkLoggedOutUserAccess",
|
||||
"value": 6970318,
|
||||
"unit": "ns/op",
|
||||
"extra": "172 times\n4 procs"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue