Skip to content

Commit 5cadf1a

Browse files
author
Adam Hrbac
committed
Disable the timer measurement
1 parent edaad94 commit 5cadf1a

File tree

1 file changed

+1
-1
lines changed
  • graalpython/com.oracle.graal.python.test/src/com/oracle/graal/python/builtins/modules

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python.test/src/com/oracle/graal/python/builtins/modules/HamtTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public void largeHashVariance() {
167167
assertEquals("null\n", hamt.dump());
168168
}
169169

170-
@Test
170+
// @Test
171171
public void measureTimeForSmallHamtAcceses() {
172172
Hamt hamt = new Hamt().withEntry(new Hamt.Entry(1, 0, 1)).withEntry(new Hamt.Entry(2, 31, 2));
173173
long start = System.nanoTime();

0 commit comments

Comments
 (0)