Ignore:
Timestamp:
Sep 15, 2021, 4:31:56 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
Children:
fa6233a
Parents:
b8454c6
Message:

Change benchmarks to consistently print duration in ms.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/readyQ/transfer.go

    rb8454c6 r6dc2db9  
    215215                ws = "no"
    216216        }
    217         p.Printf("Duration (s)            : %f\n", delta.Seconds() )
     217        p.Printf("Duration (ms)           : %f\n", delta.Milliseconds() )
    218218        p.Printf("Number of processors    : %d\n", nprocs )
    219219        p.Printf("Number of threads       : %d\n", nthreads )
Note: See TracChangeset for help on using the changeset viewer.