Skip to content

Commit

Permalink
add Rust Benchmark (cargo) benchmark result for 13bcef9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jun 5, 2024
1 parent 803eef0 commit 2992bb0
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": 1717533812754,
"lastUpdate": 1717579786780,
"repoUrl": "https://github.com/Pometry/Raphtory",
"entries": {
"Rust Benchmark": [
Expand Down Expand Up @@ -52618,6 +52618,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": "13bcef965eab0efd848fc4128b8d125b2e1ecbf8",
"message": "Release v0.9.0 (#1637)\n\nchore: Release\r\n\r\nCo-authored-by: Haaroon <[email protected]>",
"timestamp": "2024-06-05T10:15:17+01:00",
"tree_id": "0cce7e7629773517fed2ef24b1078faf1f419138",
"url": "https://github.com/Pometry/Raphtory/commit/13bcef965eab0efd848fc4128b8d125b2e1ecbf8"
},
"date": 1717579785633,
"tool": "cargo",
"benches": [
{
"name": "local_triangle_count/local_triangle_count",
"value": 932682,
"range": "± 39054",
"unit": "ns/iter"
},
{
"name": "local_clustering_coefficient/local_clustering_coefficient",
"value": 107952,
"range": "± 1295",
"unit": "ns/iter"
},
{
"name": "graphgen_large_clustering_coeff/graphgen_large_clustering_coeff/Graph(num_nodes=500004, num_edges=20...",
"value": 2304569872,
"range": "± 56273512",
"unit": "ns/iter"
},
{
"name": "graphgen_large_pagerank/graphgen_large_pagerank/Graph(num_nodes=500004, num_edges=2000000)",
"value": 262473835,
"range": "± 3028740",
"unit": "ns/iter"
},
{
"name": "graphgen_large_concomp/graphgen_large_concomp/Graph(num_nodes=500004, num_edges=2000000)",
"value": 2305884795,
"range": "± 35731593",
"unit": "ns/iter"
},
{
"name": "temporal_motifs/temporal_motifs",
"value": 20989272,
"range": "± 276398",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 2992bb0

Please sign in to comment.