Skip to content

Commit 633bf47

Browse files
author
github-action-benchmark
committed
add TokenCacheTestsWithCache (benchmarkdotnet) benchmark result for adf5dab
1 parent eb5f36a commit 633bf47

File tree

1 file changed

+61
-1
lines changed

1 file changed

+61
-1
lines changed

benchmarks/data.js

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1723024099205,
2+
"lastUpdate": 1723024101875,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet",
44
"entries": {
55
"AcquireTokenNoCache": [
@@ -30502,6 +30502,66 @@ window.BENCHMARK_DATA = {
3050230502
"range": "± 17038.003886013114"
3050330503
}
3050430504
]
30505+
},
30506+
{
30507+
"commit": {
30508+
"author": {
30509+
"email": "travis.walker@microsoft.com",
30510+
"name": "Travis Walker",
30511+
"username": "trwalke"
30512+
},
30513+
"committer": {
30514+
"email": "noreply@github.com",
30515+
"name": "GitHub",
30516+
"username": "web-flow"
30517+
},
30518+
"distinct": true,
30519+
"id": "adf5dab22f6a60ba78ac116927ac17df1dc1b6dc",
30520+
"message": "Enabling ROPC on CCA (#4799)\n\n* Enabling ROPC on CCA\r\n\r\n* Clean up.\r\nAdding tests.\r\n\r\n* Refactoring.\r\nAdding explicit interface for ROPC with CCA\r\n\r\n* Update src/client/Microsoft.Identity.Client/IByUsernameAndPassword.cs\r\n\r\nCo-authored-by: Neha Bhargava <61847233+neha-bhargava@users.noreply.github.com>\r\n\r\n* Clean up.\r\nRefactoring\r\n\r\n* clean up\r\n\r\n---------\r\n\r\nCo-authored-by: trwalke <trwalke@microsoft.com>\r\nCo-authored-by: Gladwin Johnson <90415114+gladjohn@users.noreply.github.com>\r\nCo-authored-by: Neha Bhargava <61847233+neha-bhargava@users.noreply.github.com>",
30521+
"timestamp": "2024-08-07T02:40:44-07:00",
30522+
"tree_id": "094c458ec8ae159648edbb842c5eb615bb5eac23",
30523+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/adf5dab22f6a60ba78ac116927ac17df1dc1b6dc"
30524+
},
30525+
"date": 1723024101017,
30526+
"tool": "benchmarkdotnet",
30527+
"benches": [
30528+
{
30529+
"name": "Microsoft.Identity.Test.Performance.TokenCacheTests.AcquireTokenSilent_TestAsync(CacheSize: (1, 10))",
30530+
"value": 18675.616778564454,
30531+
"unit": "ns",
30532+
"range": "± 103.40442213853272"
30533+
},
30534+
{
30535+
"name": "Microsoft.Identity.Test.Performance.TokenCacheTests.AcquireTokenSilent_TestAsync(CacheSize: (10000, 10))",
30536+
"value": 29253.884047444662,
30537+
"unit": "ns",
30538+
"range": "± 142.66014271868667"
30539+
},
30540+
{
30541+
"name": "Microsoft.Identity.Test.Performance.TokenCacheTests.GetAccountAsync_TestAsync(CacheSize: (1, 10))",
30542+
"value": 9235.803371722881,
30543+
"unit": "ns",
30544+
"range": "± 24.849916320368212"
30545+
},
30546+
{
30547+
"name": "Microsoft.Identity.Test.Performance.TokenCacheTests.GetAccountAsync_TestAsync(CacheSize: (10000, 10))",
30548+
"value": 20722.7767964681,
30549+
"unit": "ns",
30550+
"range": "± 157.78069109438667"
30551+
},
30552+
{
30553+
"name": "Microsoft.Identity.Test.Performance.TokenCacheTests.RemoveAccountAsync_TestAsync(CacheSize: (1, 10))",
30554+
"value": 39216.4,
30555+
"unit": "ns",
30556+
"range": "± 500.59204947741625"
30557+
},
30558+
{
30559+
"name": "Microsoft.Identity.Test.Performance.TokenCacheTests.RemoveAccountAsync_TestAsync(CacheSize: (10000, 10))",
30560+
"value": 139011.76288659795,
30561+
"unit": "ns",
30562+
"range": "± 10839.20803223687"
30563+
}
30564+
]
3050530565
}
3050630566
]
3050730567
}

0 commit comments

Comments
 (0)