1#!/usr/bin/env python 2# Copyright 2017 the V8 project authors. All rights reserved. 3# Use of this source code is governed by a BSD-style license that can be 4# found in the LICENSE file. 5 6print 'Richards1: 1' 7print 'DeltaBlue1: 1' 8print 'Richards2: 0.2' 9print 'DeltaBlue2: 1.0' 10print 'DeltaBlue3: 0.1' 11