mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
dad5bf3aff
```sql CREATE TABLE benchmarks( "timestamp" timestamptz NOT NULL DEFAULT (current_setting('veloren.timestamp')::timestamptz), branch text NOT NULL DEFAULT current_setting('veloren.branch'), sha text NOT NULL DEFAULT current_setting('veloren.sha'), "group" text NULL, "function" text NULL, "value" text NULL, throughput_num numeric NULL, throughput_type text NULL, sample_measured_value numeric NOT NULL, unit text NULL, iteration_count numeric NULL ); ``` |
||
---|---|---|
.. | ||
build.gitlab-ci.yml | ||
check.gitlab-ci.yml | ||
publish.gitlab-ci.yml | ||
recompile.yml | ||
release.yml |