-
For basic operations, these are the benchmarks
```julia
julia> using BenchmarkTools, TestImages, ExifViewer
julia> filename = "test/test_images/test.jpg"
julia> io = open(filename, "r")
julia> @…
-
We want to show how the performance of TorXakis evolves over time to:
1. Prevent performance degradation.
2. Better focus on the aspects that need performance improvement the most.
3. Keep track of t…
-
@devoncarew I've added some new analysis server benchmarks that may need tracking.
They were added in 74d8cc96365d844d5b33fbaa34ac0426720ebe0a and have the same IDs as the previous analysis server …
-
# Roadmap for the **Venom** Intermediate Representation Language
## Overview
The "Venom" intermediate representation (IR) language is an initiative to enhance the compilation process of the …
-
subject was: "Allow specifying the written range when unmapping a buffer"
---
I noticed an issue while benchmarking CPU-to-GPU data streaming that can degrade performance of memory-mapped transf…
-
The expected "json output" on `make bench` can be a blocker for new users, since it's not documented enough. It also limits the schema changes we can do to add new functionalities.
It would be nice…
-
-
```
I've attached a copy of YieldUtils that includes an implementation of
toIterable that uses java.util.concurrent.BlockingQueue instances. I've also
included some primitive benchmarking code.
Th…
-
Benchmarks should serve three functions. First prevent performance regression when changes are made on the libray's core. Then give potential users an idea of what to expect when they use the library …
rlouf updated
2 years ago
-
Keep track of walltimes for each workflow (with input size as well) and infer walltime estimations for new tasks
Maybe we can model this as continuous error minimization between predicted and actua…