• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
6# for py2/py3 compatibility
7from __future__ import print_function
8
9print('Richards1: 1')
10print('DeltaBlue1: 1')
11print('Richards2: 0.2')
12print('DeltaBlue2: 1.0')
13print('DeltaBlue3: 0.1')
14