Remove benchmark code in GPU test. (#5141)

* Update Jenkins script.
This commit is contained in:
Jiaming Yuan
2019-12-21 11:00:21 +08:00
committed by GitHub
parent 74f545bde3
commit b915788708
3 changed files with 2 additions and 90 deletions

View File

@@ -3,12 +3,10 @@ from __future__ import print_function
import numpy as np
import unittest
import xgboost as xgb
import pytest
rng = np.random.RandomState(1994)
@pytest.mark.gpu
class TestGPUPredict(unittest.TestCase):
def test_predict(self):
iterations = 10