Skip to content

Commit

Permalink
Merge pull request #112 from zapster/ignore-java-interop-speed-test
Browse files Browse the repository at this point in the history
Ignore JavaInteropSpeedTest.
  • Loading branch information
woess committed Mar 9, 2016
2 parents 4b0efa4 + 16f5898 commit bece035
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@

import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;

import com.oracle.truffle.api.interop.TruffleObject;
import com.oracle.truffle.api.interop.java.JavaInterop;

@Ignore("Convert into a microbenchmark!")
public class JavaInteropSpeedTest {
private static final int REPEAT = 10000;
private static int[] arr;
Expand Down

0 comments on commit bece035

Please sign in to comment.