Skip to content

Commit

Permalink
add Rust Benchmark (cargo) benchmark result for a18e596
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed May 24, 2024
1 parent e1df74f commit a22edd8
Showing 1 changed file with 55 additions and 1 deletion.
56 changes: 55 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1716550832705,
"lastUpdate": 1716564510965,
"repoUrl": "https://github.com/Pometry/Raphtory",
"entries": {
"Rust Benchmark": [
Expand Down Expand Up @@ -51910,6 +51910,60 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "ljeub-pometry",
"username": "ljeub-pometry"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "a18e5966a68c2a251ee7036dcf07063f454bf4aa",
"message": "make local_clustering_coefficient benchmark actually useful again (#1618)\n\nCo-authored-by: Ben Steer <[email protected]>",
"timestamp": "2024-05-24T16:17:51+01:00",
"tree_id": "64fb429ac154a56e0b355c05e45c92416b67d0f6",
"url": "https://github.com/Pometry/Raphtory/commit/a18e5966a68c2a251ee7036dcf07063f454bf4aa"
},
"date": 1716564509551,
"tool": "cargo",
"benches": [
{
"name": "local_triangle_count/local_triangle_count",
"value": 916291,
"range": "± 8839",
"unit": "ns/iter"
},
{
"name": "local_clustering_coefficient/local_clustering_coefficient",
"value": 102442,
"range": "± 898",
"unit": "ns/iter"
},
{
"name": "graphgen_large_clustering_coeff/graphgen_large_clustering_coeff/Graph(num_nodes=500004, num_edges=20...",
"value": 2551357280,
"range": "± 37443637",
"unit": "ns/iter"
},
{
"name": "graphgen_large_pagerank/graphgen_large_pagerank/Graph(num_nodes=500004, num_edges=2000000)",
"value": 259653528,
"range": "± 3227833",
"unit": "ns/iter"
},
{
"name": "graphgen_large_concomp/graphgen_large_concomp/Graph(num_nodes=500004, num_edges=2000000)",
"value": 2448909140,
"range": "± 114583035",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit a22edd8

Please sign in to comment.