Skip to content

Commit

Permalink
add PseudonymGeneratorBenchmarks (benchmarkdotnet) benchmark result for
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Feb 1, 2024
1 parent 26575fa commit 00dbc5e
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1702150564141,
"lastUpdate": 1706823773749,
"repoUrl": "https://github.com/miracum/vfps",
"entries": {
"PseudonymGeneratorBenchmarks": [
Expand Down Expand Up @@ -2372,6 +2372,48 @@ window.BENCHMARK_DATA = {
"range": "± 1.6982534187918035"
}
]
},
{
"commit": {
"author": {
"email": "29139614+renovate[bot]@users.noreply.github.com",
"name": "renovate[bot]",
"username": "renovate[bot]"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "4d6297f9c0f8bdd3a103022eac62abe4f84cf1ee",
"message": "chore(deps): update all non-major dependencies (#95)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"timestamp": "2024-02-01T22:41:13+01:00",
"tree_id": "713bc2d4956cea4b3eebf9116d38e2d80078d56f",
"url": "https://github.com/miracum/vfps/commit/4d6297f9c0f8bdd3a103022eac62abe4f84cf1ee"
},
"date": 1706823773046,
"tool": "benchmarkdotnet",
"benches": [
{
"name": "Vfps.Benchmarks.PseudonymGeneratorBenchmarks.CryptoRandomBase64UrlEncodedGenerator",
"value": 1442.040115901402,
"unit": "ns",
"range": "± 5.430868244020812"
},
{
"name": "Vfps.Benchmarks.PseudonymGeneratorBenchmarks.HexEncodedSha256HashGenerator",
"value": 952.5397964477539,
"unit": "ns",
"range": "± 4.742119986100216"
},
{
"name": "Vfps.Benchmarks.PseudonymGeneratorBenchmarks.Uuid4HashGenerator",
"value": 685.5261126836141,
"unit": "ns",
"range": "± 1.7096723484215124"
}
]
}
]
}
Expand Down

0 comments on commit 00dbc5e

Please sign in to comment.