TensorBFS / TensorInference.jl

Probabilistic inference using contraction of tensor networks
https://tensorbfs.github.io/TensorInference.jl/
MIT License
18 stars 2 forks source link

Run benchmarks in CI and send results to TensorBFS/TensorInference-data #18

Closed mroavi closed 2 years ago

mroavi commented 2 years ago

I think that it is failing because of https://github.com/tkf/BenchmarkCI.jl/issues/90 Edit: https://github.com/TensorBFS/TensorInference.jl/pull/18/commits/c568a93ea3020864ba7cedb6f45b0ef0685941bb fixes this

mroavi commented 2 years ago

It's now complaining because there is no benchmark/benchmarks.jl in main to use as "baseline". I'm going to merge to see if it fixes the error.