-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mateusz Zając
committed
Oct 24, 2023
1 parent
86be0d9
commit 541ac8b
Showing
7 changed files
with
258 additions
and
53 deletions.
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,50 +1,100 @@ | ||
bench empty: 0 | ||
case db get: 754572 | ||
case db set: 338782 | ||
bench empty: 0 | ||
case db get: 754172 | ||
case db get: 754172 | ||
case db set: 338382 | ||
case db set: 338382 | ||
case init: 770 | ||
case init: 770 | ||
case serialize: 5810 | ||
case values: 38520 | ||
char get macro: 11091794 | ||
chars db get: 10139064 | ||
chars db set: 5050844 | ||
char set call: 6139084 | ||
chars init: 1040 | ||
chars serialize: 39120 | ||
chars values: 42270 | ||
case serialize: 4610 | ||
case serialize: 4610 | ||
case values: 36120 | ||
case values: 36120 | ||
char get macro: 11009694 | ||
char get macro: 11009694 | ||
chars db get: 10136764 | ||
chars db get: 10136764 | ||
chars db set: 5028344 | ||
chars db set: 5028344 | ||
char set call: 6048284 | ||
char set call: 6048284 | ||
chars init: 770 | ||
chars init: 770 | ||
chars serialize: 18920 | ||
chars serialize: 18920 | ||
chars values: 22070 | ||
chars values: 22070 | ||
db del arr: 14240 | ||
db get arr: 1027288 | ||
db get half arr: 726058 | ||
dbi scan arr 1: 452874 | ||
dbi scan arr 2: 805378 | ||
dbi set arr 1st: 482814 | ||
dbi set arr 2nd: 482634 | ||
db set arr: 855808 | ||
foo get macro: 1039434 | ||
db del arr: 14240 | ||
db get arr: 1026188 | ||
db get arr: 1026188 | ||
db get half arr: 725458 | ||
db get half arr: 725458 | ||
dbi scan arr 1: 452574 | ||
dbi scan arr 1: 452574 | ||
dbi scan arr 2: 804778 | ||
dbi scan arr 2: 804778 | ||
dbi set arr 1st: 482514 | ||
dbi set arr 1st: 482514 | ||
dbi set arr 2nd: 482334 | ||
dbi set arr 2nd: 482334 | ||
db set arr: 854708 | ||
db set arr: 854708 | ||
foo get macro: 1021934 | ||
foo get macro: 1021934 | ||
foo init: 770 | ||
foo init: 770 | ||
foo serialize: 3620 | ||
foo set call: 835314 | ||
foo values: 13560 | ||
foo serialize: 2220 | ||
foo serialize: 2220 | ||
foo set call: 813314 | ||
foo set call: 813314 | ||
foo values: 12160 | ||
foo values: 12160 | ||
idx create 1000: 189333070 | ||
idx create 1000: 189333070 | ||
idx create 1st: 78280 | ||
idx create 1st: 78280 | ||
idx dlt !1000 0: 164350 | ||
idx dlt !1000 0: 164350 | ||
idx dlt 1000: 110300 | ||
idx dlt 1000: 110300 | ||
idx dlt !1000 >: 261360 | ||
idx dlt !1000 >: 261360 | ||
idx dlt last: 284480 | ||
idx dlt last: 284480 | ||
idx dlt !last: 285040 | ||
idx dlt !last: 285040 | ||
idx empty: 185890 | ||
idx empty: 185890 | ||
idx exists 1000: 14240 | ||
idx exists 1000: 14240 | ||
idx exists chk: 40520 | ||
idx exists chk: 40520 | ||
idx query 1000: 40716000 | ||
idx query 1000: 40716000 | ||
idx query 2nd: 187780 | ||
idx query 2nd: 187780 | ||
idx query one: 119120 | ||
idx query one: 119120 | ||
idx query two: 159580 | ||
idx query two: 159580 | ||
native prep: 11600 | ||
native prep: 11600 | ||
native prep of: 11600 | ||
native prep of: 11600 | ||
native read: 17880 | ||
native read: 17880 | ||
native read of: 17880 | ||
native read of: 17880 | ||
native write: 17260 | ||
native write: 17260 | ||
native writ of: 17260 | ||
native writ of: 17260 | ||
storage get: 36860 | ||
storage get: 36860 | ||
storage get mny: 297424 | ||
storage get mny: 297124 | ||
storage get mny: 297124 | ||
storage set: 36600 | ||
storage set: 36600 | ||
storage set mny: 284284 | ||
storage set mny: 283984 | ||
storage set mny: 283984 |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Code generated by scarb DO NOT EDIT. | ||
version = 1 | ||
|
||
[[package]] | ||
name = "dojo" | ||
version = "0.3.1" | ||
dependencies = [ | ||
"dojo_plugin", | ||
] | ||
|
||
[[package]] | ||
name = "dojo_plugin" | ||
version = "0.3.1" |
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
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
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Code generated by scarb DO NOT EDIT. | ||
version = 1 | ||
|
||
[[package]] | ||
name = "cubit" | ||
version = "1.2.0" | ||
source = "git+https://github.com/influenceth/cubit#2ccb2536dffa3f15ebd38b755c1be65fde1eab0c" | ||
|
||
[[package]] | ||
name = "dojo" | ||
version = "0.3.1" | ||
dependencies = [ | ||
"dojo_plugin", | ||
] | ||
|
||
[[package]] | ||
name = "dojo_defi" | ||
version = "0.3.1" | ||
dependencies = [ | ||
"cubit", | ||
"dojo", | ||
] | ||
|
||
[[package]] | ||
name = "dojo_plugin" | ||
version = "0.3.1" |
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Code generated by scarb DO NOT EDIT. | ||
version = 1 | ||
|
||
[[package]] | ||
name = "dojo" | ||
version = "0.3.1" | ||
dependencies = [ | ||
"dojo_plugin", | ||
] | ||
|
||
[[package]] | ||
name = "dojo_erc" | ||
version = "0.3.1" | ||
dependencies = [ | ||
"dojo", | ||
] | ||
|
||
[[package]] | ||
name = "dojo_plugin" | ||
version = "0.3.1" |
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Code generated by scarb DO NOT EDIT. | ||
version = 1 | ||
|
||
[[package]] | ||
name = "dojo" | ||
version = "0.3.1" | ||
dependencies = [ | ||
"dojo_plugin", | ||
] | ||
|
||
[[package]] | ||
name = "dojo_plugin" | ||
version = "0.3.1" | ||
|
||
[[package]] | ||
name = "dojo_primitives" | ||
version = "0.3.1" | ||
dependencies = [ | ||
"dojo", | ||
] |