Skip to content

Commit

Permalink
add Rust Benchmark (cargo) benchmark result for eae4622
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed May 28, 2024
1 parent 8147cd6 commit df169dc
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": 1716895215624,
"lastUpdate": 1716912624730,
"repoUrl": "https://github.com/Pometry/Raphtory",
"entries": {
"Rust Benchmark": [
Expand Down Expand Up @@ -52138,6 +52138,66 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "49699333+dependabot[bot]@users.noreply.github.com",
"name": "dependabot[bot]",
"username": "dependabot[bot]"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "eae4622700bbec692883550c69ad30bf70493138",
"message": "Bump requests from 2.31.0 to 2.32.0 (#1607)\n\n---\r\nupdated-dependencies:\r\n- dependency-name: requests\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <[email protected]>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Ben Steer <[email protected]>",
"timestamp": "2024-05-28T16:58:21+01:00",
"tree_id": "3b38d02f49a9679761bc21994ce3c3db93dfa128",
"url": "https://github.com/Pometry/Raphtory/commit/eae4622700bbec692883550c69ad30bf70493138"
},
"date": 1716912623613,
"tool": "cargo",
"benches": [
{
"name": "local_triangle_count/local_triangle_count",
"value": 923315,
"range": "± 34580",
"unit": "ns/iter"
},
{
"name": "local_clustering_coefficient/local_clustering_coefficient",
"value": 101384,
"range": "± 1303",
"unit": "ns/iter"
},
{
"name": "graphgen_large_clustering_coeff/graphgen_large_clustering_coeff/Graph(num_nodes=500004, num_edges=20...",
"value": 2338073138,
"range": "± 32130892",
"unit": "ns/iter"
},
{
"name": "graphgen_large_pagerank/graphgen_large_pagerank/Graph(num_nodes=500004, num_edges=2000000)",
"value": 245098285,
"range": "± 3381259",
"unit": "ns/iter"
},
{
"name": "graphgen_large_concomp/graphgen_large_concomp/Graph(num_nodes=500004, num_edges=2000000)",
"value": 2307006087,
"range": "± 34045683",
"unit": "ns/iter"
},
{
"name": "temporal_motifs/temporal_motifs",
"value": 21983872,
"range": "± 319663",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit df169dc

Please sign in to comment.