We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ddf8d commit e7907e7Copy full SHA for e7907e7
.gitignore
@@ -12,9 +12,5 @@
12
/.nova
13
/.idea
14
15
-# Rebench stuff
16
-payload.json
17
-rebench.data
18
-
19
# Folder to put files not intended to be pushed (like temporary files)
20
/ignored
.gitlab-ci.yml
rebench.conf
@@ -7,7 +7,7 @@ reporting:
7
# Benchmark results will be reported to ReBenchDB
8
rebenchdb:
9
# this url needs to point to the API endpoint
10
- db_url: https://rebench.stefan-marr.de/rebenchdb
+ db_url: https://rebench.polomack.eu/rebenchdb
11
repo_url: https://github.com/Hirevo/som-rs
record_all: true # make sure everything is recorded
project_name: som-rs
run_benchmarks.sh
0 commit comments