-
Tracking reversal of changes made by #2102. The Allocate Array tests should have the NoWasm category removed once the tests will succeed.
The root cause of the failure is unknown. Testing differen…
-
-
How can I evaluate my 3d tracker? providing 3d euclidean distance between objects and hypothesis is enough to calculating mota and motp? is there any example to do this?
-
## Use case
Not all projects are concerned with `gzip` sizes of artifacts. For example: native iOS and Android applications.
This is a bit 2.0.0 thinking, but I would still like others to weigh in…
-
I am currently playing with airspeed velocity to track speed regressions in Sage. I would like to benchmark every doctest that has a `long time` or `benchmark` marker in it and also benchmark every …
-
### 🐛 Describe the bug
profile - https://fburl.com/scuba/pyperf_experimental/on_demand/ghc8lpjr
xref - https://fb.workplace.com/groups/1075192433118967/permalink/1425136311457909/
Repro - D570909…
-
Following on from #26, which resulted in a very busy weekend, this issue tracks activities for _The Timeline_'s sustainability. The below tasks should have their own "to-do list" issues raised to work…
-
I wrote a little graphics library in Dart (https://github.com/google/iconvg/tree/main/src/dart) and when I profiled it by running its decoder pipeline in a tight loop, i discovered that literally half…
-
The current `#[bench]` attribute is broken because #7 was merged without testing.
code:
```rust
#![feature(test)]
extern crate test;
use async_std::task;
#[async_attributes::bench]
async …
-
After building uutils using `cargo build --release` on Fedora 32 x86-64:
```
[shlomif@localhost coreutils]$ time (seq 2 "$(( 10 ** 6 ))" | ./target/release/uutils factor | md5sum)
4cfd4f52505c4e3…