-
Notifications
You must be signed in to change notification settings - Fork 188
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 6f72e33
- Loading branch information
github-action-benchmark
committed
Mar 14, 2024
1 parent
643db84
commit ca5b749
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": 1710401051479, | ||
"lastUpdate": 1710402481446, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -2698,6 +2698,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Rémy Baranx", | ||
"username": "remybar" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "6f72e33d70c03094f07c3f4f525ea9a837c6f2bb", | ||
"message": "feat(sozo): add `--receipt` transaction option (#1647)", | ||
"timestamp": "2024-03-14T01:38:31-06:00", | ||
"tree_id": "1c5c864efc504f209cef9fc371075a8ea03b1921", | ||
"url": "https://github.com/dojoengine/dojo/commit/6f72e33d70c03094f07c3f4f525ea9a837c6f2bb" | ||
}, | ||
"date": 1710402480939, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 1020952, | ||
"range": "± 81643", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|