Skip to content

Commit

Permalink
Update benchmark_sets.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ehankland committed Dec 10, 2015
1 parent f541af8 commit b084086
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions perfkitbenchmarker/benchmark_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
MESSAGE: ('The standard_set is a community agreed upon set of '
'benchmarks to measure Cloud performance.'),
BENCHMARK_LIST: [
'aerospike', 'cassandra_stress', 'object_storage_service',
'aerospike', 'block_storage_workload', 'cassandra_stress',
'cluster_boot', 'copy_throughput', 'coremark', 'fio',
'hadoop_terasort', 'hpcc', 'iperf', 'mesh_network', 'mongodb_ycsb',
'netperf', 'ping', 'redis', 'speccpu2006', 'block_storage_workload',
'sysbench_oltp', 'unixbench']
'hadoop_terasort', 'hpcc', 'iperf', 'mesh_network',
'mongodb_ycsb', 'netperf', 'object_storage_service', 'ping',
'redis', 'speccpu2006', 'sysbench_oltp', 'unixbench']
},
'arm_set': {
MESSAGE: 'ARM benchmark set.',
Expand Down Expand Up @@ -78,7 +78,13 @@
'google_set': {
MESSAGE: ('This benchmark set is maintained by Google Cloud Platform '
'Performance Team.'),
BENCHMARK_LIST: [STANDARD_SET, 'oldisim', 'tomcat_wrk']
BENCHMARK_LIST: [
'aerospike_ycsb', 'block_storage_workload', 'cassandra_stress',
'cassandra_ycsb', 'cluster_boot', 'copy_throughput',
'fio', 'hadoop_terasort', 'hpcc', 'iperf', 'mesh_network',
'mongodb_ycsb', 'netperf', 'object_storage_service', 'oldisim',
'ping', 'redis_ycsb', 'speccpu2006', 'sysbench_oltp', 'tomcat_wrk',
'unixbench']
},
'intel_set': {
MESSAGE: 'Intel benchmark set.',
Expand Down

0 comments on commit b084086

Please sign in to comment.