File tree 2 files changed +21
-0
lines changed
2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 5
5
# LumoSQL: https://lumosql.org/
6
6
# Cluster scripts: https://lumosql.org/src/lumosql/dir?ci=tip&name=kbench
7
7
#
8
+ # Copyright 2022 The LumoSQL Authors under the terms contained in LICENSES/MIT
9
+ #
10
+ # SPDX-License-Identifier: MIT
11
+ # SPDX-FileCopyrightText: 2022 The LumoSQL Authors
12
+ # SPDX-ArtifactOfProjectName: LumoSQL
13
+ # SPDX-FileType: Code
14
+ # SPDX-FileComment: Original by Dan Shearer, 2022
8
15
9
16
# Set defaults
10
17
Original file line number Diff line number Diff line change 1
1
#! /bin/bash -xe
2
2
3
+ # Process LumoSQL benchmark/test jobs on a cluster. This is run on an
4
+ # administration node.
5
+ #
6
+ # LumoSQL: https://lumosql.org/
7
+ # Cluster scripts: https://lumosql.org/src/lumosql/dir?ci=tip&name=kbench
8
+ #
9
+ # Copyright 2022 The LumoSQL Authors under the terms contained in LICENSES/MIT
10
+ #
11
+ # SPDX-License-Identifier: MIT
12
+ # SPDX-FileCopyrightText: 2022 The LumoSQL Authors
13
+ # SPDX-ArtifactOfProjectName: LumoSQL
14
+ # SPDX-FileType: Code
15
+ # SPDX-FileComment: Original by Ruben De Smet, 2022
16
+
3
17
fossil clone https://lumosql.org/src/lumosql
4
18
cd lumosql
5
19
You can’t perform that action at this time.
0 commit comments