Rizo
Rizo
Create a POC implementation of a Jupiter notebook fetching the data from our benchmarking backend.
Some benchmarks will require external datasets to work. If the dataset is large it might not be feasible to store it in the git repo of the project. In this...
Suggested by @MagnusS This will allow users to specify benchmarks-only dependencies in opam files: ``` $ OPAMVAR_bench=1 opam install --deps-only . ``` ``` depends: [ "logs" {bench} ] ``` The...
When the db is not correctly set up or has an incorrect schema applied, the result insertion will fail with an error similar to the following: ``` pipeline_1 | Result...
This could include different compiler versions and variants: * flambda * multicore * best-fit alloc strategy
Hi! I often find the `getenv` ppx very useful, but one thing that is missing from it is the ability to statically fail when the environment variable is not set....
Noticed this small typo.
## Motivation Currently the `Eio.Process.pipe` function has the following type: ```ocaml val pipe : sw:Switch.t -> _ mgr -> [Flow.source_ty | Resource.close_ty] Std.r * [Flow.sink_ty | Resource.close_ty] Std.r ``` This...
Getting the following build error when compiling rescript sources: ``` rescript: [6/6] src/rescript/Spice.cmj FAILED: src/rescript/Spice.cmj We've found a bug for you! /home/rizo/Work/FCL/Code/fcl-app/node_modules/@greenlabs/ppx-spice/src/rescript/Spice.res:27:50-62 25 │ } 26 │ 27 │ let...