From e7e46e8044ef74ba70bbf543ecbe3df4fedd44c4 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 19 Jun 2024 19:56:32 +0000 Subject: [PATCH] add Catch2 Benchmark (v3) (catch2) benchmark result for fe4e90e7735310d03ca4b1d8f0eb1d425c55be00 --- dev/bench/data.js | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index efb3130..366881d 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1718826987674, + "lastUpdate": 1718826992342, "entries": { "Rust Benchmark": [ { @@ -57493,6 +57493,44 @@ window.BENCHMARK_DATA = { "extra": "100 samples\n2 iterations" } ] + }, + { + "commit": { + "author": { + "email": "sam@samxie.me", + "name": "Sam Xie", + "username": "XSAM" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "fe4e90e7735310d03ca4b1d8f0eb1d425c55be00", + "message": "Fix broken links to github actions (#253)", + "timestamp": "2024-06-19T21:55:27+02:00", + "tree_id": "133b0c86f676b3f67de7ba8141fe165421647295", + "url": "https://github.com/benchmark-action/github-action-benchmark/commit/fe4e90e7735310d03ca4b1d8f0eb1d425c55be00" + }, + "date": 1718826990831, + "tool": "catch2", + "benches": [ + { + "name": "Fibonacci 10", + "value": 145.876, + "range": "± 2.14086", + "unit": "ns", + "extra": "100 samples\n198 iterations" + }, + { + "name": "Fibonacci 20", + "value": 19.9821, + "range": "± 254.325", + "unit": "us", + "extra": "100 samples\n2 iterations" + } + ] } ] },