Skip to content

Commit

Permalink
add Rust Benchmark (cargo) benchmark result for 1c7a7d7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jun 10, 2024
1 parent 0c9f4ca commit 133447d
Showing 1 changed file with 61 additions and 1 deletion.
62 changes: 61 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": 1718022529625,
"lastUpdate": 1718039377051,
"repoUrl": "https://github.com/Pometry/Raphtory",
"entries": {
"Rust Benchmark": [
Expand Down Expand Up @@ -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": "[email protected]",
"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 <[email protected]>",
"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"
}
]
}
]
}
Expand Down

0 comments on commit 133447d

Please sign in to comment.