PQC: Implement draft RFC for ML-KEM with X25519 #72
benchmark.yml
on: pull_request
Time and memory usage benchmark
2m 51s
Annotations
2 errors and 1 warning
Memory usage benchmark (attempt #1): performance regression detected for test 'openpgp.encrypt/decrypt (AEAD, text @ 10MB, with streaming)':
test/benchmarks/memory_usage.js#L1
Previous value was 136.16 and current value is 167.33. It is 1.2289218566392481x worse, exceeding the failure threshold of 1.10.
|
Time and memory usage benchmark
1 of 2 alerts exceeded the failure threshold `1.10` specified by fail-threshold input:
# **Performance Alert**
Possible performance regression was detected for benchmark **'Memory usage benchmark'**.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold `1.02`.
| Benchmark suite | Current: ba928ae31f92cccf3369affadd69e62af69cc57e | Previous: d7713dd7610be1557171bef175e1238cc56ce518 | Ratio |
|-|-|-|-|
| `openpgp.encrypt/decrypt (CFB, text @ 10MB, with streaming)` | `186.18` MB (`heapTotal: 41.63, heapUsed: 7.25, external: 82.51, arrayBuffers: 30.09`) | `182.22` MB (`heapTotal: 40.35, heapUsed: 7.12, external: 68.21, arrayBuffers: 11.01`) | `1.02` |
| `openpgp.encrypt/decrypt (AEAD, text @ 10MB, with streaming)` | `167.33` MB (`heapTotal: 65.87, heapUsed: 37.58, external: 62.06, arrayBuffers: 59.94`) | `136.16` MB (`heapTotal: 56.77, heapUsed: 27.40, external: 30.47, arrayBuffers: 28.35`) | `1.23` |
This comment was automatically generated by [workflow](https://github.com/ProtonMail/openpgpjs/actions?query=workflow%3APerformance%20Regression%20Test).
|
Memory usage benchmark (attempt #1): potential performance regression detected for test 'openpgp.encrypt/decrypt (CFB, text @ 10MB, with streaming)':
test/benchmarks/memory_usage.js#L1
Previous value was 182.22 and current value is 186.18. It is 1.0217319723411262x worse, exceeding the warning threshold of 1.02.
|