freemt commited on
Commit
6e17b85
·
1 Parent(s): e0c2374
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def fn(type_, num_cpus):
58
  with about_time() as dur:
59
  _ = test_pool(radio_embed, args, num_procs=num_cpus)
60
 
61
- return dur.duration
62
 
63
 
64
 
 
58
  with about_time() as dur:
59
  _ = test_pool(radio_embed, args, num_procs=num_cpus)
60
 
61
+ return dur.duration_human
62
 
63
 
64