diff --git a/dev/bench/data.js b/dev/bench/data.js index 7b50280..80da5b2 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1706198332178, + "lastUpdate": 1706198363161, "entries": { "Rust Benchmark": [ { @@ -12961,6 +12961,42 @@ window.BENCHMARK_DATA = { "unit": "ns/iter" } ] + }, + { + "commit": { + "author": { + "email": "k.trzesniewski@gmail.com", + "name": "Chris Trześniewski", + "username": "ktrz" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "9598b26311c7676864d32a709a922b8ec823fa82", + "message": "fix: write with retry fails with separate repository (#216)\n\n* remove the cloned directory when push fails so that next clone will work", + "timestamp": "2024-01-25T16:57:43+01:00", + "tree_id": "9e5989ba9256c1940c56fe218128bdba443f542a", + "url": "https://github.com/benchmark-action/github-action-benchmark/commit/9598b26311c7676864d32a709a922b8ec823fa82" + }, + "date": 1706198361891, + "tool": "cargo", + "benches": [ + { + "name": "bench_fib_10", + "value": 158, + "range": "± 8", + "unit": "ns/iter" + }, + { + "name": "bench_fib_20", + "value": 19979, + "range": "± 982", + "unit": "ns/iter" + } + ] } ], "Go Benchmark": [