-
```
D:\repos\cad97\playground> cargo criterion
Finished bench [optimized] target(s) in 0.19s
Error: Unable to open connection to bench target main
Caused by:
Gnuplot not found, using …
CAD97 updated
3 years ago
-
Many of our Criterion benchmarks (particularly the ones in `linfa-clustering`) call `plot_config`, which causes the runner to create plots at the end of the benchmarks. The issue is that the plot crea…
-
https://docs.rs/plotters/0.3.1/plotters/index.html
None of the sample code here produces images when pasted directly, and no error messages are reported, which I found after debugging was caused by…
-
### Problem
Let's run `cargo bench` locally
```console
➜ milli (main) ✗ cargo bench
Blocking waiting for file lock on package cache
Blocking waiting for file lock on package cache
Co…
-
Hi! A non-blocker, but I've run into a snag where I have some Criterion tests, and the `cargo criterion` command fails on my M1 Mac but not on an Ubuntu VM.
Rust's support for M1 macs is laid out i…
-
The function https://docs.rs/plotters/0.3.0/plotters/chart/struct.MeshStyle.html#method.disable_y_axis doesn't seem to do anything.
This is the code I'm testing with:
```
use plotters::prelude…
-
This happens in wezterm, but not in xterm nor alacritty.
A plane over another plane rendering a visual is shown ok, until the underlying plane gets updated. Then it shows all black.
Notice the s…
-
## Requirements
We should make sure we're including packages with compatible licenses for the project. For simplicity in implementing, let's merely say `MIT` to start with, but we can consider add…
-
I am getting the following compile error when I try to run `cargo make run --profile release` for the examples. It appears to be an issue in rust-ab due to `&Mutex` iterator not being implemented.
``…
-
Hello,
When running `cargo criterion` it compiles fine but immediately gives me this error:
```
Error: Unable to open connection to bench target bron_kerbosch
Caused by:
Resource temporar…