[FEATURE] Benchmarking memory
See original GitHub issue🚨🚨 Feature Request
- Related to an existing Issue
- A new implementation (Improvement, Extension)
We should benchmark memory usage when fetching from a Hub dataset.
If your feature will improve HUB
In the near term, well-scoped memory benchmarks will assess new features. In the long term, it can be used to compare performance with other libraries such as Zarr and Tile.
Description of the possible solution
We could start with a client-side benchmark reading from a local volume, perhaps with memory-profiler.
Issue Analytics
- State:
- Created 3 years ago
- Comments:25 (25 by maintainers)
Top Results From Across the Web
Memory benchmark - test your PC memory speed
Software to benchmark the speed of your PC computer memory. ... The Advanced Memory Test is part of the PerformanceTest application, and it...
Read more >[FEATURE] Benchmarking memory · Issue #516 · activeloopai ...
We should benchmark memory usage when fetching from a Hub dataset. If your feature will improve HUB. In the near term, well-scoped memory...
Read more >Benchmarking - AIDA64
AIDA64 implements a set of 64-bit benchmarks to measure how fast the computer performs various data processing tasks and mathematical calculations.
Read more >Cache and memory benchmark - AIDA64
This benchmark measures the bandwidth and latency of the CPU caches and the system memory. By double-clicking any rectangle, column or row in...
Read more >Storage Memory Usage Benchmark - etcd
The c1=120bytes and c2=30bytes are the average value of the 4 sets of c1 and c2 we calculated. The key metadata overhead is...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@haiyangdeperci is on top of things per usual
@KrishnaChaitanya1 can you send in the entire code in the form of a PR? It would be easier for us to review that. I assume you are running this with
cache
variable equal toFalse
and thenTrue
. That’s all right. We need to gather these results in some readable format so you may include that as well. If you need more support, come to the benchmark call tomorrow, the team and other community members will help you out.