Ignore:
Timestamp:
Aug 16, 2022, 4:12:49 PM (20 months ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master, pthread-emulation
Children:
cd3fc46
Parents:
71cf630
Message:

Clean-up the benchmarks a little

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/readyQ/transfer.go

    r71cf630 raec2c022  
    244244        p.Printf("Threads parking on wait : %s\n", ws)
    245245        p.Printf("Rechecking              : %d\n", rechecks )
    246         p.Printf("ns per transfer         : %f\n", float64(delta.Nanoseconds()) / float64(leader.idx) )
    247 }
     246        p.Printf("ms per transfer         : %f\n", float64(delta.Milliseconds()) / float64(leader.idx) )
     247}
Note: See TracChangeset for help on using the changeset viewer.