-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Rust Benchmark (cargo) benchmark result for eae4622
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
@@ -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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|