-
Notifications
You must be signed in to change notification settings - Fork 186
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 2ec18ce
- Loading branch information
github-action-benchmark
committed
Jan 25, 2024
1 parent
6c19126
commit e0697fb
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": 1706222395004, | ||
"lastUpdate": 1706225342674, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -268,6 +268,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "notV4l", | ||
"username": "notV4l" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "2ec18ce88f1b4181ac972e33e04a17f82b082a16", | ||
"message": "use #[abi(embed_v0)] (#1426)\n\n* use #[abi(embed_v0)]\r\n\r\n* fix tests\r\n\r\n* fix dojo-lang tests\r\n\r\n* wrap necessary code in impls & fix tests\r\n\r\n* add missing impl in test with #[generate_trait]\r\n\r\n* fix tests\r\n\r\n* fix tests, again\r\n\r\n* fix fmt\r\n\r\n* revert prev commit & add missing impl & regen tests\r\n\r\n* ...\r\n\r\n* IDojoModel\r\n\r\n* fix tests\r\n\r\n---------\r\n\r\nCo-authored-by: Tarrence van As <[email protected]>", | ||
"timestamp": "2024-01-25T17:19:51-06:00", | ||
"tree_id": "cc8eac8d8c4c5cb4468910837e2512cde2891129", | ||
"url": "https://github.com/dojoengine/dojo/commit/2ec18ce88f1b4181ac972e33e04a17f82b082a16" | ||
}, | ||
"date": 1706225342237, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 1042900, | ||
"range": "± 32101", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|