Results 32 comments of Jakob Meier

@daawaan My "work-around" was to tell the single user in my case to not put in commas in the primary key :sweat_smile:

@ConfidenceYobo storage costs are somewhat orthogonal to gas costs. But it could be that the contract you are deploying is larger than it needs to be. 100kB ~ 1 NEAR...

> @jakmeier I just ran it on another machine (M1) using > > ``` > export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1; > export CARGO_PROFILE_RELEASE_LTO=fat; > ``` > > ``` > Running `target/release/runtime-params-estimator --accounts-num 20000...

This is mostly code I used already for 1-2 months for performance debugging for a variety of different problems. Actually, it's only a selected subset of the code, pulled out...

Updated this with tests and improved the output a bit. I think it's ready for a complete review now. @matklad do you want to review this? Or should I ask...

Hey @Longarithm, do you have some time to review this? It's not urgent at all, this should be a very low priority review. But it is a tool set that...

Given our plans on how to benchmark flat storage, the priority of this has increased. We will need this as a base for replaying IO traces on RocksDB. (The code...

@Longarithm I changed how the account filter works substantially. Most importantly, data that belongs to no account will be excluded from the reports when an account filter is active. For...

We have a CPU benchmark but not one that measures a single x86 instruction. Potentially we could just divide the existing CPU benchmark by the number of instructions in that...

Not really. The parameter table links parameters and fees. The plan was to use this to display more information on the output of continuous estimation. But we decided that the...