Skip to content

Commit

Permalink
Change headers and add alicoud_set
Browse files Browse the repository at this point in the history
  • Loading branch information
hicrazyboy committed Nov 5, 2015
1 parent 7e659de commit a89195e
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 5 deletions.
7 changes: 7 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion perfkitbenchmarker/alicloud/__init__.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion perfkitbenchmarker/alicloud/ali_disk.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion perfkitbenchmarker/alicloud/ali_network.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion perfkitbenchmarker/alicloud/ali_virtual_machine.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion perfkitbenchmarker/alicloud/util.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 4 additions & 0 deletions perfkitbenchmarker/benchmark_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit a89195e

Please sign in to comment.