diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000000..41eb562fb8 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,7 @@ +CloudHarmony Inc +École Polytechnique Fédérale de Lausanne (EPFL) EcoCloud +Google Inc +Intel Inc +Massachusetts Institute of Technology (MIT) +Rackspace Inc +Alibaba Inc diff --git a/perfkitbenchmarker/alicloud/__init__.py b/perfkitbenchmarker/alicloud/__init__.py index 5d61879ac2..dcc64d28cf 100644 --- a/perfkitbenchmarker/alicloud/__init__.py +++ b/perfkitbenchmarker/alicloud/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 Alibaba Inc. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/perfkitbenchmarker/alicloud/ali_disk.py b/perfkitbenchmarker/alicloud/ali_disk.py index 06e042d9e6..0f0a0736d5 100644 --- a/perfkitbenchmarker/alicloud/ali_disk.py +++ b/perfkitbenchmarker/alicloud/ali_disk.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/perfkitbenchmarker/alicloud/ali_network.py b/perfkitbenchmarker/alicloud/ali_network.py index 4710cb0795..418dabf4f8 100644 --- a/perfkitbenchmarker/alicloud/ali_network.py +++ b/perfkitbenchmarker/alicloud/ali_network.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/perfkitbenchmarker/alicloud/ali_virtual_machine.py b/perfkitbenchmarker/alicloud/ali_virtual_machine.py index cfde641b26..115ea59a6c 100644 --- a/perfkitbenchmarker/alicloud/ali_virtual_machine.py +++ b/perfkitbenchmarker/alicloud/ali_virtual_machine.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/perfkitbenchmarker/alicloud/util.py b/perfkitbenchmarker/alicloud/util.py index 800b0f7423..e16c6a6c11 100644 --- a/perfkitbenchmarker/alicloud/util.py +++ b/perfkitbenchmarker/alicloud/util.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/perfkitbenchmarker/benchmark_sets.py b/perfkitbenchmarker/benchmark_sets.py index ef65061f15..ee7990cedb 100644 --- a/perfkitbenchmarker/benchmark_sets.py +++ b/perfkitbenchmarker/benchmark_sets.py @@ -41,6 +41,10 @@ MESSAGE: 'ARM benchmark set.', BENCHMARK_LIST: [STANDARD_SET] }, + 'alicloud_set': { + MESSAGE: 'AliCloud benchmark set.', + BENCHMARK_LIST: [STANDARD_SET] + }, 'broadcom_set': { MESSAGE: 'Broadcom benchmark set.', BENCHMARK_LIST: [STANDARD_SET]