# Github-action-benchmark with Julia support

**URL:** https://discourse.julialang.org/t/github-action-benchmark-with-julia-support/72589
**Category:** General Usage
**Tags:** ci, github-actions
**Created:** [December 4, 2021, 7:52pm UTC](https://discourse.julialang.org/t/github-action-benchmark-with-julia-support/72589 "2021-12-04T19:52:31Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![findmyway](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/findmyway/32/4946_2.png) [@findmyway](https://discourse.julialang.org/u/findmyway)
#### Post date: [December 4, 2021, 7:52pm UTC](https://discourse.julialang.org/t/github-action-benchmark-with-julia-support/72589/1 "2021-12-04T19:52:31Z")

</div>

Recently I added the Julia support to an interesting github action: [https://github.com/benchmark-action/github-action-benchmark](https://github.com/benchmark-action/github-action-benchmark) Hope it might be useful to some other package developers.

You can find how to enable the workflow here:

[https://github.com/benchmark-action/github-action-benchmark/blob/master/.github/workflows/julia.yml](https://github.com/benchmark-action/github-action-benchmark/blob/master/.github/workflows/julia.yml)

with the example code [https://github.com/benchmark-action/github-action-benchmark/blob/master/examples/julia/README.md](https://github.com/benchmark-action/github-action-benchmark/blob/master/examples/julia/README.md)

You may also find a typical generated html page here: [Benchmarks](https://oolong.dev/OpenTelemetry.jl/benchmarks/Julia-v1.7/)
