From 133447dbaaf475dc9e9d1ca56b58cac3d0966527 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 10 Jun 2024 17:09:37 +0000 Subject: [PATCH] add Rust Benchmark (cargo) benchmark result for 1c7a7d72bc5d5061a8c2bf7846e98abecf134173 --- dev/bench/data.js | 62 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index ccc95bc898..a5d97fbe9c 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1718022529625, + "lastUpdate": 1718039377051, "repoUrl": "https://github.com/Pometry/Raphtory", "entries": { "Rust Benchmark": [ @@ -53098,6 +53098,66 @@ window.BENCHMARK_DATA = { "unit": "ns/iter" } ] + }, + { + "commit": { + "author": { + "email": "41898282+github-actions[bot]@users.noreply.github.com", + "name": "github-actions[bot]", + "username": "github-actions[bot]" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "1c7a7d72bc5d5061a8c2bf7846e98abecf134173", + "message": "Release v0.9.2 (#1652)\n\nchore: Release\r\n\r\nCo-authored-by: Haaroon ", + "timestamp": "2024-06-10T17:58:51+01:00", + "tree_id": "374610270c9bcc09cb276fc0f423f379b052b61a", + "url": "https://github.com/Pometry/Raphtory/commit/1c7a7d72bc5d5061a8c2bf7846e98abecf134173" + }, + "date": 1718039375882, + "tool": "cargo", + "benches": [ + { + "name": "local_triangle_count/local_triangle_count", + "value": 923537, + "range": "± 35781", + "unit": "ns/iter" + }, + { + "name": "local_clustering_coefficient/local_clustering_coefficient", + "value": 108410, + "range": "± 1572", + "unit": "ns/iter" + }, + { + "name": "graphgen_large_clustering_coeff/graphgen_large_clustering_coeff/Graph(num_nodes=500004, num_edges=20...", + "value": 2495572276, + "range": "± 74104406", + "unit": "ns/iter" + }, + { + "name": "graphgen_large_pagerank/graphgen_large_pagerank/Graph(num_nodes=500004, num_edges=2000000)", + "value": 269381027, + "range": "± 9421200", + "unit": "ns/iter" + }, + { + "name": "graphgen_large_concomp/graphgen_large_concomp/Graph(num_nodes=500004, num_edges=2000000)", + "value": 2475891568, + "range": "± 177695584", + "unit": "ns/iter" + }, + { + "name": "temporal_motifs/temporal_motifs", + "value": 20997529, + "range": "± 233736", + "unit": "ns/iter" + } + ] } ] }