tkf / BenchmarkCI.jl

MIT License
53 stars 5 forks source link

Benchmark without comparing #179

Open filchristou opened 10 months ago

filchristou commented 10 months ago

Not always is a comparing, i.e. judge necessary. For example, when we just push, without a pull request, there is (probably) nothing really to compare with. We just want to run the benchmarks, see how we are doing, and maybe push the results in a data repo.

Moreover, when a pull request is merged in origin/master, and judge is triggered it will probably run the same benchmark two times (baseline == target).

If the idea sounds okey, I could make a PR to have in-house support for just running a single benchmark and posting/pushing the results.

Let me know !