Skip to content

Commit

Permalink
Implement benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
tdittr authored and folkertdev committed May 29, 2024
1 parent d615233 commit 739da7a
Show file tree
Hide file tree
Showing 11 changed files with 458 additions and 2 deletions.
20 changes: 20 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
stages:
- build

variables:
DOCKER_DRIVER: overlay
EXPORT_DOCKER_ON: "domain.com"
BUILD_PACKAGES_ON: "domain.com"

benchmark:
stage: build
tags: [docker]
image: registry.gitlab.com/software-energy-lab/nea:latest
script:
- runner go csv-svg-path
- runner rust-nea csv-svg-path
- runner roc-nea csv-svg-path
artifacts:
paths:
- "*.json"

Loading

0 comments on commit 739da7a

Please sign in to comment.