This website requires JavaScript.
Explore
Help
Sign In
Upstream
/
bitwarden-server
Watch
1
Star
0
Fork
0
You've already forked bitwarden-server
mirror of
https://github.com/bitwarden/server.git
synced
2024-11-24 12:35:25 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
ab73eeae16
bitwarden-server
/
perf
/
MicroBenchmarks
/
Program.cs
4 lines
103 B
C#
Raw
Normal View
History
Unescape
Escape
[PM-5293] Redis for Grants (#3577) * Add Initial Redis Implementation * Format * Add Key to PersistedGrant * Reference Identity In Microbenchmark Project * Allow Filterable Benchmarks * Use Shorter Key And Cast to RedisKey Once * Add RedisPersistedGrantStore Benchmarks * Run restore * Format * Update ID4 References * Make RedisGrantStore Singleton * Use MessagePack * Use Cached Options * Turn off Compression * Minor Feedback * Add Docs to StorablePersistedGrant * Use existing Identity Redis --------- Co-authored-by: Matt Bishop <mbishop@bitwarden.com>
2023-12-15 16:53:00 +01:00
using
BenchmarkDotNet.Running
;
[PS-1471] Create Allocation Free `EncryptedStringAttribute` validation (#2273) * Add new logic for validating encrypted strings * Add benchmarks * Formatting & Comments * Move Debug assertion to just be a test * Address PR feedback pt.1 * Address more PR feedback * Formatting * merge branch 'master' into 'encrypted-string-perf' * Revert "merge branch 'master' into 'encrypted-string-perf'" This reverts commit a20e127c9c8ba2563949a80218b3f787f0260a4b.
2022-10-20 22:10:02 +02:00
[PM-5293] Redis for Grants (#3577) * Add Initial Redis Implementation * Format * Add Key to PersistedGrant * Reference Identity In Microbenchmark Project * Allow Filterable Benchmarks * Use Shorter Key And Cast to RedisKey Once * Add RedisPersistedGrantStore Benchmarks * Run restore * Format * Update ID4 References * Make RedisGrantStore Singleton * Use MessagePack * Use Cached Options * Turn off Compression * Minor Feedback * Add Docs to StorablePersistedGrant * Use existing Identity Redis --------- Co-authored-by: Matt Bishop <mbishop@bitwarden.com>
2023-12-15 16:53:00 +01:00
BenchmarkSwitcher
.
FromAssembly
(
typeof
(
Program
)
.
Assembly
)
.
Run
(
args
)
;
Reference in New Issue
Copy Permalink