diff --git a/.github/workflows/export-benchmark-results.yml b/.github/workflows/export-benchmark-results.yml index bff85d5..6540d36 100644 --- a/.github/workflows/export-benchmark-results.yml +++ b/.github/workflows/export-benchmark-results.yml @@ -109,7 +109,7 @@ jobs: echo "file_name=${FILE_NAME}" >> "${GITHUB_OUTPUT}" - name: Archive benchmark results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: "${{ steps.calculate-archive-file-name.outputs.file_name }}" path: "*.histogram.txt" diff --git a/Benchmarks/Thresholds/IPAddressBenchs.IPv6_String_Decoding_2_Groups_Compressed_In_The_Middle_No_Brackets_3M.p90.json b/Benchmarks/Thresholds/IPAddressBenchs.IPv6_String_Decoding_2_Groups_Compressed_In_The_Middle_No_Brackets_3M.p90.json index d9a3da2..8d053a1 100644 --- a/Benchmarks/Thresholds/IPAddressBenchs.IPv6_String_Decoding_2_Groups_Compressed_In_The_Middle_No_Brackets_3M.p90.json +++ b/Benchmarks/Thresholds/IPAddressBenchs.IPv6_String_Decoding_2_Groups_Compressed_In_The_Middle_No_Brackets_3M.p90.json @@ -1,6 +1,6 @@ { "cpuUser": { - "max": 170000000, + "max": 170000383, "min": 150000000 } } diff --git a/Benchmarks/Thresholds/IPAddressBenchs.IPv6_String_Encoding_Zero_10M.p90.json b/Benchmarks/Thresholds/IPAddressBenchs.IPv6_String_Encoding_Zero_10M.p90.json index 4e594ba..2b8b787 100644 --- a/Benchmarks/Thresholds/IPAddressBenchs.IPv6_String_Encoding_Zero_10M.p90.json +++ b/Benchmarks/Thresholds/IPAddressBenchs.IPv6_String_Encoding_Zero_10M.p90.json @@ -1,6 +1,6 @@ { "cpuUser": { - "max": 210000000, + "max": 210108415, "min": 200000000 } }