Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
update unit test duration
  • Loading branch information
sdpython committed Jan 14, 2021
1 parent 0a5f4f4 commit 1660d18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _unittests/ut_external/test_perf_onnxruntime.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
@brief test log(time=14s)
@brief test log(time=88s)
"""
import os
import unittest
Expand Down
2 changes: 1 addition & 1 deletion _unittests/ut_plotting/test_plot_bench_curve.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
@brief test log(time=2s)
@brief test log(time=14s)
"""
import os
import unittest
Expand Down
2 changes: 1 addition & 1 deletion _unittests/ut_plotting/test_plot_bench_xtime.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
@brief test log(time=2s)
@brief test log(time=6s)
"""
import os
import unittest
Expand Down

0 comments on commit 1660d18

Please sign in to comment.