Skip to content

Commit

Permalink
add Rust Benchmark (cargo) benchmark result for c7f3972
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed May 24, 2024
1 parent 1eeb0cd commit 4311910
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": 1716477050225,
"lastUpdate": 1716548582978,
"repoUrl": "https://github.com/Pometry/Raphtory",
"entries": {
"Rust Benchmark": [
Expand Down Expand Up @@ -51802,6 +51802,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": "c7f39726b555496936f5befe001fff52e73b1ffd",
"message": "Performance fixes for the eval apis (#1617)\n\n* pass locked graph throughout the task run\r\n\r\n* add missing feature gate",
"timestamp": "2024-05-24T11:50:22+01:00",
"tree_id": "94cd43248d3771a86d4d1013ba47065d3a9dc989",
"url": "https://github.com/Pometry/Raphtory/commit/c7f39726b555496936f5befe001fff52e73b1ffd"
},
"date": 1716548581586,
"tool": "cargo",
"benches": [
{
"name": "local_triangle_count/local_triangle_count",
"value": 952367,
"range": "± 90586",
"unit": "ns/iter"
},
{
"name": "local_clustering_coefficient/local_clustering_coefficient",
"value": 9,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "graphgen_large_clustering_coeff/graphgen_large_clustering_coeff/Graph(num_nodes=500004, num_edges=20...",
"value": 2302915089,
"range": "± 33741382",
"unit": "ns/iter"
},
{
"name": "graphgen_large_pagerank/graphgen_large_pagerank/Graph(num_nodes=500004, num_edges=2000000)",
"value": 224691371,
"range": "± 1844662",
"unit": "ns/iter"
},
{
"name": "graphgen_large_concomp/graphgen_large_concomp/Graph(num_nodes=500004, num_edges=2000000)",
"value": 2359454434,
"range": "± 38618994",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 4311910

Please sign in to comment.