-
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 374f2bf
- Loading branch information
github-action-benchmark
committed
Jan 25, 2024
1 parent
7bcdaa9
commit e2cb9dd
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": 1706195440975, | ||
"lastUpdate": 1706219331200, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -208,6 +208,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Tarrence van As", | ||
"username": "tarrencev" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "374f2bfac10a58b4e548e13dd0cf9b589361842b", | ||
"message": "Update dev container to bc6a5c1 (#1479)\n\n* Update dev container to bc6a5c1\r\n\r\n* Run propose pr on new tags", | ||
"timestamp": "2024-01-25T16:39:47-05:00", | ||
"tree_id": "ef16c622e64c4e706d187daae359d2450123976b", | ||
"url": "https://github.com/dojoengine/dojo/commit/374f2bfac10a58b4e548e13dd0cf9b589361842b" | ||
}, | ||
"date": 1706219330604, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 1034146, | ||
"range": "± 30667", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|