Skip to content

Commit

Permalink
Added CITATION.cff
Browse files Browse the repository at this point in the history
  • Loading branch information
smarr committed Aug 6, 2023
1 parent 2ee0308 commit 1286390
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
cff-version: 1.2.0
title: 'ReBench: Execute and Document Benchmarks Reproducibly'
message: >-
If you use this software, please consider citing. Either
based on the metadata found in this file, or the main DOI:
https://doi.org/10.5281/zenodo.1311762
type: software
authors:
- given-names: Stefan
family-names: Marr
email: [email protected]
affiliation: University of Kent
orcid: 'https://orcid.org/0000-0001-9059-5180'
identifiers:
- type: doi
value: 10.5281/zenodo.1311762
description: Release and archival on Zenodo
repository-code: 'https://github.com/smarr/rebench'
url: 'https://rebench.dev/'
repository-artifact: 'https://doi.org/10.5281/zenodo.1311762'
abstract: >-
ReBench is a tool to run and document benchmark
experiments. Currently, it is mostly used for benchmarking
language implementations, but it can be used to monitor
the performance of all kinds of other applications and
programs, too.
keywords:
- science
- benchmarking
- performance tracking
- continuous benchmarking
- continuous testing
- research
- reproducibility
license: MIT

0 comments on commit 1286390

Please sign in to comment.