From f311c2451c0a42d1165e6c67dfdfb0f84acb6642 Mon Sep 17 00:00:00 2001 From: Cory Benfield Date: Wed, 18 Sep 2024 17:36:58 +0100 Subject: [PATCH] Update nightly benchmark thresholds --- ...mark.Parse_WebPKI_Roots_from_PEM_to_PEMDocument.p90.json | 2 +- ...arse_WebPKI_Roots_from_multi_PEM_to_PEMDocument.p90.json | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 Benchmarks/Thresholds/main/SwiftASN1Benchmark.Parse_WebPKI_Roots_from_multi_PEM_to_PEMDocument.p90.json diff --git a/Benchmarks/Thresholds/main/SwiftASN1Benchmark.Parse_WebPKI_Roots_from_PEM_to_PEMDocument.p90.json b/Benchmarks/Thresholds/main/SwiftASN1Benchmark.Parse_WebPKI_Roots_from_PEM_to_PEMDocument.p90.json index 58feaac..0b889f2 100644 --- a/Benchmarks/Thresholds/main/SwiftASN1Benchmark.Parse_WebPKI_Roots_from_PEM_to_PEMDocument.p90.json +++ b/Benchmarks/Thresholds/main/SwiftASN1Benchmark.Parse_WebPKI_Roots_from_PEM_to_PEMDocument.p90.json @@ -1,5 +1,5 @@ { - "mallocCountTotal" : 976, + "mallocCountTotal" : 565, "memoryLeaked" : 0, "readSyscalls" : 0, "writeSyscalls" : 0 diff --git a/Benchmarks/Thresholds/main/SwiftASN1Benchmark.Parse_WebPKI_Roots_from_multi_PEM_to_PEMDocument.p90.json b/Benchmarks/Thresholds/main/SwiftASN1Benchmark.Parse_WebPKI_Roots_from_multi_PEM_to_PEMDocument.p90.json new file mode 100644 index 0000000..24d3a4c --- /dev/null +++ b/Benchmarks/Thresholds/main/SwiftASN1Benchmark.Parse_WebPKI_Roots_from_multi_PEM_to_PEMDocument.p90.json @@ -0,0 +1,6 @@ +{ + "mallocCountTotal" : 572, + "memoryLeaked" : 0, + "readSyscalls" : 0, + "writeSyscalls" : 0 +} \ No newline at end of file