-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (cargo) benchmark result for 10b4a55
- Loading branch information
github-action-benchmark
committed
Jun 27, 2024
1 parent
f60798e
commit 4b42826
Showing
1 changed file
with
31 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": 1719500769330, | ||
"lastUpdate": 1719504745124, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -10498,6 +10498,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "lambda-0x", | ||
"username": "lambda-0x" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "10b4a551857c99857c9c0abd14cafe9533904949", | ||
"message": "dev: clean up dependencies (#2102)\n\n* clean up dependencies\r\n\r\n* use root .tool-versions for examples", | ||
"timestamp": "2024-06-27T10:00:29-06:00", | ||
"tree_id": "78baa56b2ba7100b8231b8cde14692f2e1c4fc53", | ||
"url": "https://github.com/dojoengine/dojo/commit/10b4a551857c99857c9c0abd14cafe9533904949" | ||
}, | ||
"date": 1719504744303, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 16498038, | ||
"range": "± 134928", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|