Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added uuid4 pseudonym generator #62

Merged
merged 2 commits into from
Jun 28, 2023
Merged

Conversation

chgl
Copy link
Collaborator

@chgl chgl commented Jun 28, 2023

No description provided.

@github-actions
Copy link

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ CSHARP csharpier 4 0 1.12s
⚠️ CSHARP dotnet-format 4 4 10.38s
✅ EDITORCONFIG editorconfig-checker 5 0 0.04s
✅ PROTOBUF protolint 1 0 0.12s
✅ REPOSITORY checkov yes no 13.88s
✅ REPOSITORY dustilock yes no 0.01s
✅ REPOSITORY gitleaks yes no 0.33s
✅ REPOSITORY git_diff yes no 0.02s
✅ REPOSITORY secretlint yes no 1.02s
✅ REPOSITORY syft yes no 0.41s
✅ REPOSITORY trivy yes no 5.38s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@github-actions
Copy link

github-actions bot commented Jun 28, 2023

Code Coverage

Package Line Rate Branch Rate Health
Vfps.Tests 99% 100%
Vfps 93% 60%
Summary 94% (444 / 471) 66% (33 / 50)

Minimum allowed line rate is 60%


ghz run statistics

Summary:
  Count:	5000
  Total:	9.52 s
  Slowest:	648.15 ms
  Fastest:	13.80 ms
  Average:	92.24 ms
  Requests/sec:	525.00

Response time histogram:
  13.798  [1]    |
  77.233  [1500] |∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎
  140.668 [3322] |∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎
  204.103 [113]  |∎
  267.538 [13]   |
  330.973 [2]    |
  394.408 [3]    |
  457.843 [1]    |
  521.278 [2]    |
  584.713 [9]    |
  648.147 [34]   |

Latency distribution:
  10 % in 60.07 ms 
  25 % in 74.15 ms 
  50 % in 86.49 ms 
  75 % in 99.23 ms 
  90 % in 115.56 ms 
  95 % in 126.71 ms 
  99 % in 268.40 ms 

Status code distribution:
  [OK]   5000 responses   

ghz run statistics

Summary:
  Count:	5000
  Total:	11.16 s
  Slowest:	767.76 ms
  Fastest:	15.25 ms
  Average:	108.61 ms
  Requests/sec:	448.17

Response time histogram:
  15.246  [1]    |
  90.498  [1526] |∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎
  165.749 [3302] |∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎
  241.000 [101]  |∎
  316.251 [20]   |
  391.502 [0]    |
  466.753 [0]    |
  542.004 [12]   |
  617.255 [3]    |
  692.506 [11]   |
  767.757 [24]   |

Latency distribution:
  10 % in 71.15 ms 
  25 % in 87.62 ms 
  50 % in 101.21 ms 
  75 % in 118.37 ms 
  90 % in 135.93 ms 
  95 % in 151.90 ms 
  99 % in 288.60 ms 

Status code distribution:
  [OK]   5000 responses   

iter8 report

Experiment summary:
*******************

  Experiment completed: true
  No task failures: true
  Total number of tasks: 6
  Number of completed tasks: 6
  Number of completed loops: 1

Whether or not service level objectives (SLOs) are satisfied:
*************************************************************

  SLO Conditions                 | Satisfied
  --------------                 | ---------
  grpc/error-rate <= 0           | true
  grpc/latency/mean (msec) <= 50 | true
  grpc/latency/p99 (msec) <= 100 | true
  

Latest observed values for metrics:
***********************************

  Metric                   | value
  -------                  | -----
  grpc/error-count         | 0.00
  grpc/error-rate          | 0.00
  grpc/latency/mean (msec) | 25.13
  grpc/latency/p99 (msec)  | 58.00
  grpc/request-count       | 50000.00
  

iter8 report

Experiment summary:
*******************

  Experiment completed: true
  No task failures: true
  Total number of tasks: 6
  Number of completed tasks: 6
  Number of completed loops: 1

Whether or not service level objectives (SLOs) are satisfied:
*************************************************************

  SLO Conditions                 | Satisfied
  --------------                 | ---------
  grpc/error-rate <= 0           | true
  grpc/latency/mean (msec) <= 50 | true
  grpc/latency/p99 (msec) <= 100 | true
  

Latest observed values for metrics:
***********************************

  Metric                   | value
  -------                  | -----
  grpc/error-count         | 0.00
  grpc/error-rate          | 0.00
  grpc/latency/mean (msec) | 40.44
  grpc/latency/p99 (msec)  | 92.00
  grpc/request-count       | 50000.00
  

@chgl chgl merged commit 2f856da into master Jun 28, 2023
13 checks passed
@miracum-bot miracum-bot mentioned this pull request Jun 28, 2023
@chgl chgl deleted the added-uuid4-pseudonym-generator branch June 20, 2024 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant