forked from cs371pc-fall-2016/netflix-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathart2589-TestNetflix.out
49 lines (48 loc) · 1.91 KB
/
art2589-TestNetflix.out
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
==23178== Memcheck, a memory error detector
==23178== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==23178== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
==23178== Command: ./TestNetflix
==23178==
Running main() from gtest_main.cc
[==========] Running 8 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 8 tests from NetflixFixture
[ RUN ] NetflixFixture.netflix_predict_1
[ OK ] NetflixFixture.netflix_predict_1 (12 ms)
[ RUN ] NetflixFixture.netflix_predict_2
[ OK ] NetflixFixture.netflix_predict_2 (2 ms)
[ RUN ] NetflixFixture.netflix_predict_3
[ OK ] NetflixFixture.netflix_predict_3 (2 ms)
[ RUN ] NetflixFixture.netflix_predict_4
[ OK ] NetflixFixture.netflix_predict_4 (2 ms)
[ RUN ] NetflixFixture.netflix_rmse_1
RMSE: 1.22
[ OK ] NetflixFixture.netflix_rmse_1 (23 ms)
[ RUN ] NetflixFixture.netflix_rmse_2
RMSE: 1.00
[ OK ] NetflixFixture.netflix_rmse_2 (3 ms)
[ RUN ] NetflixFixture.netflix_rmse_3
RMSE: 0.75
[ OK ] NetflixFixture.netflix_rmse_3 (4 ms)
[ RUN ] NetflixFixture.netflix_rmse_4
RMSE: 0.87
[ OK ] NetflixFixture.netflix_rmse_4 (2 ms)
[----------] 8 tests from NetflixFixture (58 ms total)
[----------] Global test environment tear-down
[==========] 8 tests from 1 test case ran. (91 ms total)
[ PASSED ] 8 tests.
==23178==
==23178== HEAP SUMMARY:
==23178== in use at exit: 0 bytes in 0 blocks
==23178== total heap usage: 327 allocs, 327 frees, 56,642 bytes allocated
==23178==
==23178== All heap blocks were freed -- no leaks are possible
==23178==
==23178== For counts of detected and suppressed errors, rerun with: -v
==23178== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
File 'Netflix.c++'
Lines executed:21.62% of 37
Branches executed:6.67% of 60
Taken at least once:3.33% of 60
Calls executed:20.93% of 43
Creating 'Netflix.c++.gcov'